github Effect-TS/effect @effect/schema@0.64.12

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

Patch Changes

  • #2359 9392de6 Thanks @tim-smart! - preserve defect information in Cause.Die

  • #2385 3307729 Thanks @tim-smart! - align runtime tuple behaviour to ts 5.4:

    from

    // ts 5.3
    type A = readonly [string, ...number[], boolean];
    type B = Required<A>; // readonly [string, ...(number | boolean)[], number | boolean]

    to

    // ts 5.4
    type A = readonly [string, ...number[], boolean];
    type B = Required<A>; // readonly [string, ...number[], boolean]
  • #2359 9392de6 Thanks @tim-smart! - use provided message in Schema.TaggedError .toString

  • #2385 3307729 Thanks @tim-smart! - update typescript to 5.4

  • #2396 d17a427 Thanks @sukovanej! - Fix extend with nested union.

  • Updated dependencies [3307729]:

    • effect@2.4.12

Don't miss a new effect release

NewReleases is sending notifications on new releases.