Skip to content

Releases: Islandora/jsonld

3.0.2

28 Oct 13:40
d72011f
Compare
Choose a tag to compare

What's Changed

  • 3.x gitlab by @rosiel in #72
  • Update workflows. by @rosiel in #73
  • Add PHP 8.2 and Drupal 10.2 to testing matrix. by @rosiel in #75
  • Test on PHP 8.3 and Drupal 10.3.x-dev by @rosiel in #76
  • Drop drupal 10.1 and add drupal 10.4 to the testing matrix. by @rosiel in #78
  • Change composer namespace from islandora to drupal. by @rosiel in #79
  • Change checkout to version 4 by @aOelschlager in #81

New Contributors

Full Changelog: 3.0.1...3.0.2

2.2.0

18 Jul 16:08
21761dd
Compare
Choose a tag to compare

What's Changed

  • [CI] Add testing on drupal 9.5-dev and use mysql 8. by @rosiel in #67
  • Add optional pass_target_id argument to by @seth-shaw-asu in #68
  • Add contrib hal and rdf to composer. Also fix deprecated code. by @rosiel in #70

New Contributors

Full Changelog: 2.1.3...2.2.0

3.0.1 Support Drupal 10

04 Jul 13:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

Remove support for Drupal 8

29 Jun 17:38
bc1ee39
Compare
Choose a tag to compare

HAL (as a contrib module) is not compatible with Drupal 8 (or anything below D9.4).

2.1.2 Bug-fix release

24 Jun 20:00
3686e94
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1 Bug-fix release

20 Apr 20:57
630e109
Compare
Choose a tag to compare

What's Changed

  • Merge and deduplicate entity references so we don't get invalid JSON-LD when the same term is used more than once by fields with the same RDF predicate. Fixed by @whikloj in #60

Minor Version Update 2.1.0

05 Oct 18:55
52a939c
Compare
Choose a tag to compare

Adds a new utility class JsonldNormalizerUtils for creating URLs with or without the _format=jsonld URL parameter depending on module configuration.

Drupal 9 Compatibility

13 Jul 16:59
dfd99c4
Compare
Choose a tag to compare
Issue 1806 - exploding colons. (#57)

Co-authored-by: ajstanley <alanjarlathstanle@gmail.com>

1.0.0: Use language neutral URIs (#34)

31 May 16:32
Compare
Choose a tag to compare
* Use language neutral URIs

* Fix tests

* Remove duplicate code and hard code expected output

Make ?_format=jsonld optional

21 May 14:56
Compare
Choose a tag to compare
0.2.0

Add configuration form to remove ?_format=jsonld from @ids (#33)