Skip to content

Releases: marcelgwerder/laravel-api-handler

v0.5.1

28 Feb 19:48
Compare
Choose a tag to compare
  • Fixes problems with "belongsToMany" and "hasManyThrough"

v0.5.0

22 Feb 16:15
Compare
Choose a tag to compare
  • Supports Laravel 5
  • No longer Laravel 4 compatible due to the changes necessary for Laravel 5
  • Minor cleanup

v0.4.1

02 Jan 13:15
Compare
Choose a tag to compare
  • Fixed regression issue with annotation check for supported relations

v0.4.0

26 Dec 12:52
Compare
Choose a tag to compare
  • Fixed security issue #11 (breaks backward compatibility)
  • Added support for native MySQL fulltext search
  • An empty search string in fulltext search now always returns an empty result set
  • Added support for multiple identification conditions when using parseSingle (breaks backward compatibility)

Added envelope functionality

09 Aug 15:22
Compare
Choose a tag to compare
v0.3.0

Changed readme to reflect new release

v0.2.0

20 Apr 10:28
Compare
Choose a tag to compare
Changed header names and improved readme, closes #3

First version with url parser only

13 Apr 18:46
Compare
Choose a tag to compare
v0.1.0

Finished first version of the readme