Skip to content

Releases: ali77gh/bake-rs

1.0.2

05 Dec 11:17
Compare
Choose a tag to compare

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

23 Nov 09:54
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

1.0.0

01 Nov 09:54
Compare
Choose a tag to compare
  • 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