Skip to content

Releases: ruby-rdf/rdf-trig

Release 3.3.0

01 Sep 20:24
Compare
Choose a tag to compare
  • Update documentation links to use gh-pages, and add action to publish gh-pages from Yard docs.
  • Define the format URI to http://www.w3.org/ns/formats/TriG.
  • Updates for version 3.3.0 with minimum Ruby version 3.0.

Release 3.2.0

29 Dec 22:11
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.
  • Add RDF-star implementation report.
  • Update productions for quoted triples.

Release 3.1.2

02 Feb 21:52
Compare
Choose a tag to compare
  • Basic RDF* support, specifically for Turtle test cases. To be determined is how embedded triples within named graphs are treated.

Release 3.1.1

10 Jul 20:29
Compare
Choose a tag to compare
  • Update URLs to use HTTPS, where possible.
  • Update doap:license (again) to https://unlicense.org/1.0/.
  • Fix TriG EBNF grammar.
  • Bump dependency on EBNF gem to 2.0.

Release 3.1.0

16 Dec 22:17
Compare
Choose a tag to compare
  • Updates for 3.1 release and Ruby 2.7.

Release 2.2.0

15 Dec 00:06
Compare
Choose a tag to compare
  • Update minimum ruby version to 2.2.2
  • Add quality to aliased content types.
  • Relax dependencies for 3.0 release.

Release 2.0.0

15 Dec 00:05
Compare
Choose a tag to compare

Updates for RDF.rb 2.0

  • Use RDF::Util::Logger.
  • Use Enumerable#project_graph instead of GraphFilteredRepo.
  • Check for incomplete/invalid statements in #write_statement.
  • Report on errors at end of #write_epilogue.
  • Use write_quad instead of write_statement to allow RDF::Writer#write_statement to do more checks and transformations.

2.0 Beta Release

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

Updates for RDF.rb 2.0 Beta

  • Use RDF::Util::Logger.
  • Use Enumerable#project_graph instead of GraphFilteredRepo.
  • Check for incomplete/invalid statements in #write_statement.
  • Report on errors at end of #write_epilogue.
  • Use write_quad instead of write_statement to allow RDF::Writer#write_statement to do more checks and transformations.