0.4.0
Added
- Added support for reading from input in beak files (stdin) #29 @jakeheis
- Added support for cancellation (SIGINT forwarding) #29 @jakeheis
- Added support for passing
nil
to optional parameters #29 @jakeheis - Added Linux support #33 @yonaskolb
Fixed
- Fixed running on case sensitive file systems #27 @tflhyl
- Fixed homebrew installations #32 @yonaskolb
Changed
Internal
- Replaced
SwiftPM
andSwiftShell
withSwiftCLI
#29 @jakeheis - Created seperate
BeakCLI
target #31 @yonaskolb