File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717 and tested separately.
1818 - Migrate the ` prepend_base(base, iri) ` function to the ` resolve(iri, base) `
1919 function.
20- - Update code to use ` resolve(iri, base) ` instead. Invalid base IRIs
20+ - Move the existing function ` remove_dot_segments(path) ` and update the
21+ implementation.
22+ - Migrate the ` remove_base(base, iri) ` function to the ` unresolve(iri, base) `
23+ function and update the implementation to use stdlib ` urllib.parse ` and
24+ ` urllib.unparse ` to replace the custom implementation.
25+ - Update code to use ` resolve(iri, base) ` and ` unresolve(iri, base) ` instead. Invalid base IRIs
2126 (including ` None ` ) are no longer allowed, hence missing base IRIs in the
2227 JSON-LD context are now handled outside the function call.
23- - Move the existing function ` remove_dot_segments(path) `
2428 - Add unittests
2529
2630## 2.0.4 - 2024-02-16
You can’t perform that action at this time.
0 commit comments