Skip to content

Releases: tuyakhov/yii2-json-api

v1.0.4

23 Sep 11:50
7fa371c
Compare
Choose a tag to compare

v1.0.3

06 May 12:01
30f9f94
Compare
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
Compare
Choose a tag to compare
  • bug fixes

v1.0.0

21 Jul 11:05
f763caf
Compare
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
Compare
Choose a tag to compare
  • Added UrlRule, Controller classes
  • Fixed handling missing resources.

v0.1.6

10 Mar 17:18
42aa49b
Compare
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
Compare
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
Compare
Choose a tag to compare
  • bug fixes

v0.1.3

08 Jul 18:09
Compare
Choose a tag to compare
  • Fix the issue with duplicated inclusion of related resources. #25

v0.1.2

15 May 05:33
Compare
Choose a tag to compare
  • Fix for input data with empty relationships