Skip to content

Releases: neomerx/json-api

Improve extension possibilities and bugfixes

10 Jul 11:45

Choose a tag to compare

Improve extension possibilities

29 Jun 22:19

Choose a tag to compare

Add encoding support for data in iterators

28 Jun 00:55

Choose a tag to compare

Bug fixes

25 Jun 21:28

Choose a tag to compare

  • Wrong assert fails with deeply nested duplicate resources #35

Bug fixes

25 Jun 19:30

Choose a tag to compare

  • relationships might have links and meta without data shown #32 and #33
  • input data might be an associative array but not only index based #34

[v0.5.0] Enhancements and bug fixes

10 Jun 03:18

Choose a tag to compare

  • Added URL prefixing
  • Added default value for Request Content-Type header
  • Added support for JSON API version
  • Big improvements for meta support
  • Updated errors, relationships, headers handling

[v0.4.2] Fixes and updates

28 May 22:12

Choose a tag to compare

Field set filters fixed

28 May 17:48

Choose a tag to compare

Merge pull request #20 from neomerx/develop

Closes #19

[v0.4] JSON API v1.0 (RC4) specification implementation

27 May 13:25

Choose a tag to compare

[v0.3] Improve resource inclusion, encoding, error handling and performance

18 May 22:53

Choose a tag to compare

  • Streamline show URLs logic. Having related controller data and self controller data requirement in schema are obsolete.
  • Streamline include resource logic. INCLUDE key and defaultParseDepth are obsolete. Include paths could be set in schema and encoder can override them with EncodingParametersInterface.
  • Add support for meta in linkage objects
  • Add support for rendering JSON API Errors in exception handler