Releases: kartikk221/hyper-express
Releases · kartikk221/hyper-express
6.5.11
What's Changed
- Improved error accuracy and quality from the
HyperExpress.Server
constructor. - Implemented better cross platform SSL key / certificate path translation to prevent silent SSL problems.
- Implemented asynchronous filesystem based verification of the SSL key / certificate files during the
Server.listen()
to throw error If either file is not valid.
Full Changelog: 6.5.10...6.5.11
6.5.10
What's Changed
- Upgraded
uWebsockets.js
tov20.24.0
. - Fixed typo we multiple -> we wrap multiple by @reedHam in #166
- fix: allow events to return a promise by @OmgImAlexis in #169
New Contributors
- @reedHam made their first contribution in #166
- @OmgImAlexis made their first contribution in #169
Full Changelog: 6.5.9...6.5.10
6.5.9
What's Changed
- Updated
uWebsockets.js
to version20.23.0
which now only supports the latest three LTS (Long-term Support) Node.js versions beingv16
,v18
andv20
.
Full Changelog: 6.5.8...6.5.9
6.5.8
6.5.7
What's Changed
- Fixed bug where some middlewares would incorrectly target certain routes due to loose pattern matching for wildcard routes
- Prevent corking if the request has been aborted by @tayler-king in #150
New Contributors
- @tayler-king made their first contribution in #150
Full Changelog: 6.5.6...6.5.7
6.5.6
What's Changed
- Improved the
Response.cookie()
method to include theMax-Age
property alongside theExpires
property based on theexpiry
parameter for better browser compatibility. - Added generic type parameter to the Websocket class by @Hookyns in #147
New Contributors
Full Changelog: 6.5.4...6.5.6
6.5.4
What's Changed
- Fixed
Router
component types to allow for eitherUserRouteOptions
orMiddlewareHandler
for the 3rd overload of each route method. - Fix: spelling error in README.md by @TaraTritt in #145
New Contributors
- @TaraTritt made their first contribution in #145
Full Changelog: 6.5.3...6.5.4
6.5.3
What's Changed
- Implemented support for
Response.statusMessage
property to allow for responses with a custom HTTP status code and message outside of the HTTP specification. - Update Middlewares.md by @adonespitogo in #141
- Improved JSDoc & TypeScript types.
Full Changelog: 6.5.2...6.5.3
6.5.2
What's Changed
- update uWebSockets.js by @adonespitogo in #139
New Contributors
- @adonespitogo made their first contribution in #139
Full Changelog: 6.5.1...6.5.2
6.5.1
What's Changed
- Improved prototype inheritance for lazy initialized classes in
Request
/Response
components. - Improved JSDoc & TypeScript types.
Full Changelog: 6.5.0...6.5.1