File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 88 - Minimize async related changes to library code in this release.
99 - In sync environment use ` asyncio.run ` .
1010 - In async environment use background thread.
11- - The default test manifests or directories now default to the ` ./specifications ` directory.
12- - Add ability to run test suites using pytest and make pytest the default way for running (unit)tests.
11+ - The default test manifests or directories now default to the
12+ ` ./specifications ` directory.
13+ - Add ability to run test suites using pytest and make pytest the default way
14+ for running (unit)tests.
15+ - The functionality to resolve relative IRIs to absolute IRIs has been moved
16+ from ` context_resolver.py ` to ` iri_resolver.py ` so it can be maintained
17+ and tested separately.
18+ - Migrate the ` prepend_base(base, iri) ` function to the ` resolve(iri, base) `
19+ function.
20+ - Update code to use ` resolve(iri, base) ` instead. Invalid base IRIs
21+ (including ` None ` ) are no longer allowed, hence missing base IRIs in the
22+ JSON-LD context are now handled outside the function call.
23+ - Move the existing function ` remove_dot_segments(path) `
24+ - Add unittests
1325
1426## 2.0.4 - 2024-02-16
1527
You can’t perform that action at this time.
0 commit comments