Skip to content

Releases: decentralized-identity/jsonld-common-java

1.0.0 jsonld-common-java

24 Jan 10:48
Compare
Choose a tag to compare

This is an implementation of helper objects and functions for JSON-LD documents.

Functionality includes JSON-LD object (de-)serialization, construction, manipulation, normalization, document loading. Support for JSON-LD 1.1.

Changes:

  • Small update to dereferencer logic. 7c56c914235346b
  • Merge pull request #6 from decentralized-identity/peacekeeper-configurable-http-file-loaders cfc4e0fce0ef1d3

v0.3.0 jsonld-common-java

21 Oct 09:51
Compare
Choose a tag to compare

v0.2.0 jsonld-common-java

20 Jul 14:20
Compare
Choose a tag to compare

v0.1.0 jsonld-common-java

21 Oct 12:05
Compare
Choose a tag to compare
  • fix: Better way to construct lists of contexts and types.
  • fix: Avoid NullPointerException.
  • feat: Further updates to JSON-LD handling.
  • feat: Reduced dependency on javax.json.
  • fix: Better way of handling default contexts and types.
  • fix: Bugfix related to type property.
  • feat: Continued work on better JSON-LD support.
  • fix: Use enum instead of String for algorithm version.
  • fix: Remove jsonld-java dependency.
  • feat: Work-in-progress on normalization algorithm.
  • feat: Additional methods.