File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments