Release 3.1.4
- Performance Improvement
- Reduce object duplication in context processing.
- Keep document base out of context, and pass in through other algorithms. This allows for improved caching of initial contexts.
- Streaming RDF reader
- Non-event based, but conforms to the JSON-LD 1.1 Streaming note.
- Invoke using
JSON::LD::Reader
with the:stream
option set totrue
.