Skip to content

Releases: Islandora/jsonld

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 <[email protected]>

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)

8.x-0.1: add hook_jsonld_alter_field_mappings (#31)

14 Jan 20:10
Compare
Choose a tag to compare
* add hook_jsonld_alter_field_mappings

* coding standards

* implement hook_jsonld_alter_field_mappings

* cache field mappings and issue warnings for duplicates

* trying to make phpcpd happy

* revised field mappings hook name

* revised field mappings hook name (again)

* update const to match