Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 368 Bytes

CHANGELOG.md

File metadata and controls

11 lines (10 loc) · 368 Bytes

0.0.1

  • Initial release
  • Core features:
    • Type-safe state management with Value
    • Built-in state types: Data, Waiting, Error, NoData
    • Pattern matching support
    • Subscriber widget for reactive UI updates
    • Simple API for state updates and notifications
  • Example counter app demonstrating basic usage
  • Comprehensive documentation and usage examples