All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Restricted version to less than 3.1.0 since
contextfilter
was replaced.
- Added support for Jinja 3
- Added noxfile for matrix testing across multiple versions of python and jinja2.
- Removed
null
filter - Adjusted
stencil_path
to render with a special prefix instead of resolving toNone
- Updated unit tests
- Updated documentation
- Added tool for cleanup in post-build hook
- See this issue for motive: cookiecutter/cookiecutter#1518
- Added more metadata to pyproject.toml
- Initial release of cut-out-cookies
- Added jinja filtes
stencil
,null
, andstencil_path
- Added a README.md file
- Included unit tests
- Configured black code formatting
- Configured isort import ordering
- Created pre-commit hook for black and isort
- Added a README and this CHANGELOG