- Partial support for JSON literals (
@json
) - Performance improvements
- Minor bug fixes
- Substantial conformance to the latest W3C Recommendation for JSON-LD 1.1 specification.
- Default processing mode set to JSON-LD 1.1
- JSON-LD 1.1 introduces several changes in internal (and some external) interfaces
- JSON-LD 1.1 algorithms are considerably more complex than 1.0. Performance impact hasn't been evaluated yet. There were no attempts yet to optimise the implementation.
- JSON 1.1 support
- Breaking interface change: JsonLdOptions.Embed is now string (used to be bool)
- Do not use native types to create IRIs in value expansion.
- Improve acceptable N-Quads blank node labels.
- Compact the @context array if it contains a single element
- Fix a bug which omitted the context if provided in a URL form
- Provide error message when output form for FromRDF operation is unknown
- Pass array compaction flag to compaction inside of framing
- RFC7324 compliant caching
- Go 1.11 module support
-
Copy the original library under the following terms:
- @piprate team will be the maintainer of the new library (github.com/piprate/json-gold)
- The original repo (github.com/kazarena/json-gold) will remain available
- Interfaces of the new library will be preserved, but may deviate in future versions
- Licensing will not change
- Past contributors will be recognised
- Commit history will not be preserved in the new library
- Versions of the new library will be reset
See the full announcement here.