Skip to content

Releases: swisnl/json-api-client

2.6.2

Choose a tag to compare

@JaZo JaZo released this 13 Mar 13:45
d3aa9e2

Added

2.6.1

Choose a tag to compare

@JaZo JaZo released this 08 Oct 08:03
37ec61d

Fixed

  • Properly handle responses with an unknown size #111 (thanks @jely2002).

2.6.0

Choose a tag to compare

@JaZo JaZo released this 28 May 08:52
bc603c0

Added

2.5.0

Choose a tag to compare

@JaZo JaZo released this 24 Feb 08:12
95a489b

Added

Removed

  • Dropped PHP <8.0 support.

2.4.0

Choose a tag to compare

@JaZo JaZo released this 15 May 07:18
d1a8e31

Added

  • Added the ability to send headers through repositories #103 (thanks @rapkis).

2.3.2

Choose a tag to compare

@JaZo JaZo released this 05 Mar 08:09
190554f

Added

  • Added support for Laravel 11 #101.

2.3.1

Choose a tag to compare

@JaZo JaZo released this 04 Sep 14:48
3997963

Added

2.3.0

Choose a tag to compare

@JaZo JaZo released this 14 Feb 19:54
33ae6d3

Added

  • Added support for Laravel 10 #99.

Removed

  • Dropped PHP <7.4 support.
  • Dropped Laravel <8 support #99.

2.2.0

Choose a tag to compare

@JaZo JaZo released this 08 Sep 07:18
295d69c

Added

  • Added getData method on relationships to get the relationship data #97.

Fixed

  • Fix relationship data meta issue #97.

2.1.0

Choose a tag to compare

@JaZo JaZo released this 17 Aug 10:00
5eed90e

Changed

  • The Repository is split up into one trait per action #91. This allows you to build your own repository by extending the BaseRepository and including just the actions/traits you need. See the (updated) readme for usage instructions. The Repository now uses these new traits and should be fully backwards compatible.

Fixed

  • Fix ParamNameMismatch issue #96.