Releases: ali77gh/bake-rs
Releases · ali77gh/bake-rs
1.0.2
1.0.2
- linux-arm and mac-os-arm support
- feat: reading bakefile again after user input in bake loop
- feat: bakefile change detection and only reload on change
- fix: "--non-interactive" flag not working
Full Changelog: 1.0.1...1.0.2
1.0.1
-
fix: MacOS single command installlation
Full Changelog: 1.0.0...1.0.1
1.0.0
- Passing param to other tasks
- Stream std-out and std-in
- Optional 'this' in @this.taskname
- Design logo + CLI theme update
- '--no-interactive' switch to skip yes no questions and error if env is not set.
- open_link print link if can't open browser
- env validation variant new syntax (without "!" )
- core function docs
- REPL (Run Execute Print Loop)
- Fix arrow keys press in 'ask_user()'
- Bug fix: Env variable should be unset after task is done