effect@3.3.1
·
2138 commits
to main
since this release
Patch Changes
-
#2952
eb98c5bThanks @KhraksMamtsov! - ChangeConfig.arrayto returnArray<A>instead ofReadonlyArray<A> -
#2950
184fed8Thanks @gcanti! - EnsureChunk.reversepreservesNonEmptystatus, closes #2947 -
#2954
6068e07Thanks @jessekelly881! - Fix runtime error inStruct.evolveby enhancing compile-time checks, closes #2953 -
#2948
3a77e20Thanks @gcanti! - Remove unnecessary===comparison ingetEquivalencefunctionsIn some
getEquivalencefunctions that usemake, there is an unnecessary===comparison. Themakefunction already handles this comparison.