Changelog¶
v0.5.0 - 2024-10-31¶
Add base config class to facilite module configuration definition
v0.4.0 - 2024-09-26¶
Update documentation
Fix config caching bug for usage of the config plugins in a python context
Add support for Context argument in plugins called in templates
Add support for kwargs in plugins called in templates
Use dict_path library from core instead of lsm
v0.3.0 - 2024-01-08¶
Refactor signature of template values plugins.
v0.2.0 - 2023-11-28¶
Add py.typed file in plugins folder
Allow to easily resolve absolute paths
v0.1.0 - 2023-11-08¶
Add more path typedefs
Relax typing on kwargs for template input values.
v0.0.4 - 2023-03-31¶
Fix caching of multiple configs
v0.0.3 - 2022/11/30¶
Add support for template:// and source:// paths
v0.0.2 - 2022/11/29¶
Fix get_config_template_value plugins
v0.0.1 - 2022/11/29¶
Initial release of the module