Skip to content

v0.0.5

Compare
Choose a tag to compare
@JPEWdev JPEWdev released this 23 Feb 22:41
· 102 commits to main since this release

In this Release

  • Much better testing, including 100% code coverage and coverage reports
  • Support for mandatory context in the generated bindings. The context is pulled when the bindings are generated and encoded in the bindings. This allows files to be written in a more human readable format, but the generated bindings don't need to go pull the context from the internet to work. Note: This only works if your context is static since it's only referenced when the bindings are generated.
  • Reworking the way context is handled both in the code and in the generated Python bindings
  • A new jsonschema output format which generates a JSONSchema file that can be used to validate a document is correctly formatted. This can be useful if users want to validate their documents without needing a full JSON-LD validator.

Full Changelog: v0.0.4...v0.0.5