Releases: empress/bottled-ember
Release 1.1.0
Release 1.0.1
Release 1.0.0
v0.6.2
v0.6.1
v0.6.0
What's Changed
This change is quite a major one (hopefully the last major change before a 1.0.0 release) but it has quite a few benefits 🎉
Firstly this fixes a bug that meant that the --no-overlay
argument that is very important never worked 🙈 this is a big deal and I'm really glad that it was fixed.
The second big change is that now command like arguments don't work with the format --links=my-awesome-folder
, instead you need to make them space separated like --links my-awesome-folder
. This is a side-effect of moving from minimist to commander, but that brings me to the biggest benefit...
We now have a --help
command 🎉 The can probably be some work done on improving the descriptions and I have a feeling that we can remove some redundant arguments before we release our 1.0.0 version but having a --help
command is a huge improvement 🎉
- breaking: Add some tests and fix --no-overlay command line option and move from minimist to commander by @mansona in #16
Full Changelog: v0.5.0...v0.6.0