Releases: SolidLabResearch/ODRL-Evaluator
v0.5.0
What's Changed
- Support for
odrl:purpose
constraint evaluation - Fix the way party and asset collections are handdled
For more information, check the CHANGELOG or RELEASE NOTES
v0.4.0
What's Changed
- Support for Policy Rule Composition (implements #5 )
- update vocabularies regarding ODRL and the compliance report (#7 )
For more information, check the CHANGELOG or RELEASE NOTES
v0.3.0
What's Changed
- Dynamic ODRL Specification Support: Adds functionality for dynamic constraint handling. (#6).
- New Vocabulary Utility.
- Improved Windows Compatibility: Introduces local EYE reasoning support for Windows users (#4).
For more information, check the CHANGELOG or RELEASE NOTES
v0.2.2
- Add integration tests based on the ODRL test suite to ensure correctness. (generated through a script)
- Rewrite release script such that
Rules.ts
is not part of dist anymore when publishing to npm
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Breaking change introduced:
Generating compliance reports now uses https://w3id.org/force/compliance-report#
as prefix instead of http://example.com/report/temp/
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Refactor of the ODRL Evaluator such that it can run properly in the browser.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
- Introduces Jest and github CI
- Fixes
skos:exactMatch
reasoning (#1)
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Add support for all ODRL Logical Operands.
Full Changelog: v0.0.1...v0.1.0
v0.0.1
First release of the ODRL Evaluator that produces a Compliance Report from an ODRL Policy and the state of the world.
See
Full Changelog: https://github.com/SolidLabResearch/ODRL-Evaluator/commits/v0.0.1