Skip to content

Releases: madlabsinc/mevn-cli

v1.6.1

17 Jul 18:59
Compare
Choose a tag to compare

Fix

  • Critical bug fix (Configure @babel/polyfill)

v1.6.0

17 Jul 18:54
Compare
Choose a tag to compare

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

08 Jun 04:36
Compare
Choose a tag to compare

Fixes

  • Removed unworth logs.
  • Minor bug fixes.

v1.5.0

08 Jun 04:31
Compare
Choose a tag to compare

Internal Changes

  • Critical bug fixes.
  • Code refactor.
  • Use node-banner for displaying banner.

Removed dependencies

  • shelljs
  • figlet
  • clear

v1.4.8

28 May 15:28
Compare
Choose a tag to compare

Internal changes

  • Minor change in directory hierarchy
  • Add constants entry
  • Updated banner

Other changes

  • Update Docs
  • Minox bug fixes

v1.4.7

24 May 17:09
Compare
Choose a tag to compare

Fixes

  • Updated the commands list to be in sync with the latest changes (mevn init).
  • Docs update

v1.4.6

22 May 05:50
Compare
Choose a tag to compare

Fixes

Minor bug fixes - (validate installation)

Commits

v1.4.5

20 May 18:31
Compare
Choose a tag to compare

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

13 May 18:22
Compare
Choose a tag to compare
  • Suggest matching commands
  • New info command that prints local environment information
  • Use -v, --version options and deprecate version command
  • Updated demo
  • Other bug fixes

v1.4.1

05 May 12:13
Compare
Choose a tag to compare

Fixed a minor bug (Showing up incorrect path). 0be5821