Releases: merkle-open/generator-nitro
Releases · merkle-open/generator-nitro
3.5.0
- [maintenance] update deps
- [doc] update documentation
generator:
- [doc] add info for installation with
npx
nitro:
- [config] simplify production mode
- [config] removed minified mode from config and view values - use
{{_nitro.production}}
instead of{{_nitro.minified}}
in views - Default assests renamed (
app.css
->ui.css
, ...prototype.css
->proto.css
, ...) - [config] add possibility to disable serverside translation feature
3.4.2
- [maintanance] update deps & default node version
3.4.1
- [maintanance] update deps
nitro:
- [maintenance] downgrade dependency "globby" (for better performance of pattern helper)
3.4.0
- [maintenance] update deps & default node version
- [doc] update documentation
generator:
- question for release package removed (outdated)
nitro:
- [config] add example for using dependencies in hoisted environments
3.3.1
- [maintanance] update deps
3.3.0
- [maintenance] update deps
nitro:
- [config] move browserlist config to
package.json
to have it available for other tools #129 - [config] start script will start development tasks
- [test] use new option ignoreAntialiasing for visual tests
update notes:
- move browserslist config from config folder to
package.json
3.2.0
- [maintenance] update deps
- [maintenance] add issue and pull request templates
generator:
- [feature] add --skip-question option to allow using all generator options on cli ( #128 )
- [fix] get plugin readme also in --skip-install mode ( #124 )
nitro:
- [fix] use production mode for server - should fix #122
3.1.4
3.1.3
- [maintanance] update deps (fixes broken dependency combination)
3.1.2
- [maintanance] update deps and default node version