NEWS
jsonld 2.2 (2020-05-27)
- Update jsonld.js to 1.8.1 (final version to support traditional javascript)
- Support "alternate location" links: https://www.w3.org/TR/json-ld11/#alternate-document-location
jsonld 2.1 (2019-02-05)
- Refactor async code to work with upcoming version of V8
jsonld 2.0 (2018-05-03)
- Update of bunlded jsonld.js library to v1.0.1 (major update)
- Update the document loader to work with the new v1.0.1
- Improve error message for failed downloads
- Switch to curl::parse_header_list(), may fix 'link' parsing
- Option 'jsonld_use_accept' (default TRUE) to disable content negotiation
jsonld 1.2 (2017-04-11)
- Support filename parameters (in addition to URLs and literal json)
- Add URLs to DESCRIPTION
- Update maintainer contact details
jsonld 1.1 (2016-12-16)
- Add support for URL parameters
- Add unit test suite from http://json-ld.org/test-suite/
- Lots of small fixes
jsonld 1.0 (2016-12-09)