All Versions
73
Latest Version
1.0
Avg Release Cycle
35 days
Latest Release
-

Changelog History
Page 8

  • v0.1.0.a2.dev20180906 Changes

    September 06, 2018

    โž• Added

    • โž• Added full pattern matching ConstraintComponent, with working flags.
    • Result reporting and report generation is implemented
    • Two types of shapes are now implemented (NodeShapes and PropertyShapes)
    • Implicit class targeting on target-less is implemented
    • Basic path traversal on PropertyShapes is implemented
    • Seven key types of ConstraintComponents are added and working ### ๐Ÿ”„ Changed
    • ๐Ÿ›  Fixed bug in datatype matcher that would cause some tests to fail.
    • โœ… Switched to running all tests in the directory, rather than running individual tests.
    • ๐Ÿ›  Fixed textual report output to format Literals better (to see how they are wrong).
    • ๐Ÿ› Bug fixes since previous version
    • โœ… 10+ tests are passing.
  • v0.1.0.a10.dev20180911 Changes

    September 11, 2018

    โž• Added

    • โž• Added 3 more new constraint components!
      • sh:qualifiedValueShape - QualifiedValueShapeConstraintComponent
      • sh:qualifiedMinCount - QualifiedMinCountConstraintComponent
      • sh:qualifiedMaxCount - QualifiedMaxCountConstraintComponent

    ๐Ÿ”„ Changed

    • the make_v_result function can now take an argument to overwrite the target failing component with a custom value.
      • this is required to allow QualifiedValueShapeConstraintComponent to output the correct type of failure
    • โฌ†๏ธ Bumped version number
    • โœ… 73 tests now passing!
  • v0.1.0.a1.dev20180904 Changes

    September 04, 2018

    โž• Added

    • ๐ŸŽ‰ Initial version, limited functionality

    ๐Ÿš€ [Unreleased]: https://github.com/RDFLib/pySHACL/compare/v0.11.4...HEAD