You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# ODRL Evaluator
2
2
3
+
## v0.5.0
4
+
5
+
### New features
6
+
7
+
- Support for the purpose constraint
8
+
- The purpose is added as a constraint using the `https://w3id.org/force/sotw#context`. Note that this is an intermediary step between current inputs and the future inputs of the ODRL Evaluator: https://w3id.org/force/sotw
9
+
- Support for following set based operators
10
+
-`odrl:isAnyOf`
11
+
-`odrl:isA`
12
+
-`odrl:isNoneOf`
13
+
14
+
### Fixes
15
+
16
+
- Fix to the way Party and Asset collections are handled
17
+
- addressed in the rules (`src/rules/report.n3`) and the test suite (`test/integration/ODRL-Test-Suite.test.ts`)
0 commit comments