You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writer whitespace and property ordering improvements.
Remove explicit Turtle support in Reader.
0.3.4.1
In Reader, if no base_uri is used, make sure that @Prefix : <#> is generated, not @Prefix : <>.
In Writer, fix bug when trying to use :standard\_prefixes option.
0.3.4
Reader accepts 1.0E1 in addition to 1.0e1 (case-insensitive match on exponent).
Writer was not outputting xsd prefix if it was only used in a literal datatype.
Use bare representations of xsd:integer, xsd:boolean, xsd:double, and xsd:decimal.
Implement literal canonicalization (on option) in writer.
0.3.3.1
Fixed bug in writer when given a base URI.
0.3.3
Update dependencies to RDF.rb 0.3.3
Update specs to use open-uri-cached and Spira; no longer directly include W3C test cases.
Use Bundler when running specs.
Only output prefix definitions used in serialization.
Fixed stack overflow in regular expression when matching long multi-line literals.
Fixed bug (issue 14) where illegal QNames were generated in writer.
0.3.2
Skipped
0.3.1.3
Normalize language tags to lower case (only when canonicalizing). SPARQL specs expect the reader
to not screw with the language case for equivalence tests.
0.3.1.2
Normalize language tags to lower case.
0.3.1.1
Assert formats for :ttl, :turtle, and :notation3 in addition to :n3