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