Skip to content

Releases: phpsa/laravel-api-controller

Remap Request system

17 Oct 01:16
f7f5a75
Compare
Choose a tag to compare
Remap Request system Pre-release
Pre-release
0.4.0-a.1

Apply fixes from StyleCI (#12)

0.3.1

10 Oct 21:42
b0e9deb
Compare
Choose a tag to compare
Missing Use

Updated Requests / Events availability

10 Oct 20:31
35043f3
Compare
Choose a tag to compare
Develop - Release 0.3.0 (#11)

* Added Created, Updated and Deleted events, Moved request to each method to allow overloading:

* Apply fixes from StyleCI

* Scrutinizer updates

Introducing Events

08 Oct 20:04
Compare
Choose a tag to compare
Introducing Events Pre-release
Pre-release

Events added in for Created, Updated and Deleted,

Upgrading from V0.2

overloaded index, store, show, update & destroy methods will need to be updated to include the Request param,

__constructor no longer required the Request param

Minor Update

18 Sep 03:05
f46e3c5
Compare
Choose a tag to compare
  • Added ability to add an array of errors to the error output from the api controller

With Laravel 6 Support and Better use of JSON spec for gets

02 Sep 20:45
Compare
Choose a tag to compare

Beta Version -

06 Aug 22:59
c502136
Compare
Choose a tag to compare
Beta Version - Pre-release
Pre-release
  • Fixed a few issues
  • added ability to limit fields requested through the includes keyword
  • Plan is to stabalise current featureset and release before doing further enhancements

Api Samples
https://www.getpostman.com/collections/42113bcd922bf9299280

JSON Api Spec for filtering updated

06 Aug 10:31
616cd62
Compare
Choose a tag to compare
Pre-release

Cleaned up the code and updated the documentation

JSON Api Spec for filtering

11 Jul 21:56
Compare
Choose a tag to compare
Pre-release

Updated to use the json api spec for filtering,
moved from
age=2&height<=5&shoe>2
to
filter[age]=2&filter[height<=]=5&filter[shoe>]=2

Laravel 6 support started

02 Sep 04:02
Compare
Choose a tag to compare
Pre-release
0.2.0-b.2

Updated readme, added extra test cases, default sorting