Skip to content

Releases: mirkolenz/makejinja

v1.0.1

03 Feb 13:35
Compare
Choose a tag to compare

1.0.1 (2023-02-03)

Bug Fixes

  • docker: use entrypoint for proper cli usage (fcebe4d)

This release is also available on:

v1.0.0

25 Jan 14:44
Compare
Choose a tag to compare

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 or yml.

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

15 Jan 10:07
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

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

15 Jan 00:44
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

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


This release is also available on:

v1.0.0-beta.12

15 Jan 21:37
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

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

15 Jan 16:59
Compare
Choose a tag to compare
v1.0.0-beta.11 Pre-release
Pre-release

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

15 Jan 15:50
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

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


This release is also available on:

v1.0.0-beta.7

14 Jan 23:57
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

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

14 Jan 11:22
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2023-01-14)

Bug Fixes

  • add missing main package file (b436dda)
  • update typed-settings and remove type casts (e42309d)

This release is also available on:

v1.0.0-beta.5

05 Jan 15:26
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2023-01-05)

Bug Fixes

  • remove wrong flag decls from click params (5d98f08)

This release is also available on: