Releases: OO-LD/oold-python
v0.10.0
- fix: update datamodel-code-generator version to 0.43.1
- tests: add code generation test for class inheritance
- fix: replace function removed from datamodel_code_generator
- fix: make correct pydantic v2 implementation to access json_schema_extras
- feat: implement IRI access via index operator in LinkedBaseModel
- feat: add context building for LinkedBaseModel in JSON-LD export
- fix: handle null-ids (blank nodes)
Full Changelog: v0.9.1...v0.10.0
v0.9.1
- fix: source code retrieval in ipython env
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Full Changelog: v0.8.2...v0.9.0
docs: update example
simontaurus
simontaurus
committed
Sep 28, 2025
·
refactor: replace match-case with Python 3.9-compatible syntax
simontaurus
simontaurus
committed
Sep 28, 2025
·
feat: handle enum titles / labels as docstrings
simontaurus
simontaurus
committed
Sep 28, 2025
·
fix: improve handling of $ref in export_schema function
simontaurus
simontaurus
committed
Sep 28, 2025
feat: yaml serialization
simontaurus
simontaurus
committed
Sep 28, 2025
fix: keep format annotation for schema re-serialization
simontaurus
simontaurus
committed
Sep 28, 2025
fix: update dependencies
v0.8.2
Full Changelog: v0.8.1...v0.8.2
v0.8.1
- fix: handle empty schema in ui
v0.8.0
- fix: prevent event objects from triggering model updates in JSON editor
- feat: add oold schema export functionality and tests
- feat: implement OoldDemoEditor with JSON schema integration and RDF generation
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Hint on installation is missing in the repos readme by @LukasOro in #4
- Feat UI components by @simontaurus in #5
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
refactor: code generation and tests
BREAKING CHANGE: signature of Generator.generate() changed without backwards compatibility
Full Changelog: v0.5.1...v0.6.0