Releases: madlabsinc/mevn-cli
Releases · madlabsinc/mevn-cli
v1.6.1
Fix
- Critical bug fix (Configure
@babel/polyfill
)
v1.6.0
Features
- 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.
Internal changes
- Switch to a single repository for the boilerplate templates: mevn-starter-kit
Breaking changes
- Rename
mevn add:package
tomevn add
v1.5.1
Fixes
- Removed unworth logs.
- Minor bug fixes.
v1.5.0
Internal Changes
- Critical bug fixes.
- Code refactor.
- Use node-banner for displaying banner.
Removed dependencies
- shelljs
- figlet
- clear
v1.4.8
Internal changes
- Minor change in directory hierarchy
- Add constants entry
- Updated banner
Other changes
- Update Docs
- Minox bug fixes
v1.4.7
Fixes
- Updated the commands list to be in sync with the latest changes (
mevn init
). - Docs update
v1.4.6
v1.4.5
Features
- Provides
pwa
support for theNuxt-js
template. #74 mevn deploy
works out of the box.- Slightly updated banner.
Internal Changes
v1.4.3
- Suggest matching commands
- New
info
command that prints local environment information - Use
-v, --version
options and deprecateversion
command - Updated demo
- Other bug fixes