Skip to content

Releases: rudof-project/rudof

v0.1.39

28 Oct 09:27
Compare
Choose a tag to compare

[0.1.37] - 2024-10-28

  • Added more features to the rudof_lib like the serialization of ShEx, SHACL and Shapemaps which is also mirrored in the Python bindings

v0.1.38

27 Oct 20:13
Compare
Choose a tag to compare

v0.1.38 - 2024-10-27

Simple release to test rudob_lib and python bindings

v0.1.36

27 Oct 16:25
Compare
Choose a tag to compare

[0.1.36] - 2024-10-27

  • Python bindings based on rudof_lib to validate ShEx and SHACL

v0.1.35

25 Oct 10:22
Compare
Choose a tag to compare

[0.1.35] - 2024-10-25

  • More refactoring on main to depend on rudof_lib for SHACL, issue #201
  • Implemented Display for SHACL Validation report which shows the results with colors

[0.1.34] - 2024-10-23

-Some refactoring on main to depend on rudof_lib and check if it works

[0.1.33] - 2024-10-22

  • Internal release to just change the README in rudof_lib

v0.1.32

22 Oct 14:21
Compare
Choose a tag to compare

[0.1.32] - 2024-10-22

  • Created crate rudof_lib which will act as the main library entry point for rudof. In the future, this crate could be called rudof.
  • Refactor of main to invoke rudof_lib
  • Added ResultShapeMap as the result of ShEx validation. One improvement is that now the results can appear with colors.

v0.1.31

20 Oct 20:50
Compare
Choose a tag to compare

[0.1.31] - 2024-10-20

  • Added more information to docs
  • Implemented more features of Service description
  • Added Accept headers to InputSpec so it provides basic content negotiation
  • Added ShExConfig to improve configuration of options that involve ShEx
  • Added literals to shape maps
  • Improved aesthetics of docs #170

v0.1.30

08 Oct 11:54
Compare
Choose a tag to compare

[0.1.30] - 2024-08-10

  • Added support for imports #159
  • Solved typo xslsx -> xlsx #176

v0.1.29

02 Oct 08:23
Compare
Choose a tag to compare

[0.1.29] - 2024-09-30

  • Added option to use xlsx directly in tap2shex conversion
  • Updated version of serde_yml to 0.0.12

v0.1.28

01 Oct 08:19
Compare
Choose a tag to compare

[0.1.28] - 2024-09-30

  • First version that handles directly Excel spreadsheets in DCTAP. Issue #82
  • Repaired small bug in DCTAP where headers with leading or trailing whitespaces where not properly parsed
  • Unified dependencies on serde-yml #160
  • Expose API to retrieve SHACL validation reports #164
  • Fixed github action that was giving errors when publishing Python bindings #151

v0.1.27

25 Sep 14:49
Compare
Choose a tag to compare

[0.1.27] - 2024-09-25

  • Added support for picklist values in DCTAP
  • Added support for picklist values in DCTAP2ShEx
  • Added support for simple value set values in ShEx to UML