Skip to content

effect@3.13.10

Choose a tag to compare

@github-actions github-actions released this 11 Mar 09:29
· 987 commits to main since this release
cfbf1b5

Patch Changes

  • #4578 527c964 Thanks @gcanti! - Allow toString Method to Be Overridden in Schema Classes, closes #4577.

    Previously, attempting to override the toString method in schema classes caused a TypeError in the browser because the property was set as read-only (writable: false). This fix makes toString writable, allowing developers to override it when needed.