This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Releases: leo/muffin-cli
Releases · leo/muffin-cli
v0.3.0
New
The CLI now modifies the .env
file based on the database information you've entered when creating a new site using muffin new
before adding it to the project: 51c04d4
Fixed
v0.2.1
Fixed
- Switched from commander to args for command line arguments
- The CLI should now be a little faster because it doesn't depend on babel-runtime anymore. Instead of that, we're now taking advantage of the latest ES features in node
- There has been a nasty bug that appeared every time you've tried to connect to a database that requires authentication. Thanks to #47, this bug has now been fixed
- Since there's now a official site for muffin, a lot of the text within
README.md
has been replaced with links to the main documentation - Revamped the steps for contribution to the CLI in
README.md
v0.2.0
Since we've upgraded the "server" package to Koa v2 recently, this upgrade introduces a few subtle changes to make the command line utility compatible with the main package again.
New
- Bumped version of muffin to
1.2.3
- Legacy routes will now be converted into async/await structure by
koa-convert
- Instead of loading the config twice, the CLI will now ask the local instance of muffin for the content of
.env
. This saves a lot of code and performance. - Custom script property for Zeit's now added (6807dec)
Fixed
- Automatic installation of dependencies has been fixed (c38fc58)
- More keywords have been added to the package (33f5d61)
- Shortened the author handle (33f5d61)
- As soon as the server stops running, the CLI process will stop as well (414e894)
- Changed color of "installing deps" spinner from green to grey (5c0c816)