Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.4.0 source code.tar.gz | 2018-06-03 | 16.1 kB | |
0.4.0 source code.zip | 2018-06-03 | 27.1 kB | |
README.md | 2018-06-03 | 718 Bytes | |
Totals: 3 Items | 44.0 kB | 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
- Changed beak cache path from
~/Documents/beak/builds
to~/.beak/builds
[#30] @tflhyl
Internal
- Replaced
SwiftPM
andSwiftShell
withSwiftCLI
[#29] @jakeheis - Created seperate
BeakCLI
target [#31] @yonaskolb