Skip to content

Releases: madlabsinc/mevn-cli

v1.4.0

05 May 11:50
Compare
Choose a tag to compare

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

14 Apr 16:20
Compare
Choose a tag to compare

Fixed a bug encountered while installing the package via npm

Commits

v1.3.3

14 Apr 16:09
Compare
Choose a tag to compare

Minor tweakings

v1.3.2

14 Apr 15:58
Compare
Choose a tag to compare

Commits

v1.3.1

14 Apr 15:54
Compare
Choose a tag to compare

Minor bugs fixed.

v1.3.0

14 Apr 15:12
Compare
Choose a tag to compare

Setup babel and eslint-prettier configurations

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

Commits

v1.2.8

07 Apr 14:57
Compare
Choose a tag to compare

c5f17e7 - Fixed the bugs encountered while validating git installation.

v1.2.7

31 Mar 10:41
Compare
Choose a tag to compare

Includes validations for the requires dependencies

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

11 Mar 17:57
Compare
Choose a tag to compare

1978efd - Fixed the bug regarding serving template.

v1.2.3

11 Mar 14:55
Compare
Choose a tag to compare

dbdce46 - Fixed the bug while serving Graphql template.