Skip to content

Releases: adzerk/frise

v0.6.1

16 Jun 00:55
701cd59
Compare
Choose a tag to compare
  • New features
    • New schema type $constant for specifying values with a single possible instance
      (#32).

v0.6.0

07 Apr 14:11
Compare
Choose a tag to compare
  • Breaking changes

    • Liquid parsing is now strict (#29).
    • Update liquid gem to 5.3.0 (#29).
  • New features

    • Add json liquid filter (#28).

v0.5.1

28 Mar 12:11
Compare
Choose a tag to compare
  • Breaking changes
    • Increase minimum required ruby version to 2.6.0 (#22).
  • Bug fixes
    • Fix YAML.safe_load call arguments error in ruby 3.1 (#26).

v0.4.1

07 Jul 14:46
Compare
Choose a tag to compare
  • New features
    • $delete directive is now available in config files, allowing users to delete parts of the
      config sub-tree (#20).

v0.4.0

29 Nov 11:21
c7241ee
Compare
Choose a tag to compare
  • 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).
  • Bug fixes
    • Fix error messages from validations happening deeper in the config hierarchy, that were wrongly
      missing the first character in their path (#16).

v0.3.0

28 Nov 16:04
91620f9
Compare
Choose a tag to compare
  • 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;
  • 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).

v0.2.0

28 Nov 16:04
Compare
Choose a tag to compare
  • New features
    • New schema types $enum and $one_of for specifying enumerations and values with multiple
      possible schemas (#5).
  • Bug fixes
    • Deal correctly with non-existing schema files in the load path
      (#4).

v0.1.0

28 Nov 16:04
Compare
Choose a tag to compare

Initial version.