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

v0.2.0

Choose a tag to compare

@leo leo released this 04 May 09:59

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)