Skip to content

Releases: yonaskolb/Beak

0.5.1

06 Apr 10:53
Compare
Choose a tag to compare

Fixed:

Commits

0.5.0

30 Mar 06:15
Compare
Choose a tag to compare

Fixed:

  • Fixed installation when building in Swift 5 #44 yonaskolb

Changed:

Commits

0.4.0

03 Jun 05:15
Compare
Choose a tag to compare

Added

Fixed

Changed

  • Changed beak cache path from ~/Documents/beak/builds to ~/.beak/builds #30 @tflhyl

Internal

Commits

0.3.5

16 Apr 08:15
Compare
Choose a tag to compare

Fixed

  • Fix parsed docs not matching to the correct functions in some cases #21

Commits

0.3.4

31 Mar 05:17
Compare
Choose a tag to compare

Fixed

  • Fixed swift package manager dependency targeting so that BeakCore can be used as a dependency #19

Internal

  • Updated PathKit, SWXMLHash, swift-package-manager, and SwiftShell

Commits

0.3.3

02 Mar 10:42
Compare
Choose a tag to compare

Fixed

  • Fixed a installation issue due to a dependency on a Swift PM commit that no longer existed #17

Commits

0.3.2

24 Feb 11:17
Compare
Choose a tag to compare

Fixed

  • Fixed the parsing of files with anonymous functions within the public functions #15

Commits

0.3.1

06 Jan 10:30
Compare
Choose a tag to compare

Added

  • Added shebang documentation #!/usr/bin/env beak --path

Fixed

  • Fixed dependency declarations not being parsed if they didn't start on the first line, for example if you have a shebang

Commits

0.3.0

05 Jan 14:05
Compare
Choose a tag to compare

Added

  • added homebrew formula
  • added automatic copying back of edited script from Xcode in beak edit
  • added ability to simply run file as a script without specifying a function

Changed

  • moved --path parameter before subcommands

Commits

0.2.0

04 Jan 07:03
Compare
Choose a tag to compare

Added

  • Unnamed params are now parsed to positional arguments
  • Added beak edit command
  • Added beak --version
  • Added release to beak.swift

Changed

  • Improved error logging
  • Show param defaults in run --help
  • Removed unused dependencies
  • Use dynamic argument lookup from Swift PM PR
  • Don't write build files if unchanged

Fixed

  • Fixed build path of beak files
  • Fixed build errors when multiple dependency libraries are imported
  • Fixed install beak function

Commits