Releases: itgalaxy/nunjucks-webpack-plugin
Releases · itgalaxy/nunjucks-webpack-plugin
5.0.0
4.0.1
- Fixed: support
webpack@4
.
4.0.0
- Feature: adds ability to pass
configure
asnunjucks.Environment
. - Fixed: all errors are sent into
compilation.errors
now. - Fixed: use
fs-extra
to output file whenwriteToFileEmit: true
. - Changed: rename option from
writeToFileWhenMemoryFs
towriteToFileEmit
. - Changed: all
templates
now always emitted in webpack assets. - Changed: rename options from
template
totemplates
. - Changed: option
templates
should be always array. - Removed:
webpack@1
support. - Refactor: simplify code.
3.0.0
- Chore: support
webpack
v3. - Changed: minimum required
nodejs
version is now4.3
2.0.2
- Fixed: now templates is written at the first start in
watch
.
2.0.1
- Fixed: don't write templates in memory filesystem when they writes on disk.
2.0.0
- Added: support
writeToFileWhenMemoryFs
option for each template. - Changed:
writeToFileWhenMemoryFs
default false. - Fixed: option
writeToFileWhenMemoryFs
now works right. - Fixed: memory leak in watch mode.
- Fixed: rendered templates don't overwrite if not changed source.
1.0.0
- Initial public release.