Patch Changes
-
#2222
39f583e
Thanks @gcanti! - TaggedClass: ensure constructor parameters don't overwrite the tag -
#2227
f428198
Thanks @gcanti! - addConcurrencyAnnotation
, 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