Releases: adzerk/frise
Releases · adzerk/frise
v0.6.1
v0.6.0
v0.5.1
v0.4.1
v0.4.0
- Breaking changes
- Recursive inclusions now respect the hierarchy of configuration files, avoiding inclusions lower
in the hiearchy to be resolved before ones higher in the hierarchy
(#14).
- Recursive inclusions now respect the hierarchy of configuration files, avoiding inclusions lower
- Bug fixes
- Fix error messages from validations happening deeper in the config hierarchy, that were wrongly
missing the first character in their path (#16).
- Fix error messages from validations happening deeper in the config hierarchy, that were wrongly
v0.3.0
- Breaking changes
- Defaults and schemas are now defined using a directive in the YAML configs instead of
implicitly by looking at load paths. See (#7) for
more information on migration;
- Defaults and schemas are now defined using a directive in the YAML configs instead of
- New features
$include
and$schema
directives are now available in config files, allowing users to
validate and include defaults at any part of the config
(#7);- A new
$content_include
directive allows users to include the content of a file as a YAML
string (#8); - The
_file_dir
Liquid variable is now available in all included files, containing always the
absolute path to the file being loaded (#7).