Skip to content

Releases: xiaohutai/jsonapi

JSON API v3.0.3

24 Aug 13:36
Compare
Choose a tag to compare

Fix issue with field names for repeaters - courtesy of @adamlc!

JSON API v3.0.2

01 Aug 15:33
Compare
Choose a tag to compare

Added the ability to add a sort order based upon the content type.

JSON API v3.0.1

01 Aug 12:57
Compare
Choose a tag to compare

This includes fixes for fetching related content and parsing repeating fields.

JSON API v3.0.0-beta3

25 Jul 07:49
Compare
Choose a tag to compare

Additional fixes for sorting/ordering and search.
Thanks to @Raistlfiren !

JSON API v3.0.0-beta2

22 Jul 09:11
Compare
Choose a tag to compare

Now with potential fix for sort/order

JSON API v3.0.0

25 Jul 09:16
Compare
Choose a tag to compare

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

11 Jul 09:53
Compare
Choose a tag to compare

First version of JSON API for Bolt 3. Thanks to @Raistlfiren !

JSON API v2.2.1

06 Jun 15:06
Compare
Choose a tag to compare

More fixes. See #16

JSON API v2.2.0

03 Jun 15:17
Compare
Choose a tag to compare

First version of refactored JSON API. Functionalities should remain the same. See #12.

JSON API v2.1.0

08 Feb 09:00
Compare
Choose a tag to compare
  • Add contains filter for LIKE queries. See #9.