This repository was archived by the owner on Jun 17, 2025. It is now read-only.
Releases: ghaiklor/generator-es6-npm-module
Releases · ghaiklor/generator-es6-npm-module
Release list
v1.3.2
v1.3.1
v1.3.0
v1.2.0
<a name"1.2.0">
1.2.0 (2015-11-24)
Features
- app:
- Moves coveralls task to separate npm script (a6673dbd)
- Removes old versions of NodeJS from Travis (3c9083e5)
- Replaces istanbul with isparta (bec19168)
- Updates .npmignore file with style-cleaning (fa62345c)
- Removes unused CHANGELOG (2ff12c5b)
- Migration to Babel 6 (c146820c)
- Removes unused bootstrap from mocha tests (bbe02389)
- Removes export object literal from module (61772223)
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
- ES6 Integration right from the box;
- Add
--recursiveand--reporterspec intomocha.optsfile; - Automatically fetches the license from choosealicense and write to LICENSE file;
babel,chai,mocha,sinon,istanbulis already installed;- Travis and Coveralls integration;
- Add question about your full name (it adds in LICENSE content);
- Add
/libfolder of compiled sources to.gitignore;