Releases: yonaskolb/Beak
Releases · yonaskolb/Beak
0.5.1
0.5.0
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
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
Added
- Unnamed params are now parsed to positional arguments
- Added
beak edit
command - Added
beak --version
- Added
release
tobeak.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