Skip to content

effect@3.3.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:46
· 2138 commits to main since this release
ca78f58

Patch Changes

  • #2952 eb98c5b Thanks @KhraksMamtsov! - Change Config.array to return Array<A> instead of ReadonlyArray<A>

  • #2950 184fed8 Thanks @gcanti! - Ensure Chunk.reverse preserves NonEmpty status, closes #2947

  • #2954 6068e07 Thanks @jessekelly881! - Fix runtime error in Struct.evolve by enhancing compile-time checks, closes #2953

  • #2948 3a77e20 Thanks @gcanti! - Remove unnecessary === comparison in getEquivalence functions

    In some getEquivalence functions that use make, there is an unnecessary === comparison. The make function already handles this comparison.