·
2 commits
to main
since this release
Highlights
- Fix JSR import map (#6).
- Implemented
KeyValueStore
forlocalStorage
andsessionStorage
(#11). - Implemented
KeyValueStore
for Deno KV (#12). - Fixed bugs in
DenoWorkerRunner
(#21)
BREAKING: Only support passing in MessagePorts to layerMessagePort (#21). This means that you’ll need to adddeno.worker
to your TypeScript compilerOptions if you use DenoWorkerRunner.{ "compilerOptions": { "lib": ["deno.worker"] } }
New Contributors
Changelog: § 0.1.2
Git Log: platform-deno-v0.1.1...platform-deno-v0.1.2