Skip to content

Releases: tpoisseau/uNodeHttpServer

Typedoc

27 Jul 10:10
Compare
Choose a tag to compare
  • improve a lot documentation
  • build doc with typedoc

Secure Server

27 Jul 01:16
Compare
Choose a tag to compare

Notable changes

  • + abilities to choose to start http or https or http2 (secure or not) server
  • + async init(options): this self-signed-certificate can be generated during runtime if you didn't ask for http with options.selfSigned set to true
  • ~ async listen(options): string return url of server
  • ~ better api doc (read .d.ts files)

Breaking Changes

  • node 12 is required. App class use private field

End response

25 Jul 10:33
Compare
Choose a tag to compare
1.0.1

end response when all middleware finished without end response

first release

25 Jul 09:59
Compare
Choose a tag to compare
switch to esm

add .d.ts and switch doc in it
improve api _use(route: Route, middleware: Middleware) instead _use(methods: Methods, middleware: Middleware)