Skip to content

Commit a218467

Browse files
committed
docs: add initial changelog for project release 0.1.0
1 parent e0c4ff7 commit a218467

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)