Skip to content

0.8.0

Compare
Choose a tag to compare
@asos-craigmorten asos-craigmorten released this 30 May 11:02

ChangeLog

[0.8.0] - 30-05-2020

  • fix: res.sendFile() not correctly resolving paths, impacting res.download() and other APIs that use it internally.
  • feat: decouple the base Opine route handler from the server it starts so can use Opine as a route handler within other libraries / frameworks as middleware with a server that is not started via app.listen().
  • feat: attempt to close the server within app.listen() if an exception occurs in the server connection handling loop.