Skip to content
Compare
Choose a tag to compare
@thejens thejens released this 03 Jan 08:31
· 18 commits to main since this release
2718a02
  • 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