v0.11.15
What's Changed
- Using
decodeURIComponent
instead ofdecodeURI
to better support Sanctum CSRF by @ritenn in #548 - Added @default support to JSON API resources by @romalytvynenko in #549
- Avoid documenting empty request body by @romalytvynenko in #550
- Fixed incorrect data wrap key when using
AnonymousResourceCollection
and redefining it in collected resource by @axelrindle in #517
New Contributors
- @ritenn made their first contribution in #548
- @axelrindle made their first contribution in #517
Full Changelog: v0.11.14...v0.11.15