Releases: rudof-project/rudof
Releases · rudof-project/rudof
v0.1.39
v0.1.38
v0.1.36
v0.1.35
[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
[0.1.32] - 2024-10-22
- Created crate
rudof_lib
which will act as the main library entry point forrudof
. In the future, this crate could be calledrudof
. - 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
[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
v0.1.29
v0.1.28
[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