Skip to content

Latest commit

 

History

History
137 lines (62 loc) · 5.3 KB

CHANGELOG.md

File metadata and controls

137 lines (62 loc) · 5.3 KB

Changelog

3.0.1 (2024-11-25)

Bug Fixes

3.0.0 (2024-10-14)

⚠ BREAKING CHANGES

Bug Fixes

  • pkg: update peer dependency (9c84904)

2.0.1 (2024-10-07)

Bug Fixes

  • compatibility with XState v5.18.2 (7945ebb)

2.0.0 (2024-09-05)

⚠ BREAKING CHANGES

  • Peer dependency on xstate increased from >=v5.0.0 to >=v5.14.0.

Bug Fixes

  • add compat tests (273920a)
  • types: normalize type arg names and XState imports (44077d3)

1.2.0 (2024-08-20)

Features

  • add createActorFromLogic, createActorWith (a5be7c0)

Bug Fixes

  • compat with XState v5.17.4 (2c603e8)

1.1.0 (2024-08-16)

Features

Bug Fixes

  • types: rename actor category types (02cd5d2)

1.0.6 (2024-08-16)

Bug Fixes

  • catch errors thrown synchronously from actors (e4217c5)

1.0.5 (2024-08-16)

Bug Fixes

  • do not stop actors upon abort (52cbf52)

1.0.4 (2024-08-16)

Bug Fixes

  • pkg: force another release (029eb93)
  • pkg: try to force release (416718b)

1.0.3 (2024-08-16)

Bug Fixes

  • pkg: try to force release (416718b)

1.0.3 (2024-08-16)

Bug Fixes

1.0.2 (2024-08-16)

Bug Fixes

  • ci: fix broken publish (14e47a7)
  • types: InternalAuditionOptions is internal (02b7238)
  • update some internal types & docstrings (93ca846)

1.0.1 (2024-08-13)

Bug Fixes

  • pkg: add missing repository field (b16ff07)

1.0.0 (2024-08-13)

⚠ BREAKING CHANGES

  • Nearly everything

Features

Bug Fixes

  • types and docs and tests. oh my? (9b9092e)

0.1.0 (2024-08-04)

Features