·
2 commits
to main
since this release
Highlights
- Fix JSR import map (#6).
- Implemented
KeyValueStoreforlocalStorageandsessionStorage(#11). - Implemented
KeyValueStorefor 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.workerto 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