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

latest releases: @effect/platform-node@0.60.3, @effect/vitest@0.10.2, @effect/typeclass@0.27.2...
6 months ago

Patch Changes

  • #2222 39f583e Thanks @gcanti! - TaggedClass: ensure constructor parameters don't overwrite the tag

  • #2227 f428198 Thanks @gcanti! - add ConcurrencyAnnotation, default value: undefined (sequential)

    Example:

    const schema = S.struct({
      a: S.string,
      b: S.number,
    }).pipe(S.concurrency(1 /* number | "unbounded" | "inherit" | undefined */));
  • #2221 c035972 Thanks @tim-smart! - ensure Schema.Class is compatible without strictNullCheck

  • Updated dependencies [a4a0006, 0a37676, 6f503b7]:

    • effect@2.4.1

Don't miss a new effect release

NewReleases is sending notifications on new releases.