Skip to content

Commit 2f15ea4

Browse files
committed
chore: update CHANGELOG and README for Riverpod 3 compatibility and breaking changes
1 parent 99881d8 commit 2f15ea4

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# 3.0.0
22

3-
- BREAKING: cacheDataFor cannot be use on FutureProvider. Instead use it on AsyncNotifier.
4-
- BREAKING: refreshWhenNetworkAvailable cannot be use on FutureProvider. Instead use it on AsyncNotifier.
3+
- feat: Support for Riverpod 3!
4+
5+
- BREAKING: cacheDataFor cannot be used on FutureProvider. Instead use it on AsyncNotifier.
6+
- BREAKING: refreshWhenNetworkAvailable cannot be used on FutureProvider. Instead use it on AsyncNotifier.
7+
8+
Some extensions that were previously available on FutureProvider are now only usable inside AsyncNotifier. This is due to the fact that `Ref` does not take a generic type parameter anymore.
9+
See:
10+
- [One ref to rule them all](https://riverpod.dev/docs/whats_new#one-ref-to-rule-them-all)
11+
- [Discussion](https://github.com/rrousselGit/riverpod/discussions/4305)
512

613
# 2.0.0
714

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
## Riverpod Versions 🔖
1414

15-
Riverpod Community Extensions version 2 is only compatible with riverpod 2.
16-
If you want to use riverpod 3, migrate to riverpod_community_extension v3.
15+
Riverpod Community Extensions version 3 is only compatible with riverpod 3.
16+
If you want to use riverpod 2, revert to riverpod_community_extension v2.
1717

1818
## Features 🚀
1919

0 commit comments

Comments
 (0)