Releases: thejens/loren
Releases · thejens/loren
0.4
- 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