Releases: enigma-io/generator-enigma
Releases · enigma-io/generator-enigma
4.4.0
Update to Jest 12.x (51af942) Perf improvements, especially for large projects
4.3.0
- 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
Update babel-eslint to non-beta 6.x (1ad349b)
4.2.0
-
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
- .gitignore -> _gitignore template to fix npm/yeoman screwing with the file and rewriting to something unexpected
4.1.2
- remove/revise the headers of a few static .md files in the repository (no code changes)
4.1.1
- update babel-jest to 5.x (needed for eslint 2 compatibility)
4.1.0
- update eslintify to 2.x
- update eslintrc to reflect the changes in eslint 2.x
4.0.4
- 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)