Releases: xiaohutai/jsonapi
Releases · xiaohutai/jsonapi
JSON API v3.0.3
Fix issue with field names for repeaters - courtesy of @adamlc!
JSON API v3.0.2
Added the ability to add a sort order based upon the content type.
JSON API v3.0.1
This includes fixes for fetching related content and parsing repeating fields.
JSON API v3.0.0-beta3
Additional fixes for sorting/ordering and search.
Thanks to @Raistlfiren !
JSON API v3.0.0-beta2
Now with potential fix for sort/order
JSON API v3.0.0
Release v3.0.0
as somehow v3.0.0-beta
-releases are not shown in the versions in the Bolt back-end.
JSON API v3.0.0-beta
First version of JSON API for Bolt 3. Thanks to @Raistlfiren !
JSON API v2.2.1
More fixes. See #16
JSON API v2.2.0
First version of refactored JSON API. Functionalities should remain the same. See #12.
JSON API v2.1.0
- Add
contains
filter for LIKE queries. See #9.