github Effect-TS/effect effect@3.5.9

latest releases: @effect/sql-sqlite-wasm@0.11.5, @effect/sql-sqlite-react-native@0.14.5, @effect/sql-sqlite-node@0.12.5...
one month ago

Patch Changes

  • #3377 6359644 Thanks @tim-smart! - add MicroScheduler to Micro module

  • #3362 7f41e42 Thanks @IMax153! - Add Service and Identifier to Context.Tag.

    These helpers can be used, for example, to extract the service shape from a tag:

    import * as Context from "effect/Context";
    
    export class Foo extends Context.Tag("Foo")<
      Foo,
      {
        readonly foo: Effect.Effect<void>;
      }
    >() {}
    
    type ServiceShape = typeof Foo.Service;
  • #3373 f566fd1 Thanks @KhraksMamtsov! - Add test for Hash.number(0.1) !== Has.number(0)

Don't miss a new effect release

NewReleases is sending notifications on new releases.