Releases: merkle-open/generator-nitro
Releases · merkle-open/generator-nitro
Webpack Release
BREAKING
- #94 - use webpack as asset bundler
- #132 use husky for githooks
- #133 allow all filenames to be used as blueprints
- remove support for less
- remove support for node 6
General
... and some other fixes and improvements: milestone, 3.7.0...4.0.0
4.0.0-rc.3
fix(generator): working generator
3.7.0
- [config] moved some configuration from app and gulp taks to config
keep care ofnitro.viewFileExtension
,nitro.templateEngine
and the newgulp
node in config - [maintenance] update deps & default node version
- [doc] update documentation
3.6.1
- [maintanance] update deps
- [documentation] fix
- [config] add tmpDirectory to config
3.6.0
- [feature] add templating engine option to choose between hbs and twig
- [maintenance] update deps
- [doc] update documentation
generator:
- [yeoman] removed question to configure view extension, get's derived from the chosen template engine, backwards compatibility for updating old projects is given
3.5.5
- [maintanance] update deps
- [nitro] fix precommit hook regex
Update notice:
This is the first npm release published by travis. Thats why you may reconize many linefeed changes by updating a nitro project.
3.5.4
- [maintanance] update deps
- [nitro] workaround for githooks line feeeds issue in npm package (on updating a project with a mac)
3.5.3
3.5.2
3.5.1
- [maintanance] update deps
- [doc] update usage documentation & add update script
nitro:
- [test] fix karma test example