Skip to content

Releases: spider-gazelle/action-controller

v5.5.4: fix(routes): optional routes generate invalid code

12 Jan 01:42
Compare
Choose a tag to compare

resolved issues with optional routes #75
Thanks @n-pn

v5.5.3

14 Dec 02:55
Compare
Choose a tag to compare

fixes an issue with annotated around filters not compiling if they don't use any strong parameters

v5.5.2: fix: skip filter now works with annotation filter methods

13 Dec 05:39
Compare
Choose a tag to compare

fixes skip filter working with annotation based filters

v5.5.1

13 Dec 01:26
Compare
Choose a tag to compare

simplifies the charset check when decoding request bodies

v5.5.0

13 Dec 01:15
Compare
Choose a tag to compare

adds support for multiple body encoding types
fixes #74

v5.4.3

22 Oct 03:10
Compare
Choose a tag to compare

What's Changed

  • Add a test for the URL encoded body parser by @grkek in #72
  • Fixes param name hint when query param differs from function param name and the provided value is invalid

New Contributors

  • @grkek made their first contribution in #72

Full Changelog: v5.4.2...v5.4.3

v5.4.2: fix(body_parser): handle multipart arrays

06 Oct 21:24
Compare
Choose a tag to compare

fixes parsing arrays from form posts

v5.4.1: feat(router/builder): improve Enum parsing

26 Sep 14:41
Compare
Choose a tag to compare

improves route param Enum parsing and allows Enums to be used as part of a Union type

v5.4.0: feat(router/builder): allow request parsers access to the request

24 Sep 02:54
Compare
Choose a tag to compare

v5.3.14

14 Sep 22:22
8fbaff2
Compare
Choose a tag to compare

warns on failed openapi schema parsing