All Versions
14
Latest Version
Avg Release Cycle
31 days
Latest Release
755 days ago

Changelog History
Page 1

  • v0.3.2 Changes

    May 14, 2021
    • โž• Add validateNode function to validate a given node against a given shape. [#59] [#65]
  • v0.3.1 Changes

    May 03, 2021
    • ๐Ÿ‘‰ Use provided data factory everywhere [#52] [#62]
  • v0.3.0 Changes

    April 13, 2021
    • ๐Ÿ’ฅ BREAKING: the $shape and $data properties of the context passed to validators are now a clownface object instead of an RdfLibGraph.
    • ๐Ÿ›  Fix comparison of non-numeric literals with minExclusive, maxExclusive, minInclusive and maxInclusive constraints. [#23] [#55]
  • v0.2.6 Changes

    February 22, 2021
    • Replace "<" or ">" in validation messages by "less than" or "more than" [#45] [#49]
  • v0.2.5 Changes

    December 21, 2020
    • ๐Ÿ›  Fix issue with multi-level inheritance [#41] [#42]
  • v0.2.4 Changes

    October 20, 2020
    • Loosen dependencies
  • v0.2.3 Changes

    July 28, 2020
    • โฌ†๏ธ Upgrade clownface dependency to 1.X
  • v0.2.2 Changes

    June 04, 2020
    • ๐Ÿ›  Fix missing debug dependency
  • v0.2.1 Changes

    May 25, 2020
    • ๐Ÿ›  Fix ValidationResult.severity not returning anything
  • v0.2.0 Changes

    May 25, 2020
    • [BREAKING] Change ValidationReport and ValidationResult shorthand properties to return RDF terms instead of strings [#30]