Skip to content

Releases: phpsa/laravel-api-controller

Filtered Relationship fetch

25 Jun 04:19
6e986a2
Compare
Choose a tag to compare
Pre-release
Castable attributes should be fillable ? (#57)

* Mutatable attributes should be fillable ?

* Fix repository vs model query order

* Apply fixes from StyleCI (#58)

Co-authored-by: Craig Smith <[email protected]>

Mutation attributes fillable

24 Jun 23:36
6e986a2
Compare
Choose a tag to compare
  • Fixes relation query filter order
  • added ability to fill a mutated attribute

1.7.2

22 Jun 00:39
95f8a35
Compare
Choose a tag to compare

• Patches an issue with include related fields with snake / camel conversion.

Minor Bug Fix and extra target

18 Jun 04:25
6fe614f
Compare
Choose a tag to compare
  • Fixed pathing issue on namespaced model policies,
  • added -T|tests option to autogenerate a feature test

Improved Make commands

18 Jun 00:35
65c3691
Compare
Choose a tag to compare
1.7.0

Update ApiMakeCommand.php

1.6.0: Trashed Scope / Policy Make (#55)

15 Jun 23:49
32b51e8
Compare
Choose a tag to compare
* Initial Concept

* Stubs updated with new make:apiresouce command

* Apply fixes from StyleCI (#56)

* Update README.md

Co-authored-by: Craig Smith <[email protected]>

1.6.0-b.1

04 Jun 21:51
Compare
Choose a tag to compare
1.6.0-b.1 Pre-release
Pre-release
  • scope to allow selected deleted items from api requests
  • api resource creation added to make a correctly namespaced api resource.

1.5.0: Implemented BelongsTo and BelongsToMany mapping (#50)

27 May 23:19
7055dda
Compare
Choose a tag to compare
  • Fixes PSR Pathing issue
  • Updated resource handling
  • hasOne / hasMany Hanling improved
  • belongsTo / BelongsToMany handling implemented

Issues with hasOne not doing existance check correctly

27 May 21:41
ee9591e
Compare
Choose a tag to compare
1.5.0-rc.8

HasOne Existance Check

1.5.0-rc.12

27 May 22:30
f134a82
Compare
Choose a tag to compare
1.5.0-rc.12 Pre-release
Pre-release
Update Relationships.php