Skip to content

Releases: lishaduck/effect-utils

v0.1.2 of effect-platform-deno

18 Feb 22:09
f4d70bb

Choose a tag to compare

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

v0.1.1 of effect-platform-deno

25 Nov 03:12
8bdcb18

Choose a tag to compare

What's Changed

  • The FileSystem implementation now mostly uses Deno-native APIs (#2).
  • Deno implementation of the WorkerRunner API (#5, #8).

Changelog: § 0.1.1
Git Log: platform-deno-v0.1.0...platform-deno-v0.1.1

Initial release of effect-platform-deno

25 Nov 03:05
c9b8468

Choose a tag to compare

The initial version! (Published 2024-11-13, but I forgot to write the release notes)