Skip to content

Releases: ogonkov/nunjucks-loader

1.0.0-alpha.4

09 Aug 19:51
Compare
Choose a tag to compare
1.0.0-alpha.4 Pre-release
Pre-release
  • Update readme with default options description
  • Add support of globals in template

1.0.0-alpha.3

23 Jul 20:33
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

Fixes:

  • Shiny new schema.json that is required for options validation was missing from npm package.

1.0.0-alpha.2

23 Jul 20:01
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release

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

18 Jul 14:21
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

Fix package in npm contains outdated build of loader.

First version

17 Jul 21:55
Compare
Choose a tag to compare
First version Pre-release
Pre-release

Working demo, with support of basic cases of templates precompile, and webpack chunks creating.