Skip to content
Compare
Choose a tag to compare
@the-zazukoian the-zazukoian released this 14 Nov 12:32
· 1102 commits to main since this release
de07dae

Minor Changes

  • a94543c: Improve types in general.

    trifid.start now returns a Promise<import('http').Server> instead of void.
    This allows to wait for the server to be ready before doing anything else.

  • 552ecf9: The errors middleware is now returning the description of the status code in the body.