Skip to content

effect@4.0.0-beta.89

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 25 Jun 05:21
· 3 commits to main since this release
13581e9

Patch Changes

  • #2475 b7d46ab Thanks @tim-smart! - Update Schema.Void to model ignored void return values.

    Runtime parsing now accepts any present value and discards it as undefined.
    This matches TypeScript void return values, where callers do not observe the
    returned value. Use Schema.Undefined when the input must be exactly
    undefined.

  • #2479 7777e15 Thanks @tim-smart! - Add custom error callbacks to Effect.fromOption.

  • #2480 5376197 Thanks @tim-smart! - render causes in OtlpTracer exception events