Skip to content

Releases: ruby-rdf/rdf-turtle

Release 2.0.0

08 Jan 21:53
Compare
Choose a tag to compare
  • Use new RDF::Format.symbols rather than creating a separate format class, which gets confusing.
  • Use RDF::Util::Logger instead of :debug, :warnings, :errors.
  • Don't re-implement Writer#write_statement but depend on #write_triple. As Canonicalization implies validation, make sure that tests use absolute URIs.

2.0 Beta Release

23 Feb 20:58
Compare
Choose a tag to compare
2.0 Beta Release Pre-release
Pre-release
  • Use new RDF::Format.symbols rather than creating a separate format class, which gets confusing.
  • Use RDF::Util::Logger instead of :debug, :warnings, :errors.
  • Don't re-implement Writer#write_statement but depend on #write_triple. As Canonicalization implies validation, make sure that tests use absolute URIs.