Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 1.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2024-04-01

Added

  • Node#on now accepts multiple event types.

0.2.2 - 2023-08-03

Fixed

  • Activities were not being cleaned up properly when calling Statechart#stop.

Added

  • Updated Machine class to take in optional observer and trace options.

0.2.1 - 2022-11-11

Fixed

  • Concurrent state exit bug where sibling states had child states with the same name.

0.2.0 - 2022-04-20

Added

  • OVERVIEW docs.
  • API docs.

Changed

  • Allow condition functions to return undefined so that a state can both use a condition function and be a history state.

0.1.1 - 2022-03-13

Added

  • Toggle example app.
  • Stopwatch example app.

Changed

  • Package size optimizations.

0.1.0 - 2022-03-09

Added

  • Initial release.