v1.0.0
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&|)
- This makes piping easier (as long as
Fixes
- Running bake with
./bakenow works (previouslyBAKE_ROOTwould have been undefined in this case) - Errors are printed in a slightly nicer format