Releases: atextor/turtle-formatter
Releases · atextor/turtle-formatter
version 1.2.15
version 1.2.14
xsd:double is correctly typed even when lexically equivalent to xsd:decimal
version 1.2.13
Use formatting of double literals from source model by default
What's Changed
- Feature: Skip double formatting by @fkleedorfer in #31
Full Changelog: v1.2.12...v1.2.13
version 1.2.12
Fixes ordering of blank nodes, correct handling of blank node cycles and changes default subjectOrder (rdfs:Ontology
before rdfs:Class
).
What's Changed
- Bugfix for Blank node ordering, RDF lists and DecimalFormat by @fkleedorfer in #15
New Contributors 🌟
- @fkleedorfer made their first contribution in #15
Full Changelog: v1.2.11...v1.2.12
version 1.2.11
Do not print rdf:type
as a
when used as an object
version 1.2.10
Configured endOfLine style is honored in prefix formatting
version 1.2.9
Make empty base URI configurable in formatting style
version 1.2.8
Fix escaping in triple-quoted strings and introduce quote style
version 1.2.7
Use Jena RIOT for formatting URIs and local names
version 1.2.6
Fix alignment of repeated identical predicates