Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@gkellogg gkellogg released this 29 Dec 21:34
· 121 commits to develop since this release
  • Minimum Ruby version now 2.6.
  • Update N-Triples/N-Quads production names for quoted triples.
  • Improve Literal#comperable_datatypes2.
  • Handle corner-case on canonicalizing a Double whose value is nil. (to_sxp issues).
  • Initialize Logger instanance variables, if not defined. (Fixes #428.)
  • Fix Term.to_ruby to better serialize attributes containing blank node terms.
  • Allow URI#qname and URI#pname to take a :prefixes named parameter, which skips vocabulary navigation and uses any specified prefixes.
  • Now that RDF::HamsterRepo has been extracted into the rdf-hamster-repo gem, replace the builtin implementation for RDF::Repository with that used in RDF::OrderedRepo.