Skip to content

Release 3.3.4

Latest

Choose a tag to compare

@gkellogg gkellogg released this 13 Jul 23:04
· 2 commits to develop since this release
  • Add N-Triples tests for .parse_subject, .parse_object, .parse_predicate, .parse_uri, .parse_node, and .parse_literal.
  • Add RDF versions to Format.
  • Update N-Triples/N-Quads grammar with VERSION
  • Add version option and accessor to RDF::Reader.
    • Add VERSION support in N-Triples parser, with warning when unexpected combination is used.
  • allow --no-validate CLI option.
  • Write VERSION declaration in N-Triples/Quads if version specified, and not canonicalizing.
  • Remove support for the RDF-star CG version of quoted triples, leaving only triple terms.
  • If validating, only return valid triples from N-Triples reader.
  • Add N-Triples tests for ill-formed language-tagged literals and directional variations.
  • When reading a URI, canonicalize when interning, rather than after the fact, to avoid a frozen object error.
  • Always encode U+FFFE and U+FFFF in N-Triples/Quads.