Releases: ruby-rdf/rdf-aggregate-repo
Releases · ruby-rdf/rdf-aggregate-repo
Release 3.3.0
Release 3.2.1
- 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
- Minimum Ruby version now 2.6.
Release 3.1.0
- Remove support for Ruby < 2.4
- Updates for 3.1 and Ruby 2.7 calling sequences.
Release 2.1.0
- 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
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
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.