Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Releases: leo/muffin-cli

v0.3.0

31 May 16:05
@leo leo
Compare
Choose a tag to compare

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

  • Now using to ESLint to lint the JavaScript code: 3d93dae
  • All instances of var have been replaced with let: a3228c4
  • Bumped version of main package to 1.2.4: 396f352

v0.2.1

22 May 10:50
@leo leo
Compare
Choose a tag to compare

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

04 May 09:59
@leo leo
Compare
Choose a tag to compare

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)

v0.1.0

20 Apr 16:09
@leo leo
05e6f0c
Compare
Choose a tag to compare

Oh... Hi world! 🙈