Skip to content

Releases: kartikk221/hyper-express

6.14.11

28 Jan 07:31
Compare
Choose a tag to compare

What's Changed

  • Updates uWebsockets.js to v20.41.0

Full Changelog: 6.14.10...6.14.11

6.14.10

21 Jan 20:10
Compare
Choose a tag to compare

What's Changed

  • Fixed bug with Response not properly emitting the abort and close events when the client closes connection.

Full Changelog: 6.14.9...6.14.10

6.14.9

16 Jan 20:32
Compare
Choose a tag to compare

What's Changed

  • Updates uWebsockets.js to v20.39.0

Full Changelog: 6.14.8...6.14.9

6.14.8

25 Dec 21:47
Compare
Choose a tag to compare

What's Changed

  • Update package.json to bump uWebSockets.js by @joacub in #213

New Contributors

Full Changelog: 6.14.7...6.14.8

6.14.7

25 Dec 05:42
Compare
Choose a tag to compare

What's Changed

  • FIxed Request.multipart() method's returned Promise to properly await the last async execution of the field handler callback for a proper top-level resolver once all fields have been completely handled.

Full Changelog: 6.14.5...6.14.7

6.14.5

19 Dec 04:52
Compare
Choose a tag to compare

What's Changed

  • Fixed the Response.type() method to properly write the appropriate content-type header from the mime-types library.
  • Fixed the Response.html() method to properly write the charset in the content-type HTML header.

Full Changelog: 6.14.4...6.14.5

6.14.4

15 Dec 22:13
Compare
Choose a tag to compare

What's Changed

  • update Router types to allow its methods extended from Server to return type Server by @Geo25rey in #207

New Contributors

Full Changelog: 6.14.3...6.14.4

6.14.3

18 Nov 02:20
Compare
Choose a tag to compare

What's Changed

  • Fixed invalid Typescript imports which were causing build errors.
  • Recalibrated package-lock file to prevent any incorrect libraries from being installed.

Full Changelog: 6.14.2...6.14.3

6.14.2

17 Nov 17:29
Compare
Choose a tag to compare

What's Changed

  • Fixed bug sending a response with a body and custom-length would lead to multiple content-length headers being written which causes client-side parsing errors.
  • Fixed bug with sending a response with no body but a custom content-length header would not properly respect close connection behavior.
  • Move @type dependencies to devDependencies by @sydist in #202

New Contributors

Full Changelog: 6.14.1...6.14.2

6.14.1

14 Nov 16:01
Compare
Choose a tag to compare

What's Changed

  • Fixed Router types bug due to conflicting UserRouteHandler and MiddlewareHandler spreadable arguments.

Full Changelog: 6.14.0...6.14.1