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
- Support for the **Dynamic ODRL Specification** introduced in [**Interoperable and Continuous Usage Control Enforcement in Dataspaces**](https://ceur-ws.org/Vol-3705/paper10.pdf) (for more information, checkout https://w3id.org/force/odrl3proposal)
8
+
- Creation of the `materializePolicy` in `src/evaluator/DynamicConstraint.ts`
9
+
- Creation of vocabulary util for common vocabularies (including ODRL)
10
+
-`util/Vocabularies.ts`
11
+
- Support for local [eye](https://github.com/eyereasoner/eye) version on windows machines
12
+
- update to `src/reasoner/EyeReasoner.ts`
13
+
14
+
## v0.2.2
15
+
16
+
### New features
17
+
18
+
- Add integration tests based on the [ODRL Test Suite](https://w3id.org/force/test-suite) to ensure correctness.
19
+
20
+
## v0.2.1
21
+
22
+
Introduces a breaking change regarding the identifiers of produced Compliance Report:
23
+
24
+
Generating compliance reports now uses `https://w3id.org/force/compliance-report#` as prefix instead of `http://example.com/report/temp/`.
25
+
26
+
## v0.2.0
27
+
28
+
### New features
29
+
30
+
- Support browser support:
31
+
- Adding `src/index.browser.ts` with typescript classes that do not rely on [NodeJS](https://nodejs.org/en) specific libraries or functions (such as `fs` for reading files).
32
+
- In `package.json` there is now a `browser` property which ensures browsers use the correct index file for this package.
33
+
34
+
## v0.1.1
35
+
36
+
### New features
37
+
38
+
- Introduction of tests via [Jest](https://jestjs.io/).
39
+
- Introduction of Continious Integration (CI) using [Github Actions](https://github.com/features/actions).
40
+
41
+
## v0.1.0
42
+
43
+
### New features
44
+
45
+
- The ODRL Evaluator now supports all [ODRL Logical Operands](https://www.w3.org/TR/odrl-model/#constraint-logical).
46
+
47
+
## v0.0.1
48
+
49
+
First release of the ODRL Evaluator that produces a [Compliance Report](https://w3id.org/force/compliance-report) from an [ODRL Policy](https://www.w3.org/TR/odrl-model/#policy) and the [State of the World](https://w3id.org/force/sotw).
0 commit comments