Skip to content

Releases: thejens/loren

0.4

03 Jan 08:31
2718a02
Compare
Choose a tag to compare
  • Loren is now based around a 'dict' abstraction, meaning the loader of configurations is a subclass of dict.
  • The loader now has a 'lazy' flag that allow it to only load files when a get call for the contents is registered
  • The CLI now takes shorthand arguments, like -c for --configuration-path
  • The CLI now handles passing multiple configurations, either as a list or as a mapping. For mappings use -c some_key:the/path
  • The renderer now uses a file-system jinja2 environemnt, allowing it to load in other resources from the same path as the template
  • Multiple templates can now be passed, and all will be rendered

0.3

08 Oct 13:27
d76d4c5
Compare
Choose a tag to compare
0.3
Merge pull request #12 from thejens/strict

Add support for schema-path to render command

0.1

14 Dec 18:03
dc6e9cc
Compare
Choose a tag to compare
0.1

A first release.

Contains support to build configurations and render Jinja2 templates. Handles text content, yaml & json as well as reading images as base64.

Can further render input files using Jinja2.