File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ 0.1.0] - 2025-10-27
6+
7+ Initial release.
8+
9+ ### Added
10+
11+ - ` useSWRCreate ` hook for creating data with optimistic updates
12+ - ` useSWRUpdate ` hook for updating data with optimistic updates
13+ - ` useSWRDelete ` hook for deleting data with optimistic updates
14+ - ` mutateById ` utility to mutate cache entries by ID
15+ - ` mutateByGroup ` utility to mutate cache entries by group
16+ - ` resetCache ` utility to clear cache with optional key preservation
17+ - ` MutationError ` class with context and helper methods
18+ - ` to() ` helper for Go-style error handling
19+ - Full TypeScript support with generics
20+ - Comprehensive JSDoc documentation
21+
22+ [ 0.1.0 ] : https://github.com/pedroab0/swr-catalyst/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments