Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 10:27
· 524 commits to main since this release

Minor Changes

  • 60cc3d0: Add setState, Enhanced Testability

    Highlights:

    ✅ Exposed useStore.setState() for external updates and testing
    
    ✅ Supports both partial and full state updates via replace flag
    
    🧪 Enables mock-friendly store patterns for unit testing
    
    🔄 Adds overload-safe StateSetter type for better DX
    
    📄 Docs updated with usage examples and known limitations
    

Full Changelog: 1.0.6...1.1.0