Skip to content

Commit bf92ae9

Browse files
committed
docs: add release notes
1 parent d47b2d7 commit bf92ae9

File tree

3 files changed

+17
-438
lines changed

3 files changed

+17
-438
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# ODRL Evaluator
22

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`)
18+
319
## v0.4.0
420

521
### New features

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Both created at: `test/ODRL-newTestCases.test.ts`
2828
- [x] Do a github release for version 0.4
2929
- [ ] fix [issue 3](https://github.com/SolidLabResearch/ODRL-Evaluator/issues/3) -> strange behaviour in action reports for compact rules
3030
- [ ] perhaps also test whether I can solve compact policies as well as that is just derivation
31-
- [ ] fix [issue 8](https://github.com/SolidLabResearch/ODRL-Evaluator/issues/8) -> collection
31+
- [x] fix [issue 8](https://github.com/SolidLabResearch/ODRL-Evaluator/issues/8) -> collection
3232
- [x] implement `odrl:anyOf`
3333
- [x] implement `odrl:isNoneOf`
3434
- [x] implement `odrl:anyOf`

0 commit comments

Comments
 (0)