Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Releases: swisnl/json-api-server

0.6.0

07 Feb 15:48
fa05ada
Compare
Choose a tag to compare

Added

0.5.1

12 Feb 15:29
6ee91f4
Compare
Choose a tag to compare

Added

  • Laravel 6 support.

0.5.0

11 Dec 07:50
e0e6865
Compare
Choose a tag to compare

A big update this time thanks to @bondas83 (#36)!

Added

  • Laravel 7 and 8 support.

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
41fa5a6
Compare
Choose a tag to compare

Added

  • Laravel 5.8 support

0.3.7

21 Dec 13:08
Compare
Choose a tag to compare

Fixed

  • Fixed validation of objects through model rules (issue #26, thanks @bondas83)

0.3.6

08 Nov 17:17
Compare
Choose a tag to compare

Fixed

  • Fixed getRelationships windows problem (issue #23)

0.3.5

30 Oct 09:28
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • The authentication_test.stub called PUT instead of PATCH (issue #14)

0.3.2

25 Oct 12:54
Compare
Choose a tag to compare

Fixed

  • Enable disable middleware for tests and add "Accept: application/vnd.api+json" header when running test calls.