Skip to content

Releases: specialtactics/l5-api

Updates shouldTransform

08 Nov 13:43
28f92e8
Compare
Choose a tag to compare
v1.3.4

Update shouldTransform functionality according to latest laravel chan…

Final v2

08 Nov 13:17
Compare
Choose a tag to compare
v2.0.0

exception updates in testing fixtures

Initial Laravel 7 support

10 May 02:57
d3f54b6
Compare
Choose a tag to compare
Pre-release

A bit later than I had hoped, but been busy.

Still todo - stubs

Allow PKs which are "false" (ie. no PK)

01 Mar 23:50
e912b36
Compare
Choose a tag to compare
Allow a false PK (#28)

* Allow a false PK

* StyleCI fix

Added simple cache feature to restful controller

02 Jan 05:27
2675a44
Compare
Choose a tag to compare

Very minor and mostly irrelevant updates

11 Nov 06:45
8c2aed4
Compare
Choose a tag to compare
Dev (#25)

* Slight improvement, typehint Router in generator command for example routes

* Update policy stub

* Remove preset no longer in laravel

* Update import order

* Remove import order rule

Slight improvement on generator command

29 Oct 13:29
40ecb04
Compare
Choose a tag to compare
v1.2.1

Slight improvement, typehint Router in generator command for example …

Added ability to set per_page

21 Oct 11:21
aa3d120
Compare
Choose a tag to compare
Add ability to specify per_page value on getAll request (#21)

* Bringing dev up to speed (#19)

* Bug fix (#16)

* Bug fix

Bug fix for:
https://github.com/specialtactics/laravel5-api-boilerplate/issues/26

* Update RestfulTransformer.php

* Update RestfulTransformer.php

StyleCI ?!

* Add test for situation where model has a PK of "id"

* Add tests for empty attributes cast to array

* Some updates for laravel 6 (#18)

* Updates for Laravel 6

* Remove PHP 7.1 from Travis (no longer supported)

* Bump illuminate/support dep version

* Bump orchestra testbench version for laravel 6

* Allow phpunit 8

* Replace str_ helper

* replace assertEquals with assertEqualsWithDelta when using delta

* Add phpunit result cache to gitignore

* Update travis config

* Different config try

* Cater testing for laravel 5.8 as well

* Commit a test to run first and eat up bootstrap time

* Add ability to specify per_page value on getAll request

* Newline oddity

Laravel 6 compat

27 Sep 04:21
236646f
Compare
Choose a tag to compare
Laravel 6 compat Pre-release
Pre-release
Some updates for laravel 6 (#18)

* Updates for Laravel 6

* Remove PHP 7.1 from Travis (no longer supported)

* Bump illuminate/support dep version

* Bump orchestra testbench version for laravel 6

* Allow phpunit 8

* Replace str_ helper

* replace assertEquals with assertEqualsWithDelta when using delta

* Add phpunit result cache to gitignore

Fixes bug where a model has a PK named "id"

04 Sep 07:34
Compare
Choose a tag to compare

Fixes issue where if a model has a PK called "id", it would not be returned in the transformation.

Thanks to @hallelujahbaby for the fix !