Titanium Json Ld Versions Save

A JSON-LD 1.1 Processor & API

v1.4.0

3 months ago

What's Changed

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

v1.3.3

6 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!

v1.3.2

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!

v1.3.1

1 year 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>

v1.3.0

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.

v1.2.0

2 years ago

Changelog

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

v1.1.0

2 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)

v1.0.3

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)

v1.0.0

3 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.

v0.8.6

3 years ago

closed issues

  • issue #103
  • issue #100
  • issue #99
  • issue #96
  • issue #94
  • issue #93
  • issue #92
  • issue #91
  • issue #90