v1.0.0
First major version of the library, celebrating 5 years of amazing research & development done in our 0.X journey!
(NEW) Redesigned modeling of datatypes (drop RDFDatatype and RDFDatatypeRegister)
(NEW) Redesigned API for data serialization (drop RDFGraphSerializer and RDFStoreSerializer)
(NEW) Redesigned projection operator for SPARQL SELECT query
(NEW) Enhanced SPARQL DESCRIBE query with ability to manage contexts
(FIX) Incorrect string representation of RDFDatatypeFilter (#3)
(FIX) Do not use number styles when parsing decimals in RDFIsNumericFilter (#4)
(FIX) Incorrect removal of items from RDFCollection of literal type (#5)
(FIX) Incorrect validation of typed literals of "xsd:NormalizedString" datatype (#6)
(FIX) Incorrect validation of language tags against RFC3066 specs (#7)
(FIX) Insufficient capability of fraction of second in "xsd:DateTime" and "xsd:Time" literals (#8)
(FIX) Incorrect visibility of singleton instance of RDFNamespaceRegister (#9)
(FIX) Reverse lookup to prefix.cc service fails when uri ends with "#" (#10)
(FIX) Unescaped control chars in TriX and RDF/XML cause uncompliant XML (#11)
(FIX) Avoid automatic "\r -> \n" normalization done by XmlReader in TriX and RDF/XML (#12)
(FIX) Incorrect escape of some Unicode characters and "" character in N-Triples and N-Quads (#13)
(FIX) Incorrect escape of "" character in Turtle (#14)
(FIX) Missing validation for "xsd:QName" literals (#15)
(FIX) Incorrect generation of automatic namespaces in RDF/XML writer (#16)
(FIX) Incorrect abbreviation of predicates in Turtle writer (#17)
(FIX) Crash in queries having patterns with more than one occurrence of the same variable (#18)
(FIX) Order of projection variables in SPARQL SELECT query must be deterministic (#19)
(FIX) String representation of SPARQL FILTER should not end with "." (#20)
(FIX) Incorrect string representation of RDFBooleanNotFilter (#21)
(FIX) Incorrect comparison logics driving RDFComparisonFilter (#23)
(FIX) Incorrect parsing of quadruples from SQL-based stores (#24)
(MISC) Code cleanups and improvements, wider and better documentation