Skip to content

Commit a788121

Browse files
committed
fix: update documentation
1 parent 0eeacba commit a788121

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Format: [Semantic Versioning](https://semver.org/)
66

77
---
88

9-
## [0.10.0]2025
9+
## [0.10.0]2026-04-16
1010

1111
### Added
1212
- `select` option — transform response data before storing in `data`. Third generic `TSelected` on `UseApiOptions<T, D, TSelected>`.
@@ -20,7 +20,7 @@ Format: [Semantic Versioning](https://semver.org/)
2020

2121
---
2222

23-
## [0.9.2]2025
23+
## [0.9.2]2026-04-16
2424

2525
### Added
2626
- Full test coverage (100+ tests).
@@ -29,64 +29,64 @@ Format: [Semantic Versioning](https://semver.org/)
2929

3030
---
3131

32-
## [0.9.1]2025
32+
## [0.9.1]2026-04-10
3333

3434
### Fixed
3535
- Cache documentation.
3636

3737
---
3838

39-
## [0.9.0]2025
39+
## [0.9.0]2026-04-10
4040

4141
### Added
4242
- `cache` option — in-memory response cache with configurable TTL.
4343
- `invalidateCache` option — bust related caches on mutation success.
4444

4545
---
4646

47-
## [0.8.0]2025
47+
## [0.8.0]2026-04-09
4848

4949
### Added
5050
- `ignoreUpdates` — update watched refs without triggering a re-fetch.
5151

5252
---
5353

54-
## [0.7.0]2025
54+
## [0.7.0]2026-04-09
5555

5656
### Added
5757
- Retry logic with configurable `retry` and `retryDelay`.
5858

5959
---
6060

61-
## [0.6.1]2025
61+
## [0.6.1]2026-03-15
6262

6363
### Changed
6464
- Renamed `setData` to `mutate`.
6565

6666
---
6767

68-
## [0.6.0]2025
68+
## [0.6.0]2026-02-13
6969

7070
### Added
7171
- Batch requests (`useApiBatch`) — parallel requests with combined loading state and progress tracking.
7272

7373
---
7474

75-
## [0.5.0]2025
75+
## [0.5.0]2026-02-11
7676

7777
### Added
7878
- `mutate` (formerly `setData`) — manually set `data` value without a network request.
7979

8080
---
8181

82-
## [0.1.0]2025
82+
## [0.1.0]2026-02-05
8383

8484
### Added
8585
- Auto-refetch on reactive dependency change (`watch` option).
8686

8787
---
8888

89-
## [0.0.4]2025
89+
## [0.0.4]2026-02-04
9090

9191
### Added
9292
- Initial public release.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 MortyQ
3+
Copyright (c) 2026 MortyQ
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)