Releases: mirkolenz/makejinja
Releases · mirkolenz/makejinja
v2.3.3
2.3.3 (2024-01-14)
Bug Fixes
v2.3.2
2.3.2 (2023-11-08)
Bug Fixes
v2.3.1
2.3.1 (2023-11-08)
Bug Fixes
v2.3.0
2.3.0 (2023-11-06)
Features
- add flag to pass key-value options via cli (c59e76f)
- add force option to enable overwriting (a9adedc)
- add quiet option to silence output (78b6b44)
- add shorthand values for cli options (dd033c2)
- allow files to be passed as inputs (b78fa4b)
- allow output to be a file in certain cases (c85763f)
- optimize data handling (update globals) (1016fe9)
- pass os.environ to globals (c9f646c)
- require using a flag to remove the output directory (f0b288d)
- update loader to better support globals (c38b564)
Bug Fixes
- add shorthand options for version/help (e4f1cf0)
- do not enforce jinja suffix for input files (152d220)
- pass immutable data to loader (1351f2c)
- rename clean-output to clean (523556c)
- update cli option groups (380d0db)
v2.2.0
2.2.0 (2023-11-03)
Features
- allow customization of undefined behavior (fd84618)
v2.1.4
2.1.4 (2023-11-03)
Bug Fixes
- update description of project (2f4e405)
v2.1.3
2.1.3 (2023-11-03)
Bug Fixes
- use correct ref for building docs (b7e30f7)
v2.1.2
2.1.2 (2023-11-03)
Bug Fixes
v2.1.1
2.1.1 (2023-10-31)
Bug Fixes
- expose cli module in main init (ed429a0)
v2.1.0
2.1.0 (2023-10-30)
Features
- add data handler for json files (d18f514)
Bug Fixes
- require at least python 3.11 and drop tomli (ebdeb64)