titanium-json-ld

A JSON-LD 1.1 Processor & API

APACHE-2.0 License

Stars
131

Bot releases are hidden (Show)

titanium-json-ld - 1.4.1 Latest Release

Published by filip26 3 months ago

What's Changed

New Contributors

titanium-json-ld - 1.4.0

Published by filip26 8 months ago

What's Changed

Full Changelog: https://github.com/filip26/titanium-json-ld/compare/v1.3.3...v1.4.0

titanium-json-ld - 1.3.3

Published by filip26 11 months ago

Minor improvements release:

  • xsd:float support thanks to @ebremer (#278 )
  • @graph aliasing fix thanks to @lolgab |(#257 )
  • up to date dependencies

Thank you for your support!

titanium-json-ld - 1.3.2

Published by filip26 over 1 year ago

Minor improvements release:

  • JSON processing performance improvements, thanks to @wneirynck
  • language tags processing bug fixes
  • up to date dependencies

Thank you for your support!

titanium-json-ld - 1.3.1

Published by filip26 over 2 years ago

This release is all about publishing titanium-json-ld-jre8 artifact.

<!-- Java 11 -->
<dependency>
    <groupId>com.apicatalog</groupId>
    <artifactId>titanium-json-ld</artifactId>
    <version>1.3.1</version>
</dependency>

or

<!-- Android (Java 8, OkHtttp) -->
<dependency>
    <groupId>com.apicatalog</groupId>
    <artifactId>titanium-json-ld-jre8</artifactId>
    <version>1.3.1</version>
</dependency>
titanium-json-ld - 1.3.0

Published by filip26 over 2 years ago

Changelog

  • added a new option allowing to relax URI validation JsonLdOptions.isUriValidation() (#203, #204)
  • bug fixes and minor improvements (#205, #210, #216, #217, #218, #219)

Thanks to our first sponsor @thadguidry for initiating json-ld-cli project.

titanium-json-ld - 1.2.0

Published by filip26 almost 3 years ago

Changelog

  • Improved XSD type coercion (#178) thanks to @ebremer
  • Bug fixes
    • DefaultHttpLoader (#191) thanks to @aixigo-soffermann
    • NodeMap (#198) thanks to @gnoric
titanium-json-ld - 1.1.0

Published by filip26 over 3 years ago

Changelog

  • JSON-LD-star partial support (experimental) (#169, #175)
  • Latest JSON-LD 1.1 support (#159, #167)
  • HttpLoader improvements (#132)
  • Bug fixes (#172, #174)
titanium-json-ld - 1.0.3

Published by filip26 over 3 years ago

Changelog:

  • Active context caching (#150)
  • Parser fails quietly if a subject is non well-formed (#145)
  • INVALID_IRI_MAPPING when using specific context in a form of an array (#149)
  • Not well formed language tags are accepted (#151)
  • Improved Error Messages (#136)
titanium-json-ld - 1.0.0

Published by filip26 almost 4 years ago

7 months, 1000+ commits, 8 contributors, and v1.0.0 is finally out. Thank you for your support!

Please note that 1.0.0 is not backwards compatible with 0.x.x versions. Changes:

  • Titanium uses jakarta.json-api instead of javax.json-api - new package names
  • Some Titanium classes were repackaged

Titanium uses semantic versions.

titanium-json-ld - 0.8.6

Published by filip26 almost 4 years ago

closed issues

  • issue #103
  • issue #100
  • issue #99
  • issue #96
  • issue #94
  • issue #93
  • issue #92
  • issue #91
  • issue #90
titanium-json-ld - 0.8.5

Published by filip26 about 4 years ago

bug fixes

  • issue #58
  • issue #60
  • issue #61
  • issue #63
  • issue #64
  • issue #66
  • issue #67

enhancements

  • issue #59
titanium-json-ld - 0.8.0 - JsonLd API

Published by filip26 over 4 years ago

  • stable JsonLd API
  • full-featured
titanium-json-ld - 0.7.0 - Full Featured - Preview

Published by filip26 over 4 years ago

  • Compaction (100%)
  • Expansion (100%)
  • Flattening | (100% )
  • JSON-LD to RDF (99.5%)
  • RDF to JSON-LD (100%)
  • Framing (98.8)
  • Remote (94.4)
titanium-json-ld - 0.5.0 - JSON-LD <-> RDF - Preview

Published by filip26 over 4 years ago

Features

  • Compaction (100%)
  • Expansion (100%)
  • Flattening | (100% )
  • JSON-LD to RDF (99.5%)
  • RDF to JSON-LD (100%)
titanium-json-ld - 0.4.0 - JSON-LD to RDF - Preview

Published by filip26 over 4 years ago

Features

  • Compaction (100%)
  • Expansion (99.7%)
  • Flattening | (100% )
  • JSON-LD to RDF (99.5%)
titanium-json-ld - 0.3.1

Published by filip26 over 4 years ago

  • fixed issue with JsonLd.flatten(String) API
titanium-json-ld - 0.3.0 - Flattening - Preview

Published by filip26 over 4 years ago

Supports JSON-LD 1.1 :

  • Compaction (100%)
  • Expansion (99.7)
  • Flattening (100%)
titanium-json-ld - 0.2.2 - Expansion & Compaction - Preview

Published by filip26 over 4 years ago

Supports JSON-LD 1.1 expansion and compaction via simple API. See README.

titanium-json-ld - 0.2.0 - Compaction

Published by filip26 over 4 years ago