Releases: Lomkit/laravel-rest-api
Releases · Lomkit/laravel-rest-api
v2.0.0
What's Changed
- Documentation improvment by @GautierDele in #64
- Fix/authorizations by @GautierDele in #59
- ⚡ lazy validation by @GautierDele in #60
- Feature/allow null values on fields by @GautierDele in #62
Full Changelog: v1.2.0...v2.0.0
v1.2.0
What's Changed
- ⚡️Huge performance improvment by @GautierDele in #55
- ✨ enforces json response by @GautierDele in #56
Full Changelog: v1.1.4...v1.2.0
v1.1.4
What's Changed
- 🐛 wrong class in stub by @timyourivh in #54
New Contributors
- @timyourivh made their first contribution in #54
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
What's Changed
- Fix/memory leak by @GautierDele in #49
- ✨ standalone actions by @GautierDele in #51
Full Changelog: v1.1.0...v1.1.2
v1.1.0
What's Changed
- Feature/caches common operations by @GautierDele in #46
Full Changelog: v1.0.7...v1.1.0
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