Releases: merkle-open/generator-nitro
Releases · merkle-open/generator-nitro
1.0.1
- fix npm package
- dependency updates
First ES2015 release
BREAKING: Removed support for Node v0.12. The Node foundation stopped officially supporting it on Jan 1st, 2017. Added support for Node v6.x
The generator and Nitro are now written in ES2015
Generator:
- [default] components are now called patterns, but you could still use the previous name and folder structure (this is configurable)
Nitro:
- [client] removed bower - use npm packages for client deps
- [client] write JavaScript in ES2015 (currently without ES2015 module-loading like import, require, ...)
- [default] instant linting for css, ES2015 & html, accessibility linting
- [test]
npm test
now lints everything and runs the jasmine tests (using Karma and PhantomJS) - [npm scripts] use npm scripts instead of gulp tasks directly
... and some other fixes and improvements: milestone, 0.4.14...1.0.0
0.4.14
0.4.13
- add bem stylelinter
- dependency updates
0.4.12
- dependency updates
0.4.11
- dependency updates
0.4.10
0.4.9
0.4.8
- maintenance
- only use fixed dependencies for nitro
0.4.6
- maintenance
- fix browserSync reload on view file change