v0.10.0
What's Changed
Added
- Ability to configure more API versions docs, customize docs domains and paths by @romalytvynenko in #350
- Added ability to specify data format in API resources by @romalytvynenko in #351
- Added ability to override tag generation behaviour by @WildEgo in #323
- Make TryIt work with Sanctum's cookie based authentication out of the box by @layerok in #336
- Added
@example
support to API resources' attributes by @romalytvynenko in #342 - Add tuples support by @romalytvynenko in #343
- Add support for enums in route parameter by @rra3b in #334
- Request params inference from method calls on request, default request values support by @romalytvynenko in #356
- Determine eloquent attribute type from casts by @kburton-dev in #345
Fixes
- Fix
confirmed
rule not working properly when it is used on multiple attributes by @nicolaubrasil in #339 - Fixed shorthand ternaries by @hn-seoai in #366
Changes
- Resolve ternary types properly by @kburton-dev in #341
- Remove request body from
HEAD
andDELETE
by default by @manuel-watchenterprise in #346 - Sort validation rules by nesting deepness before documenting them to make results consistent by @romalytvynenko in #362
New Contributors
- @rra3b made their first contribution in #334
- @nicolaubrasil made their first contribution in #339
- @kburton-dev made their first contribution in #341
- @hn-seoai made their first contribution in #366
Full Changelog: v0.9.0...v0.10.0