Skip to content

Releases: ruby-rdf/rdf-ordered-repo

Release 3.3.0

01 Sep 20:06
Compare
Choose a tag to compare
  • Update documentation links to use gh-pages, and add action to publish gh-pages from Yard docs.
  • Updates for version 3.3.0 with minimum Ruby version 3.0.

Release 3.2.1

30 Dec 22:09
Compare
Choose a tag to compare

Use SerializedTransaction instead of Default Transaction class. This provides coherent list operations within transactions.

Release 3.2.0

29 Dec 22:01
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.
  • Sync with some changes from RDF.rb, fix support for snapshots and #clear implementation.

Release 3.1.1

26 Dec 19:03
Compare
Choose a tag to compare

Fixes delete_from.

Release 3.1.0

26 Dec 19:02
Compare
Choose a tag to compare

First release, but based on mature implementation from RDF.rb.

An in-memory implementation of RDF::Repository using native Ruby Hashes having insert-order preserving properties.