Releases: JPEWdev/shacl2code
Releases · JPEWdev/shacl2code
v0.0.24
v0.0.23
What's Changed
- template/python.j2: Various minors fixes by @benjarobin in #54
- Optimize JSON Schema by @JPEWdev in #56
New Contributors
- @benjarobin made their first contribution in #54
Full Changelog: v0.0.22...v0.0.23
v0.0.22
v0.0.21
NOTE This release introduces a breaking change in the way that python bindings operate. They will no longer instantiate required embedded objects (that is, when one object has a required property that is another object). While this might break existing code if they were relying on the auto-instantiation, it should result in much more predictable bindings since the objects won't be created and then possibly fail validation. This also matches the behavior of the other language bindings
What's Changed
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- Create SECURITY.md by @JPEWdev in #41
- Security fixes by @JPEWdev in #42
- golang: Fix type safety assignment by @JPEWdev in #43
- tests: Remove static expect data by @JPEWdev in #44
- Fix typos in README and code comments by @bact in #45
- Add deprecation support by @JPEWdev in #46
New Contributors
Full Changelog: v0.0.19...v0.0.20