You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
# 3.0.0
2
2
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)
0 commit comments