Releases: mirkolenz/makejinja
Releases · mirkolenz/makejinja
v1.0.1
v1.0.0
1.0.0 (2023-01-25)
⚠ BREAKING CHANGES
- use jinja methods to import custom loaders
- enhance support for custom loaders
- rename input/output options
- enhance custom code & remove cli options
- switch from typer to click & typed-settings
- Massive performance boost over python-simpleconf. The CLI options changed: env-vars are no longer supported and we only handle files ending in
yaml
oryml
.
Features
- add checks to verify correct file handling (5d5d5fd)
- add initial support to load custom code (9404ecc)
- add options to change jinja delimiters (edd1caa)
- add python data loader (2a0b817)
- collect modules in subfolders (ebfa242)
- enhance custom code & remove cli options (a8b0b64)
- enhance support for custom loaders (46c8eb1)
- pass jinja options to env constructor (f39fe32)
- rename input/output options (2592c19)
- switch from typer to click & typed-settings (3e9d09d)
- switch to pure yaml config parsing (ac22a0d)
- use jinja methods to import custom loaders (901f37a)
Bug Fixes
- add missing main package file (b436dda)
- improve cli output (1280fa7)
- improve options (e81d727)
- improve types (475e2a5)
- make custom import paths more robust (7424729)
- properly set pythonpath for module resolution (6beb0b0)
- remove wrong flag decls from click params (5d98f08)
- update typed-settings and remove type casts (e42309d)
This release is also available on:
v1.0.0-beta.9
1.0.0-beta.9 (2023-01-15)
⚠ BREAKING CHANGES
- enhance support for custom loaders
Features
- enhance support for custom loaders (46c8eb1)
This release is also available on:
v1.0.0-beta.8
1.0.0-beta.8 (2023-01-15)
⚠ BREAKING CHANGES
- rename input/output options
Features
- collect modules in subfolders (ebfa242)
- pass jinja options to env constructor (f39fe32)
- rename input/output options (2592c19)
Bug Fixes
- improve options (e81d727)
This release is also available on:
v1.0.0-beta.12
1.0.0-beta.12 (2023-01-15)
Bug Fixes
- make custom import paths more robust (7424729)
This release is also available on:
v1.0.0-beta.11
1.0.0-beta.11 (2023-01-15)
Bug Fixes
- properly set pythonpath for module resolution (6beb0b0)
This release is also available on:
v1.0.0-beta.10
1.0.0-beta.10 (2023-01-15)
⚠ BREAKING CHANGES
- use jinja methods to import custom loaders
Features
- use jinja methods to import custom loaders (901f37a)
Bug Fixes
- improve types (475e2a5)
This release is also available on:
v1.0.0-beta.7
1.0.0-beta.7 (2023-01-14)
⚠ BREAKING CHANGES
- enhance custom code & remove cli options
Features
- add initial support to load custom code (9404ecc)
- add python data loader (2a0b817)
- enhance custom code & remove cli options (a8b0b64)
This release is also available on:
v1.0.0-beta.6
v1.0.0-beta.5
1.0.0-beta.5 (2023-01-05)
Bug Fixes
- remove wrong flag decls from click params (5d98f08)
This release is also available on: