Skip to content

Effect

Version 4.0.0-beta.2

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.