All Versions
51
Latest Version
Avg Release Cycle
22 days
Latest Release
1276 days ago

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 with mevn 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

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“ฆ Rename mevn add:package to mevn add
  • v1.5.1 Changes

    June 08, 2019

    ๐Ÿ›  Fixes

    • โœ‚ Removed unworth logs.
    • ๐Ÿ›  Minor bug fixes.
  • v1.5.0 Changes

    June 08, 2019

    Internal Changes

    • ๐Ÿš‘ Critical bug fixes.
    • ๐Ÿ”จ Code refactor.
    • ๐Ÿ“ฆ Use node-banner for displaying banner.

    โœ‚ Removed dependencies

    • shelljs
    • figlet
    • clear
  • v1.4.8 Changes

    May 28, 2019

    Internal 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
  • v1.4.6 Changes

    May 22, 2019

    ๐Ÿ›  Fixes

    ๐Ÿ›  Minor bug fixes - (validate installation)

    Commits

  • v1.4.5 Changes

    May 20, 2019

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Provides pwa support for the Nuxt-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 usingdeferExec() in-order to cope up with the async nature.

    ๐Ÿ›  Other minor bug fixes

  • v1.4.3 Changes

    API Changes

    • Suggest matching commands
    • ๐Ÿ†• New info command that prints local environment information
    • ๐Ÿ—„ Use -v, --version options and deprecate version 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 with mevn init.
    • โœ‚ Removed create:component command included it as part of generate.

    Other changs

    • ๐Ÿ‘Œ Improvements to the code-base
    • ๐Ÿ›  Minor bug fixes #111