This repository was archived by the owner on Feb 9, 2022. It is now read-only.
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.mdhas been replaced with links to the main documentation - Revamped the steps for contribution to the CLI in
README.md