Releases: lishaduck/effect-utils
Releases · lishaduck/effect-utils
v0.1.2 of effect-platform-deno
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
v0.1.1 of effect-platform-deno
What's Changed
- The
FileSystemimplementation now mostly uses Deno-native APIs (#2). - Deno implementation of the
WorkerRunnerAPI (#5, #8).
Changelog: § 0.1.1
Git Log: platform-deno-v0.1.0...platform-deno-v0.1.1
Initial release of effect-platform-deno
The initial version! (Published 2024-11-13, but I forgot to write the release notes)