Skip to content

Releases: neomerx/json-api

Enhancements

13 May 18:12
Compare
Choose a tag to compare
  • #136 More detailed messages on HTTP parameters validation
  • #137 Added a method to ErrorCollection for errors in relationships

Enhancements and fixes

03 May 13:04
Compare
Choose a tag to compare
  • #132 Added support for custom headers in ResponsesInterface
  • #135 Fixed header parser fail when no Content-Type header sent on Nginx web server (which adds empty header in such case)

Enhancements

29 Apr 11:31
Compare
Choose a tag to compare
  • Improved support for pagination in relationships #119
  • Added ability to define relationships in Schema differently when resource is main and included #121
  • Refactoring in Schema, Link, EncodingParameters and HTTP headers #123 #124 #125
  • Added docker support for testing in PHP and HHVM with composer #122 #131

Detailed upgrade notes here

Bug fixes

22 Mar 18:36
Compare
Choose a tag to compare
  • #117 Fixed incompatibility in code and test mocks with PSR7 getHeaderMethod

Enhancements and fixes. Refactoring.

15 Mar 16:36
Compare
Choose a tag to compare

Enhancements

  • #109 Added support for PSR-7 (no more homegrown interfaces for HTTP 😄)
  • #110 Error handling was improved
  • #111 Integration with frameworks for creation of HTTP responses made much easier. Now package provides solutions for header/query parsing, checking and response creation (only JSON API specifics, common HTTP things are left for frameworks). And still it's framework agnostic.
  • #112 Added support for logging (PSR-3). Mostly debugging feature.

Fixes

  • #105 Filtering was too strict when sparse field sets were combined with include paths. Now should be more friendly to users.

For upgrade recommendations see here.

Enhancements and fixes

11 Mar 14:51
Compare
Choose a tag to compare

Enhancements and fixes

15 Dec 21:35
Compare
Choose a tag to compare

Bug fixes

04 Dec 09:45
Compare
Choose a tag to compare

Enhancements and bugfixes

01 Dec 11:36
Compare
Choose a tag to compare
Merge pull request #99 from neomerx/develop

v0.6.3

Enhancements and bugfixes

11 Nov 08:42
Compare
Choose a tag to compare