Skip to content

Releases: enigma-io/generator-enigma

4.4.0

29 Apr 03:27
Compare
Choose a tag to compare

Update to Jest 12.x (51af942) Perf improvements, especially for large projects

4.3.0

18 Apr 19:25
Compare
Choose a tag to compare
  • Sub-out eslintify for eslint (c1b4fff) Allows for watch mode usage if desired.
  • Use the Github node gitignore template (7c5d3a3)
  • Upgrade to React 15.x (83453c8) No codebase changes.
  • **Rename __tests**/unit.js->**tests**/index.js__ (2863e57)
  • Ignore node_modules when linting (2fb5c67)

4.2.1

29 Mar 14:35
Compare
Choose a tag to compare

Update babel-eslint to non-beta 6.x (1ad349b)

4.2.0

22 Mar 18:20
Compare
Choose a tag to compare
  • Update jest, remove outdated coverage information (73efac2)

    The bug in Jest was fixed around coverage collection, so it's no longer necessary to manually specify the files to collect from.

  • Update dependencies, remove unnecessary Jest configs (b2f1d50)

  • Remove unnecessary eslintrc configs (e58f4f8)

4.1.3

03 Mar 20:12
Compare
Choose a tag to compare
  • .gitignore -> _gitignore template to fix npm/yeoman screwing with the file and rewriting to something unexpected

4.1.2

03 Mar 20:12
Compare
Choose a tag to compare
  • remove/revise the headers of a few static .md files in the repository (no code changes)

4.1.1

03 Mar 00:11
Compare
Choose a tag to compare
  • update babel-jest to 5.x (needed for eslint 2 compatibility)

4.1.0

02 Mar 23:39
Compare
Choose a tag to compare
  • update eslintify to 2.x
  • update eslintrc to reflect the changes in eslint 2.x

4.0.4

15 Jan 17:59
Compare
Choose a tag to compare
  • add CONTRIBUTING.md
  • add CHANGELOG_policy.md
  • update README.md
  • change default package.json version in the template from 0.0.1 to 0.1.0 (see the SemVer 2.0 FAQ)

4.0.3

14 Jan 20:45
Compare
Choose a tag to compare

Beefing up the README