Skip to content

Releases: briedis/api-builder

Support for Laravel 5, 6, 7 and 8

07 Dec 10:18
5aa1633

Choose a tag to compare

  • Support for Laravel 6, 7 and 8
  • Add back support for Laravel 5

(Thank you @sLIDe5)

Composer requirements updated, fixes

31 Jul 19:03

Choose a tag to compare

Updated composer libraries.

Fixed tests

php artisan package:discover (>L5.5) support

05 Oct 15:09

Choose a tag to compare

v1.2.3

php artisan package:discover (>L5.5) (#5)

Option to implement own middleware method that handles bad repsonse structure.

02 Apr 10:59

Choose a tag to compare

v1.2.2

Now you can override the middleware and implement your own invalid re…

PHP 5.5 now required

16 Mar 09:33

Choose a tag to compare

v1.2.1

Increase PHP version requirement to 5.5

Simple route builder class

15 Mar 16:53

Choose a tag to compare

v1.2.0

Added route builder, extra tests, auto formatting.

PSR1/PSR2 formatting

29 Apr 10:40

Choose a tag to compare

v1.1.4

PSR1/PSR2 formatting only

PHP7 Conflict fix

29 Apr 10:31

Choose a tag to compare

v1.1.3

Rename classes to avoid PHP7 conflicts

PHP Compatability

29 Apr 09:50

Choose a tag to compare

Fixed Float class conflict. It was a reserved class name for PHP7, renamed it to Decimal

Bugfix

27 Apr 21:32

Choose a tag to compare

v1.1.1

Fix empty array validation