Skip to content

v5.0.0

Choose a tag to compare

@jg-wright jg-wright released this 05 Jun 10:11
828d4ab

5.0.0 (2026-06-05)

⚠ BREAKING CHANGES

  • TimelineParsable.parse and TimelineItem constructors now accept a TimelineItemOptions argument; custom parsers should forward options to super so they share the timeline's clock. TimelineTimer is backed by a Clockable rather than real wall-clock time.

Features

  • drive timeline timing with a virtual clock instead of real timers (07b3baf)
  • drive timeline timing with a virtual clock instead of real timers (7e5298b)

Bug Fixes

  • ensure outerface is correctly typed (5c8b70d)