Releases: madlabsinc/mevn-cli
Releases · madlabsinc/mevn-cli
v1.4.0
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
Fixed a bug encountered while installing the package via npm
Commits
v1.3.0
Setup babel and eslint-prettier configurations
This release beings about improvements to the code-base such as:-
- Use
import
statement 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
c5f17e7 - Fixed the bugs encountered while validating git
installation.
v1.2.7
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
1978efd - Fixed the bug regarding serving template.
v1.2.3
dbdce46 - Fixed the bug while serving Graphql template.