Releases: ruby-rdf/rdf-turtle
Releases · ruby-rdf/rdf-turtle
Release 3.3.1
Release 3.3.0
- 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
- 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
- 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
- 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
Bump EBNF to 2.0.
Release 3.1.1
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
- Updates for 3.1 prep and Ruby 2.7 changes.
Release 2.2.1
- Remove rubyforge reference. Update DOAP.
- Make sure that super is called from
write_prologue
andwrite_epilogue
.
Release 2.2.0
- 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.