Skip to content

Latest commit

 

History

History
77 lines (34 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

77 lines (34 loc) · 2.79 KB

2.1.0 (2024-12-04)

Features

  • export the rest of nanostores API (4dfa1c6)

2.0.1 (2024-12-02)

Bug Fixes

  • atom now correctly publishes only on changes to value (59ef7d2)
  • can now publish to the message bus after receiving values from it (2871b1a)

2.0.0 (2024-10-25)

Bug Fixes

  • remove built-in $authentication store (#25) (d726b24)

BREAKING CHANGES

  • $authentication is removed

1.1.0 (2024-10-14)

Features

1.0.5 (2024-10-07)

Bug Fixes

  • handle the loop guard outside the store value (#23) (2644a7d)

1.0.4 (2024-09-02)

Bug Fixes

  • deps: update dependency nanostores to v0.11.3 (3a55c3f)

1.0.3 (2024-08-12)

Bug Fixes

  • deps: update dependency nanostores to v0.11.2 (780e1f8)

1.0.2 (2024-08-05)

Bug Fixes

  • deps: update dependency nanostores to v0.11.0 (58e3e2e)

1.0.1 (2024-07-22)

Bug Fixes

  • deps: update dependency @podium/browser to v1.3.0 (#5) (e325823)

1.0.0 (2024-06-20)

Features