Skip to content

Releases: specialtactics/l5-api

Laravel 12 Support

18 May 03:54
31e9f63

Choose a tag to compare

Laravel 12 + Testing improvements

Adds pagination type to controllers

10 Mar 13:41
e593635

Choose a tag to compare

No change to default functionality, however now you can specify a $paginationType on a controller, and use simple pagination, in addition to the default length-aware pagination. This is useful if you want to forgo the table count rows query that Laravel does on length-aware pagination.

See: #78

Adds strong types to RestfulModel

28 Jan 10:30

Choose a tag to compare

v6.1.0

Update tests for strong types, drop type for transformer, at this sta…

Bumping dep again

27 Jan 23:01

Choose a tag to compare

v6.0.2

Updating dingo tag for upstream again

Minor: Bumping min dep to ensure no errors

27 Jan 22:51

Choose a tag to compare

v6.0.1

bump dingo min ver dep

Laravel 11 Support

27 Jan 14:36
413601a

Choose a tag to compare

Updates for laravel 11 support (#76)

* Updates for laravel 11 support

* Update phpunit version

* Call parent tearDown in testcase

Updating namespaces for the fractal package

14 Jan 05:41
bc925ab

Choose a tag to compare

Upstream moved from theleague to open-source-saver due to maintenance issues.

Improvements to date transformation

06 Jan 04:36
e40f6e5

Choose a tag to compare

  • date transformation improvements
  • more tests
  • more PHP versions in CI

Moving to gitlab CI, supports Laravel 10

15 Jul 09:42
bff7360

Choose a tag to compare

CI updates, readme updates, laravel 10 updates (#71)

* Adds ci and readme updates

* Laravel 10 updates for dev

* Probably don't need this, can do it in test setup if need be

Log errors during resource persist

24 Jan 01:18
9c2ed2a

Choose a tag to compare

Log errors during resource persist & update