Skip to content

Releases: tuyakhov/yii2-json-api

v1.0.4

23 Sep 11:50
7fa371c

Choose a tag to compare

v1.0.3

06 May 12:01
30f9f94

Choose a tag to compare

  • Improve pagination handling #63
    Pagination class was added to improve the handling of the page query parameter family.
  • Allow deleting underlying resources #64
    Action::enableResourceDeleting was added and can be used to enable deleting relationship models

v1.0.2

21 Jul 17:44
51eb458

Choose a tag to compare

  • bug fixes

v1.0.0

21 Jul 11:05
f763caf

Choose a tag to compare

  • Introduced filtering #28, #51
  • Updated minimum required Yii version to 2.0.13

v0.1.7

21 Jul 11:02

Choose a tag to compare

  • Added UrlRule, Controller classes
  • Fixed handling missing resources.

v0.1.6

10 Mar 17:18
42aa49b

Choose a tag to compare

  • Introduce 'delete resource' and 'delete relationship' actions
  • Added 'view resource' action
  • Fix throwing an exception when body is not provided.
  • Examples were added to README file

v0.1.5

18 Jan 23:26
e595628

Choose a tag to compare

  • Improved inclusion of related resources (add support for lazy loading) #34
  • Improved error formatting #29
  • Allowed clearing relationships #41

v0.1.4

18 Sep 18:53

Choose a tag to compare

  • bug fixes

v0.1.3

08 Jul 18:09

Choose a tag to compare

  • Fix the issue with duplicated inclusion of related resources. #25

v0.1.2

15 May 05:33

Choose a tag to compare

  • Fix for input data with empty relationships