Releases: xiaohutai/jsonapi
JSON API v3.4.1
JSON API v3.4.0
NOTE FOR v3.4.0 !
If you used repeaters with images. Then you'd could (incorrectly) access images via image
instead of the fieldname. It kind of works before if you had one and only one image
field in a repeater/block.
- Fix #88 via #89. Thanks @rogierkoppejan
JSON API v3.3.0
JSON API v3.2.0
NOTE FOR v3.2.0 !
This version has a backward compatiblity issue if your code expects a 400 Bad Request error in empty listings. This is not according the JSONAPI specification:
200 OK
A server MUST respond to a successful request to fetch an individual resource or resource collection with a 200 OK response.A server MUST respond to a successful request to fetch a resource collection with an array of resource objects or an empty array ([]) as the response document’s primary data.
Source http://jsonapi.org/format/#fetching-resources-responses
In v3.2.0, this extension now returns a 200 OK and an empty array instead.
JSON API v3.1.0
Feature: You can now disable the whole frontend - See #78
Set disablefrontend
to true
in order to disable it.
disablefrontend: true
JSON API v3.0.18
Thanks to @Raistlfiren
JSON API v3.0.17
JSON API v3.0.16
JSON API v3.0.15
- Fix compatibility issues with Bolt 3.3. see #59
JSON API v3.0.14
- Fix controllers, see #57