Skip to content

v1.0.0

Choose a tag to compare

@hyperupcall hyperupcall released this 05 Jan 12:13
v1.0.0
4d0831c

First full release! This release focuses on polish and consistency. I'm super happy with the state of bake now - so much so that I'm using it with nearly every nearly single project I make

Features

  • Function names now begin with bake (BREAKING CHANGE)
    • This was done so it was easier to differentiate between user functions and built-in ones provided by bake. I don't expect any more breaking changes with the built-in utility functions
  • Pretty console output sent to standard error
    • This makes piping easier (as long as | is used instead of &|)

Fixes

  • Running bake with ./bake now works (previously BAKE_ROOT would have been undefined in this case)
  • Errors are printed in a slightly nicer format