Security update
This release includes SECURITY UPDATE.
Target: "CORS Middleware".
Vulnerability detail: The handler is called even if it's a preflight request.
All users using CORS middleware should update it.
Other bug fixes
And including other bug fixes for Validator middleware and the router.
What's Changed
- fix(validator): fix jsons validation after arrays by @dario-piotrowicz in #680
- fix(reg-exp-router): Allows registering a star after a long prefix. by @usualoma in #684
- fix(validator): fix subsequent nested objects names by @dario-piotrowicz in #683
- fix(reg-exp-router): Copy from METHOD_NAME_ALL for new methods by @usualoma in #691
- Fix Validation of optional empty/undefined arrays by @dario-piotrowicz in #690
- Updated CORS by @dagnelies in #693
New Contributors
- @dario-piotrowicz made their first contribution in #680
- @dagnelies made their first contribution in #693
Full Changelog: v2.5.6...v2.5.7