Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 435 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 435 Bytes

Atomsphere

0.0.4

Patch Changes

  • 876fa5e: Fix types in useAtom hook
  • c04b01c: Improve types in atom function

0.0.3

Patch Changes

  • 51bd852: Publish changelog

0.0.2

Patch Changes

  • abcf083: Improve types

0.0.1

Patch Changes

  • daddcb3: Support setting a new value using a setter function
  • c7acb63: Add useAtom hook
  • fc17bfd: Add derived atoms support
  • ee30927: Add basic atom creation