Skip to content

Releases: Vinelab/api-manager

v0.7.5

Choose a tag to compare

@Mulkave Mulkave released this 11 Dec 12:05

Fix fetching data from Paginator after deprecating method Paginator::all() in Laravel 5.

PSR-2 Compliant

Choose a tag to compare

@Mulkave Mulkave released this 23 Jul 17:24

Tests are passing again!

v0.7.3 (Laravel 5)

Choose a tag to compare

@Mulkave Mulkave released this 12 Mar 00:13

Replace the method getOriginalContent with getData from Illuminate\Http\JsonResponse

v0.7.2 (Laravel 5)

Choose a tag to compare

@Mahmoudz Mahmoudz released this 10 Mar 14:08
  • Fix detecting the correct request content-type to prepare the right response.

v0.5.2 (Laravel 4)

Choose a tag to compare

@Mahmoudz Mahmoudz released this 10 Mar 17:23
  • Fix detecting the correct request content-type to prepare the right response.

v0.7.1

Choose a tag to compare

@Mahmoudz Mahmoudz released this 06 Mar 16:35

replace and and or with && and ||

v0.7.0

Choose a tag to compare

@Mahmoudz Mahmoudz released this 06 Mar 16:05
  • fix bug of empty paginator object
  • reformat according to PSR1/2

v0.6.2

Choose a tag to compare

@Mahmoudz Mahmoudz released this 03 Mar 16:49

upgrade the package to use the laravel 5 paginator instances.

L5 Config

Choose a tag to compare

@Mulkave Mulkave released this 01 Mar 10:29

Register the config file for publishing when running php artisan vendor:publish and read the config without the prefix since it's no longer required in L5.

Support Laravel 5

Choose a tag to compare

@Mulkave Mulkave released this 26 Feb 20:25

For Laravel 4 use 0.5.*