Skip to content

Commit 51c02fc

Browse files
committed
Release 7.5.0
1 parent 771e7b0 commit 51c02fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# oak Change Log
22

3+
## Version 7.5.0
4+
5+
- feat: allow overriding std/native HTTP servers (771e7b0)
6+
7+
Exported `HttpSeverStd` and `HttpServerNative` to allow these to be supplied
8+
when creating the application by passing the `serverConstructor` option, as
9+
well as updated documentation around how to accomplish this.
10+
11+
- fix(#282): `router.redirect()` destination can be arbitrary URL (802435c)
12+
- fix(#319): ensure that at least one middleware is present in types (29326ef)
13+
- fix: upcoming TypeScript 4.3 changes (fe7ad3c)
14+
- docs: add information about Deno Deploy (3faadda)
15+
316
## Version 7.4.1
417

518
- chore: update to Deno 1.10.1, std 0.96.0, media_types 2.8.4

0 commit comments

Comments
 (0)