No changes yet.
Released on 2024-08-14
- Switched to GitHub Actions from Travis CI
- Switched to rye from pipenv
- Switched to ruff from flake8
- Switched to renovate from depandabot
- Update Read The Docs config
Released on 2019-02-21
- Enabled Loop Controls and Expression Statement extensions.
- Added documentation with ReadTheDocs integration and a manpage. This includes a fix for #8.
- Added changelog with old releases.
- Include auxilliary files in the source distribution generated by setuptools.
- Reformatted README.
Released on 2018-10-27
- Added support for Python 3.5.
- Added link to Jinja2 template designer documentation in
--help
output thanks to @loudambiance.- Changed a decent amount of building code with help from @mre.
- Added CI with travis-ci.
- Use Pipfile instead of requirements.txt for the development environment.
- Fixed
-v
option in Docker image.
Released on 2018-07-17
- Instead of simply updating only the top level dict we now merge dictionaries on all levels.
- Added support for lists and scalar values a root level of data sources.
- Added automated builds for Dockerhub
Released on 2018-07-16
- First release to PyPI.
Released on 2018-07-16
- Fix release target in Makefile.
Released on 2018-07-16
- Generated version numbers now adhere to PEP 440.
Released on 2018-07-12
- Added new CLI end-to-end test suit.
- Improved Docker image.
- Printing usage and help texts to
STDERR
instead ofSTDOUT
.
Released on 2018-07-01
- Improved
--help
message with option explanations.- Added usage text to README.
Released on 2018-07-01
- Use a multistage Dockerfile.
Released on 2018-06-29
- Add Dockerfile together with Docker hub integration.
- Forcefully end every render in a newline. Previously newlines at the end were dropped by Jinja.
- Fixed installation not working.
Released on 2018-06-29
Initial commit & release.