Skip to content

Commit 9f58126

Browse files
committed
Release 0.7.0
1 parent acc5756 commit 9f58126

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.7.0
4+
5+
- feat: support Cloudflare Workers (2eecd21)
6+
- feat: include duration in handled event (b6cbe17)
7+
8+
**BREAKING CHANGE** Previously the `HandledEvent` contained the performance
9+
measurement of the handling of the route. It now only contains a `duration`
10+
property which represents in milliseconds how long it took to handle the
11+
request.
12+
13+
- fix: use `createPromiseWithResolvers()` (b6023f8)
14+
- fix: add dynamic npm imports (acc5756)
15+
316
## Version 0.6.0
417

518
- chore: add publish workflow (ee5b869)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oak/acorn",
3-
"version": "0.7.0-alpha.4",
3+
"version": "0.7.0",
44
"exports": {
55
".": "./mod.ts",
66
"./context": "./context.ts",

0 commit comments

Comments
 (0)