Skip to content

Release 3.1.4

Compare
Choose a tag to compare
@gkellogg gkellogg released this 28 Apr 21:52
· 151 commits to develop since this release
  • 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 to true.