Skip to content

effect@4.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Feb 21:38
· 826 commits to main since this release
6c532e9

Patch Changes

  • #1302 a22ce73 Thanks @tim-smart! - allow undefined for VariantSchema.Overridable input

  • #1299 ebdabf7 Thanks @tim-smart! - Port SqlSchema.findOne from effect v3 to return Option on empty results and add SqlSchema.single for the fail-on-empty behavior.

  • #1298 8f663bb Thanks @tim-smart! - Add Effect.catchNoSuchElement, a renamed port of v3 Effect.optionFromOptional that converts NoSuchElementError failures into Option.none.