All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Critical bug fix (Configure
@babel/polyfill
)
- Revamped commands
- Supports
surge.sh
for SPA deployments - Better refactored code-base
- Automates the process of updating route config within
main.js
on generating components withmevn generate
- Out of the box support to add new plugins and lazy load components as required
- Use
mevn add
to install additional plugins on the go.
- Switch to a single repository for the boilerplate templates: mevn-starter-kit
- Rename
mevn add:package
tomevn add
- Removed unworth logs.
- Minor bug fixes.
- Critical bug fixes.
- Code refactor.
- Use node-banner for displaying banner.
- shelljs
- figlet
- clear
- Minor change in directory hierarchy
- Add constants entry
- Updated banner
- Update Docs
- Minox bug fixes
- Updated the commands list to be in sync with the latest changes (
mevn init
). - Docs update
Minor bug fixes - (validate installation)
- Provides
pwa
support for theNuxt-js
template. #74 mevn deploy
works out of the box.- Slightly updated banner.
-
Avoid the use of
os
module. -
Adopted a promisified approach rather than using
deferExec()
in-order to cope up with theasync
nature. -
Other minor bug fixes
- Suggest matching commands
- New
info
command that prints local environment information - Use
-v, --version
options and deprecateversion
command - Updated demo
- Fixed a minor bug (Showing up incorrect path). 0be5821
- Removed
create:git-repo
command and made it such that an initial commit is made withmevn init
. - Removed
create:component
command included it as part ofgenerate
.
- Improvements to the code-base
- Minor bug fixes #111
Fixed a bug encountered while installing the package via
npm
Minor tweaks
Bugs fixed
Minor bug fix
This release beings about improvements to the code-base such as:-
- Use importstatement to include the required dependencies.
- Migrate from Jshint to eslint with babel and prettier presets.
- Minor changes to project structure
- Minor bug fixes
- c5f17e7 - Fixed the bugs with validating
git
installation
Prompts the user if the required dependencies to work with are not installed and proceeds with the installation as per choice.
- 1978efd - Fixed the bug encountered while serving the template.
- dbdce46 - Fixed the bug while serving GraphQL template.
- Change
mevn run:client/server
tomevn serve
- 2c838dc - Shows up required warnings if mevn generate is used with graphql boilerplate
- d01f6b2 - Replaced create file commands with a generate command.
- 2e334d5 - Bump up to use cli-table3
- Docs related updates
- #92 - Validates docker installation locally
- #93 - Update file hierarchy within docs
- #94 - Validation for heroku-cli installation
0584d59
Update demo within Docs
- Fixed a bug such that a directory having same name as the boilerplate already exists in path #88
- Fix for #86 - now you can find
mevn.json
within the new project being created
- Fixed bug while fetching the Nuxt-js template
- Other minor bug fixes
- Core functionalities implemented.
- Bug fixes and code cleanup
- Update README.md
- Test vuepress for docs
- Includes basic functionalities.