Skip to content

All versions since 4.0.0-beta.96

4.0.0-beta.96

Patch Changes

  • #2563 1503f45 Thanks @tim-smart! - update dependencies

  • #2566 57fe793 Thanks @tim-smart! - change rpc ids to string | number

  • #2561 0c2f78f Thanks @tim-smart! - Remove Schedule.elapsed.

  • #2561 0c2f78f Thanks @tim-smart! - Remove Schedule.tapInput and Schedule.tapOutput. Use Schedule.tap instead.

  • #2561 0c2f78f Thanks @tim-smart! - Update Schedule.addDelay and Schedule.modifyDelay to receive full schedule metadata instead of separate output and delay arguments.

  • #2562 97f29df Thanks @tim-smart! - use Sets to track atom relationships

4.0.0-beta.90

Patch Changes

  • #2483 d237fdf Thanks @tim-smart! - Fix Config.schema so missing array values are treated as missing data, allowing Config.withDefault to apply.

4.0.0-beta.97

4.0.0-beta.91 Latest

Patch Changes

  • #2498 b135b25 Thanks @gcanti! - Fix Schedule.andThenResult to emit self outputs as Failure and other outputs as Success, closes #2497.

  • #2488 aaa21a3 Thanks @fubhy! - Fix String.camelCase and String.pascalCase handling of numeric word segments, and add String.configCase for configuration key casing.

  • #2485 3475ee6 Thanks @tim-smart! - fix RequestResolver interruption