Releases: fumeapp/metapi
Releases · fumeapp/metapi
Support laravel 11
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
- ✨ added validation customAttributes by @fabianmieller in #7
New Contributors
- @fabianmieller made their first contribution in #7
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Custom Validation and abort fix
What's Changed
- Custom Validation Messages & Fixes abort in success and warn by @tcampbPPU in #5
New Contributors
- @tcampbPPU made their first contribution in #5
Full Changelog: v2.1.7...v2.1.8
Laravel V9 support
Laravel V9 support
Full Changelog: v.2.1.6...v2.1.7
new method: ->warn()
- returns a status of 200
- type is 'warning' instead of 'success'
php8 support
v2.1.4 ⬆️ php v8 support
composer fixes
v.2.1.5 ⬆️ deps fix
separate constructor
separate our constructor for issues when the controller has its own, just be sure to call ->metApiInit($request)
inside yours
errors should be consistent with message
v2.1.2 ♻️ errors should be messages like success and info - not title