Skip to content

Releases: filip26/titanium-json-ld

1.4.0

26 Feb 15:26
40f7a17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.4.0

1.3.3

18 Nov 18:47
13b37cf
Compare
Choose a tag to compare

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!

1.3.2

19 Mar 18:20
3ba6f6f
Compare
Choose a tag to compare

Minor improvements release:

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

Thank you for your support!

1.3.1

17 Jun 17:14
0c09f83
Compare
Choose a tag to compare

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>

1.3.0

08 Apr 12:34
Compare
Choose a tag to compare

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.

1.2.0

19 Dec 20:32
554d7b7
Compare
Choose a tag to compare

Changelog

1.1.0

10 Jun 09:51
Compare
Choose a tag to compare

Changelog

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

1.0.3

23 Apr 12:43
Compare
Choose a tag to compare

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)

1.0.0

11 Dec 15:27
27e04af
Compare
Choose a tag to compare

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.

0.8.6

25 Nov 14:03
8d48219
Compare
Choose a tag to compare

closed issues