Skip to content

Latest commit

 

History

History
127 lines (72 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

127 lines (72 loc) · 3.59 KB

Changelog

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 Calendar Versioning.

The first number of the version is the year.

The second number is incremented with each release, starting at 1 for each year.

The third number is when we need to start branches for older releases (only for emergencies).

Committed changes for the next release can be found in the "changelog.d" directory in the project repository.

24.3.0 - 2024-08-03

Additions

  • Support for full 'interpolation' in env-format input files (contributed by @lgtml) #36

24.2.0 - 2024-06-11

Additions

  • Added 'j2' CLI entrypoint, for users converting from 'j2cli'. #25
  • Added support for Python 3.13. #31

24.1.0 - 2024-04-27

Additions

  • Support for 'extensions' plugins which enable Jinja2 extensions (contributed by @llange) #29

23.7.0 - 2023-10-07

Additions

  • Added Python 3.12 support. #23

23.6.0 - 2023-08-01

Backwards-incompatible Changes

  • Upgraded to plugins API 23.4.

Additions

  • Added support for 'sequence' data in YAML-format input. #14
  • Added support for 'array' data in JSON-format input. #15
  • Added list of discovered plugins to '--version' output. #16
  • Options-related errors from format parsers are now handled. #17

23.5.0 - 2023-07-24

Additions

  • Added link to Ansible plugin.

Fixes

  • Corrected content of LICENSE file.

  • Corrected formatting of README on PyPI.

23.4.0 - 2023-07-24

Backwards-incompatible Changes

  • Moved plugin API to the jinjanator-plugins package. #12

23.3.0 - 2023-07-22

Fixes

  • Disabled Jinja2 'autoescape' feature since it can produce incorrect output. #8
  • Add missing 'attrs' package to project dependencies. #9

23.2.0 - 2023-07-22

Fixes

  • Resolved crash when writing final output. Increased test coverage to avoid regressions. #7

23.1.0 - 2023-07-22

Added

  • Initial release!