Skip to content

Releases: ruby-rdf/rdf-aggregate-repo

Release 3.3.0

01 Sep 20:04
Compare
Choose a tag to compare

Update dependencies for release 3.3.0. with minimum Ruby version 3.0.

Release 3.2.1

29 May 00:37
Compare
Choose a tag to compare
  • Update documentation links to use gh-pages, and add action to publish gh-pages from Yard docs.
  • Fix issue with multiple sources.

Release 3.2.0

29 Dec 21:47
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.

Release 3.1.0

16 Dec 21:04
Compare
Choose a tag to compare
  • Remove support for Ruby < 2.4
  • Updates for 3.1 and Ruby 2.7 calling sequences.

Release 2.1.0

31 Dec 20:22
Compare
Choose a tag to compare
  • Updates in prep for RDF.rb 2.2.0.
  • Update minimum ruby version to 2.2.2. See ruby-rdf/rdf#307.

Release 2.0.0

31 Dec 20:20
Compare
Choose a tag to compare

Updates for RDF.rb 2.0

  • Make sure Repository#initialize is called.
  • Implement #supports?
  • Update #query_pattern method signatures, and allow to be called with no block, returning an Enumerator.
  • When matching statements in aggregate repo, make sure that graph containing statement also has the same graph name.
  • Make AggregateRepo a Dataset.

2.0 Beta Release

23 Feb 22:56
Compare
Choose a tag to compare
2.0 Beta Release Pre-release
Pre-release

Updates for RDF.rb 2.0 Beta Release

  • Make AggregateRepo a Dataset instead of a Repository.
  • Make sure Repository#initialize is called.
  • Implement #supports?
  • Update #query_pattern method signatures, and allow to be called with no block, returning an Enumerator.
  • When matching statements in aggregate repo, make sure that graph containing statement also has the same graph name.