Skip to content

Releases: mirkolenz/makejinja

v2.3.3

14 Jan 19:53
Compare
Choose a tag to compare

2.3.3 (2024-01-14)

Bug Fixes

  • properly parse data-vars (670f8bd)

v2.3.2

08 Nov 20:41
Compare
Choose a tag to compare

2.3.2 (2023-11-08)

Bug Fixes

v2.3.1

08 Nov 19:59
Compare
Choose a tag to compare

2.3.1 (2023-11-08)

Bug Fixes

v2.3.0

06 Nov 08:48
Compare
Choose a tag to compare

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

03 Nov 23:05
Compare
Choose a tag to compare

2.2.0 (2023-11-03)

Features

  • allow customization of undefined behavior (fd84618)

v2.1.4

03 Nov 21:20
Compare
Choose a tag to compare

2.1.4 (2023-11-03)

Bug Fixes

  • update description of project (2f4e405)

v2.1.3

03 Nov 20:53
Compare
Choose a tag to compare

2.1.3 (2023-11-03)

Bug Fixes

  • use correct ref for building docs (b7e30f7)

v2.1.2

03 Nov 20:45
Compare
Choose a tag to compare

2.1.2 (2023-11-03)

Bug Fixes

v2.1.1

31 Oct 10:37
Compare
Choose a tag to compare

2.1.1 (2023-10-31)

Bug Fixes

  • expose cli module in main init (ed429a0)

v2.1.0

30 Oct 09:42
Compare
Choose a tag to compare

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)