All Versions
51
Latest Version
Avg Release Cycle
22 days
Latest Release
1066 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.6.0 Changes
July 17, 2019๐ 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 Changes
June 08, 2019๐ Fixes
- โ Removed unworth logs.
- ๐ Minor bug fixes.
-
v1.5.0 Changes
June 08, 2019Internal Changes
- ๐ Critical bug fixes.
- ๐จ Code refactor.
- ๐ฆ Use node-banner for displaying banner.
โ Removed dependencies
- shelljs
- figlet
- clear
-
v1.4.8 Changes
May 28, 2019Internal changes
- Minor change in directory hierarchy
- โ Add constants entry
- โก๏ธ Updated banner
Other changes
- โก๏ธ Update Docs
- ๐ Minox bug fixes
-
v1.4.7 Changes
May 24, 2019๐ Fixes
- โก๏ธ Updated the commands list to be in sync with the latest changes (
mevn init
). - ๐ Docs update
- โก๏ธ Updated the commands list to be in sync with the latest changes (
-
v1.4.6 Changes
May 22, 2019 -
v1.4.5 Changes
May 20, 2019๐ Features
- ๐ Provides
pwa
support for theNuxt-js
template. #74 - ๐
mevn deploy
works out of the box. - โก๏ธ Slightly updated banner.
Internal Changes
๐ฆ Use open instead of opn (deprecated).
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
- ๐ Provides
-
v1.4.3 Changes
API Changes
- Suggest matching commands
- ๐ New
info
command that prints local environment information - ๐ Use
-v, --version
options and deprecateversion
command - โก๏ธ Updated demo
-
v1.4.1 Changes
๐ Fixes
- ๐ Fixed a minor bug (Showing up incorrect path). 0be5821
-
v1.4.0 Changes
API change
๐ฅ Breaking changes
- โ 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
.
Other changs
- ๐ Improvements to the code-base
- ๐ Minor bug fixes #111
- โ Removed