6.4.6
What's Changed
- Implemented support for dynamic middlewares where certain requests under wildcard routes or the
not_found
handler would not go through the eligible middlewares. - Improved internal prototype inheritance for lazy initializing of underlying components such as streams and emitters.
- Removed the
qs
dependency for the nativenode:querystring
package. - Enforced leading slash for routes that are simply
*
as uWebsockets.js does not treat as*
as/*
routes in its internal router. - Improved JS Docs & Types
Full Changelog: 6.4.5...6.4.6