Skip to content

Latest commit

 

History

History
281 lines (160 loc) · 6.47 KB

CHANGELOG.MD

File metadata and controls

281 lines (160 loc) · 6.47 KB

Changelog

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.

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

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

Fixes

Minor bug fixes - (validate installation)

Commits

v1.4.5

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

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

Fixes

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

v1.4.0

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

v1.3.5

Fixes

Fixed a bug encountered while installing the package via npm

v1.3.3

Fixes

Minor tweaks

v1.3.2

Fixes

Bugs fixed

v1.3.1

Fixes

Minor bug fix

v1.3.0

Fixes

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

v1.2.8

Fixes

  • c5f17e7 - Fixed the bugs with validating git installation

v1.2.7

Fixes

Prompts the user if the required dependencies to work with are not installed and proceeds with the installation as per choice.

Commits

v1.2.5

Fixes

  • 1978efd - Fixed the bug encountered while serving the template.

v1.2.3

Fixes

  • dbdce46 - Fixed the bug while serving GraphQL template.

v1.2.1

Commits

v1.2.0

Breaking Changes

  • Change mevn run:client/server to mevn serve

Commits

v1.1.9

Fixes

  • 2c838dc - Shows up required warnings if mevn generate is used with graphql boilerplate

v1.1.8

Fixes

  • d01f6b2 - Replaced create file commands with a generate command.
  • 2e334d5 - Bump up to use cli-table3
  • Docs related updates

v1.1.5

Fixes

  • #92 - Validates docker installation locally
  • #93 - Update file hierarchy within docs
  • #94 - Validation for heroku-cli installation

v1.1.0

Changes

v1.0.9

Fixes

  • Fixed a bug such that a directory having same name as the boilerplate already exists in path #88

v1.0.8

Fixes

  • Fix for #86 - now you can find mevn.json within the new project being created

v1.0.5

Fixes

  • Fixed bug while fetching the Nuxt-js template
  • Other minor bug fixes

v1.0.1

Fixes

  • Core functionalities implemented.

v0.0.2

Fixes

  • Bug fixes and code cleanup
  • Update README.md
  • Test vuepress for docs

v0.0.1

Initial release

  • Includes basic functionalities.