Skip to content

Releases: patricksamson/laravel-api-response

v1.2.0

27 Oct 18:30
Compare
Choose a tag to compare
  • Allow Enabling/Disabling features in config
  • Allow setting default values for parameters in config
  • Support returning all the data on a single page when "per_page" = -1
  • Fixed bug with collections
  • Removed Searchable dependency

v1.1.0

29 Sep 18:18
Compare
Choose a tag to compare

I rewrote the whole thing in a much more modular fashion.
Some changes :

  • Added tests
  • Switch to Nicolaslopezj\Searchable\SearchableTrait for the search function
  • Add support for Collection objects as input (except no search function for those)

Initial release

14 Sep 02:26
Compare
Choose a tag to compare
Merge pull request #1 from Lykegenes/dev

Improve readme