Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Releases: ghaiklor/generator-es6-npm-module

v1.3.2

Choose a tag to compare

@ghaiklor ghaiklor released this 16 Feb 09:17

<a name"1.3.2">

1.3.2 (2016-02-16)

Bug Fixes

  • generator: Fix again issue with getting license (8b87d220)

v1.3.1

Choose a tag to compare

@ghaiklor ghaiklor released this 08 Feb 17:03

<a name"1.3.1">

1.3.1 (2016-02-08)

Bug Fixes

  • package: Fix issue with getting txt files (22b7ad34)

v1.3.0

Choose a tag to compare

@ghaiklor ghaiklor released this 19 Jan 19:32

<a name"1.3.0">

1.3.0 (2016-01-19)

Features

  • package: Remove Babel from sources and compile step (16beaf1b)

v1.2.0

Choose a tag to compare

@ghaiklor ghaiklor released this 24 Nov 16:36

<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

Choose a tag to compare

@ghaiklor ghaiklor released this 02 Oct 11:45
  • General improvements;

v1.1.3

Choose a tag to compare

@ghaiklor ghaiklor released this 30 Sep 11:05
  • Fix issue with non-existing src and test folders;

v1.1.2

Choose a tag to compare

@ghaiklor ghaiklor released this 30 Sep 11:05
  • Fix issue with non-existing babelhook.js;

v1.1.1

Choose a tag to compare

@ghaiklor ghaiklor released this 29 Sep 11:36
  • Fix issue with npmignore;

v1.1.0

Choose a tag to compare

@ghaiklor ghaiklor released this 29 Sep 11:28
  • Migration from ES5 to ES6 syntax;
  • Rename all es6 files to js files;
  • Remove index.js file from the root of a project;

v1.0.0

Choose a tag to compare

@ghaiklor ghaiklor released this 20 Aug 10:16
  • ES6 Integration right from the box;
  • Add --recursive and --reporter spec into mocha.opts file;
  • Automatically fetches the license from choosealicense and write to LICENSE file;
  • babel, chai, mocha, sinon, istanbul is already installed;
  • Travis and Coveralls integration;
  • Add question about your full name (it adds in LICENSE content);
  • Add /lib folder of compiled sources to .gitignore;