All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Refactors filter, extension & globals resolution & addresses lint issues
- Replaces legacy extend-shallow with Object.assign
- Updated Nunjucks 3.2.3 => 3.2.4
- Fixed typo in README badge
- Updated Nunjucks 3.0.0 => 3.2.3
- Drop support for Node < 8.0.0
- Restructure to conform to xo rules
- Tidy up README.md
- Add option to use custom Nunjucks loaders
- By @gijswijs
- Updated Boilerplate
- Adding opts.root and operator precedence error
- By @bashaus
- Add global support
- By @bashaus
- Updated Boilerplate
- Updated to
nunjucks@^3.0.0
- Updated dependencies
- switch to use
merge-deep
- fix
options
andopts
things (throws error if no options given) - update boilerplate things
- rename LICENSE.md to LICENSE
- rename HISTORY.md to CHANGELOG.md and update
- Added filter support
- Switched to
.compile
- Updated Boilerplate
- Initial release