Skip to content

Releases: ruby-rdf/rdf-turtle

Release 3.3.1

17 Mar 21:07
Compare
Choose a tag to compare
  • Properly unescaepe PN_LOCAL_ESC (fixes #21).
  • Local tests are linked from spec/rdf-tests.
  • Update EARL results.
  • Move RDF 1.2 N-Triples tests from star_spec to ntriples_spec.
  • Update dependencies.
  • CI on Ruby 3.3.
  • Reference release notes on GitHub.
  • Test example for PN_LOCAL_ESC handling from #21.

Release 3.3.0

01 Sep 20:23
Compare
Choose a tag to compare
  • Add support for RDF 1.2 directional language-tagged strings (rdf:langDirString).
  • Updates for version 3.3.0 with minimum Ruby version 3.0.

Release 3.2.1

29 May 00:40
Compare
Choose a tag to compare
  • Use RDF::URI#pname to make sure that PName is properly escaped.
  • Annotate quoted triples with quoted: true.
  • 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/Turtle.

Release 3.2.0

29 Dec 22:08
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.
  • Add support for rdfstar tests in script/tc.
  • Updates and fixes to writing native literal forms.
  • Update production names for quoted triples.

Release 3.1.3

25 Dec 21:39
Compare
Choose a tag to compare
  • Improve some log output and other changes from n3.
  • Support RDF* mode:
    • Add embSubject and embObject productions so as not to read collections or BlankNodePropertyLists for Turtle*.
    • Read annotations using {| predicateObjectList |} syntax.
    • Separate assertions mode with support for both << ... >> and {| ... |} syntax variations (effectively, Separate Assertions and Property Graph modes).

Release 3.1.2

25 Dec 21:38
Compare
Choose a tag to compare

Bump EBNF to 2.0.

Release 3.1.1

30 May 21:53
Compare
Choose a tag to compare

Provisional support for Turtle* (TurtleStar). Requires the rdfstar option be set on the reader, either to :PG or :SA for "Property Graph" or "Separate Assertions" mode.

Release 3.1.0

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

Release 2.2.1

08 Oct 18:45
Compare
Choose a tag to compare
  • Remove rubyforge reference. Update DOAP.
  • Make sure that super is called from write_prologue and write_epilogue.

Release 2.2.0

08 Jan 21:54
Compare
Choose a tag to compare
  • Update minimum ruby version to 2.2.2. See ruby-rdf/rdf#307.
  • Add quality to aliased content types.
  • Fix missing line numbers in error reports.