Releases: swisnl/json-api-server
Releases · swisnl/json-api-server
0.6.0
07 Feb 15:48
Compare
Sorry, something went wrong.
No results found
0.5.1
12 Feb 15:29
Compare
Sorry, something went wrong.
No results found
0.5.0
11 Dec 07:50
Compare
Sorry, something went wrong.
No results found
A big update this time thanks to @bondas83 (#36 )!
Added
Changed
Moved from dimsav/laravel-translatable to astrotomic/laravel-translatable.
Removed
Laravel 5.x support.
PHP 7.1 support.
0.4.0
20 Mar 09:23
Compare
Sorry, something went wrong.
No results found
0.3.7
21 Dec 13:08
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed validation of objects through model rules (issue #26 , thanks @bondas83 )
0.3.6
08 Nov 17:17
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed getRelationships windows problem (issue #23 )
0.3.5
30 Oct 09:28
Compare
Sorry, something went wrong.
No results found
Fixed
Extra check so that uncountable data is not counted when getting relationships (Issue #20 , thanks @bondas83 )
0.3.4
26 Oct 15:41
Compare
Sorry, something went wrong.
No results found
Fixed
Server should always respond with Content-type: application/vnd.api+json
Server should not escape slashes in responses (issue #11 )
0.3.3
25 Oct 15:11
Compare
Sorry, something went wrong.
No results found
Fixed
The authentication_test.stub called PUT instead of PATCH (issue #14 )
0.3.2
25 Oct 12:54
Compare
Sorry, something went wrong.
No results found
Fixed
Enable disable middleware for tests and add "Accept: application/vnd.api+json" header when running test calls.