Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 621 Bytes

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 621 Bytes

Change Log

[0.6.0] - 2024-08-31

Added

  • Added two new atoms, atomWithActor and atomWithActorSnapshot to conform with XState v5's actor model
  • Refactored atomWithMachine to be simpler and consume the two other methods
  • Added tests for the two new methods

[Unreleased]

[0.5.0] - 2024-06-20

Added

  • Adjusted code for Xstate V5 #8

[0.4.0] - 2024-05-26

Changed

  • Module-first setup #7

[0.3.0] - 2023-03-04

Added

  • feat: mark internal atoms as private

[0.2.0] - 2023-01-31

Added

  • Migrate to Jotai v2 API #1

[0.1.0] - 2022-11-15

Added

  • Initial release