Releases: Islandora/jsonld
Releases · Islandora/jsonld
3.0.2
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
- @aOelschlager made their first contribution in #81
Full Changelog: 3.0.1...3.0.2
2.2.0
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
- @seth-shaw-asu made their first contribution in #68
Full Changelog: 2.1.3...2.2.0
3.0.1 Support Drupal 10
Remove support for Drupal 8
HAL (as a contrib module) is not compatible with Drupal 8 (or anything below D9.4).
2.1.2 Bug-fix release
What's Changed
- Fix bug introduced in 2.1.1: preserve arrays without @id by @seth-shaw-unlv in #62
Full Changelog: 2.1.1...2.1.2
2.1.1 Bug-fix release
Minor Version Update 2.1.0
Adds a new utility class JsonldNormalizerUtils for creating URLs with or without the _format=jsonld
URL parameter depending on module configuration.
Drupal 9 Compatibility
Issue 1806 - exploding colons. (#57) Co-authored-by: ajstanley <alanjarlathstanle@gmail.com>
1.0.0: Use language neutral URIs (#34)
* Use language neutral URIs * Fix tests * Remove duplicate code and hard code expected output
Make ?_format=jsonld optional
0.2.0 Add configuration form to remove ?_format=jsonld from @ids (#33)