github Effect-TS/effect @effect/typeclass@0.23.0

latest releases: @effect/sql-sqlite-node@0.21.7, @effect/sql-sqlite-wasm@0.21.0, @effect/sql-sqlite-bun@0.21.7...
8 months ago

Minor Changes

  • #2101 5de7be5 Thanks @github-actions! - add key type to ReadonlyRecord

  • #2101 a025b12 Thanks @github-actions! - Swap type params of Either from Either<E, A> to Either<R, L = never>.

    Along the same line of the other changes this allows to shorten the most common types such as:

    import { Either } from "effect";
    
    const right: Either.Either<string> = Either.right("ok");

Patch Changes

Don't miss a new effect release

NewReleases is sending notifications on new releases.