Skip to content

Commit

Permalink
feat: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-craigmorten committed May 30, 2020
1 parent 978aab8 commit 0cbdd15
Show file tree
Hide file tree
Showing 73 changed files with 158 additions and 26,485 deletions.
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 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.

## [0.7.0] - 29-05-2020

- feat: support passing no parameters to `app.listen()` and being automatically assigned a port.
Expand Down
Loading

0 comments on commit 0cbdd15

Please sign in to comment.