We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771e7b0 commit 51c02fcCopy full SHA for 51c02fc
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# oak Change Log
2
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
16
## Version 7.4.1
17
18
- chore: update to Deno 1.10.1, std 0.96.0, media_types 2.8.4
0 commit comments