Releases: Lomkit/laravel-rest-api
Releases · Lomkit/laravel-rest-api
v1.1.1
Reversed cache feature due to memory problems
v1.0.7
What's Changed
- ♻️ better attribute validation errors by @GautierDele in #45
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- ✨ renames detail to details by @GautierDele in #44
Breaking changes
If you are linking in your app to the detail
operation of rest --> route('api.user.detail')
please add an s
at the end --> route('api.user.details')
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- 🐛 wrong default user resource name by @GautierDele in #43
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Set the type of data returned by the functions by @devcodemarcos in #41
New Contributors
- @devcodemarcos made their first contribution in #41
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Apply fixes from StyleCI by @GautierDele in #38
- 💡 added most php docs missing by @rmunate in #39
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- 🐛 has option is true on commands path by @GautierDele in #37
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- ✨ dont apply limits on relationships by @GautierDele in #32
- 🐛 base model on resource instead of response by @GautierDele in #33
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Package ready for production !
v0.4.6
What's Changed
- ♻️ better validation errors by @GautierDele in #29
- Fixed an issue with
requiredOnCreation
feature by @GautierDele in #29
Full Changelog: v0.4.5...v0.4.6