File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-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() ` function to the ` resolve() ` function
19+ - Move the existing function ` remove_dot_segments() `
20+ - Add unittests
1321
1422## 2.0.4 - 2024-02-16
1523
You can’t perform that action at this time.
0 commit comments