Releases: ogonkov/nunjucks-loader
Releases · ogonkov/nunjucks-loader
1.0.0-alpha.4
- Update readme with default options description
- Add support of globals in template
1.0.0-alpha.3
Fixes:
- Shiny new
schema.json
that is required for options validation was missing fromnpm
package.
1.0.0-alpha.2
New:
- Add support for base paths, that tells Nunjucks where is templates live;
- Add options validation.
Fixes:
- Rendering of dependant templates of dependant templates actually didn't work before. Now it's OK.
1.0.0-alpha.1
Fix package in npm
contains outdated build of loader.
First version
Working demo, with support of basic cases of templates precompile, and webpack chunks creating.