Skip to content

Releases: neomerx/json-api

v3.0.0-rc.1

26 Jan 12:35
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release
Close #82

v2.0.7

23 Oct 10:50
Compare
Choose a tag to compare
  • An extra check is added for data from Schema's getRelationships to be compliant with the spec #217

v2.0.6

18 Aug 23:00
Compare
Choose a tag to compare
  • Added support for resources that might behave like arrays/collections (e.g. Yii CModel) #214

v2.0.5

15 Apr 11:10
Compare
Choose a tag to compare
  • Improved error messages #209

v2.0.4

30 Mar 20:05
Compare
Choose a tag to compare
  • BaseQueryParser refactored into PHP trait for better flexibility #204
  • Error improved for easier conversion and encoding of custom errors/exceptions to JSON API Errors #206

v2.0.3

14 Mar 15:58
Compare
Choose a tag to compare
  • Fixed: Overriding Schema default include paths with empty list via EncodingParameters do not work #203

v2.0.2: Update

08 Mar 11:23
Compare
Choose a tag to compare

v2.0.1

21 Feb 14:09
Compare
Choose a tag to compare
  • Improved detection of invalid data coming from developer's Schemas #199
  • Fixed a bug with incorrect relationships inclusion. For example, if inclusion for comments is requested it will also include relationships comment, commen, comme, ..., and c #200

v1.0.9

21 Feb 14:09
Compare
Choose a tag to compare
  • Improved detection of invalid data coming from developer's Schemas #199
  • Fixed a bug with incorrect relationships inclusion. For example, if inclusion for comments is requested it will also include relationships comment, commen, comme, ..., and c #200

v2.0.0

28 Jan 14:33
Compare
Choose a tag to compare
  • PHP strong types were added to all applicable interface and class methods.
  • Code optimizations.
  • New HTTP header and query parameter parsers.
  • Removed deprecated (JSON API extensions, codec matcher).

Upgrade notes