Skip to content

Effect

Version 4.0.0-beta.60

Patch Changes

  • #2115 f69d567 Thanks @tim-smart! - add Rpc.custom

  • #2119 7909c95 Thanks @gcanti! - Remove Inspectable.stringifyCircular and fix Formatter.formatJson so shared object references are preserved while only circular references are omitted.

  • bbb4dcc Thanks @tim-smart! - allow using Duration.Input with accessors

  • #2117 7af2207 Thanks @gcanti! - Add Schema.DurationFromString and SchemaTransformation.durationFromString, support "Infinity" and "-Infinity" in Duration.fromInput, and simplify config duration parsing around the shared schema codec, closes #2092.

  • #2116 848b40a Thanks @gcanti! - Add a Config.literals convenience constructor for Schema.Literals, closes #2091.