Skip to content

Releases: briedis/api-builder

Support for Laravel 5, 6, 7 and 8

Choose a tag to compare

@briedis briedis released this 07 Dec 10:18
5aa1633
  • Support for Laravel 6, 7 and 8
  • Add back support for Laravel 5

(Thank you @sLIDe5)

Composer requirements updated, fixes

Choose a tag to compare

@briedis briedis released this 31 Jul 19:03
Updated composer libraries.

Fixed tests

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

Choose a tag to compare

@briedis briedis released this 05 Oct 15:09
v1.2.3

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

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

Choose a tag to compare

@briedis briedis released this 02 Apr 10:59
v1.2.2

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

PHP 5.5 now required

Choose a tag to compare

@briedis briedis released this 16 Mar 09:33
v1.2.1

Increase PHP version requirement to 5.5

Simple route builder class

Choose a tag to compare

@briedis briedis released this 15 Mar 16:53
v1.2.0

Added route builder, extra tests, auto formatting.

PSR1/PSR2 formatting

Choose a tag to compare

@briedis briedis released this 29 Apr 10:40
v1.1.4

PSR1/PSR2 formatting only

PHP7 Conflict fix

Choose a tag to compare

@briedis briedis released this 29 Apr 10:31
v1.1.3

Rename classes to avoid PHP7 conflicts

PHP Compatability

Choose a tag to compare

@briedis briedis released this 29 Apr 09:50

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

Bugfix

Choose a tag to compare

@briedis briedis released this 27 Apr 21:32
v1.1.1

Fix empty array validation