Skip to content

v0.1.2 of effect-platform-deno

Latest
Compare
Choose a tag to compare
@lishaduck lishaduck released this 18 Feb 22:09
· 2 commits to main since this release
f4d70bb

Highlights

  • Fix JSR import map (#6).
  • Implemented KeyValueStore for localStorage and sessionStorage (#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 add deno.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