mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-06 15:19:37 +08:00
Changelog
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
## Unreleased 3.0.0
|
||||
## Unreleased 3.0.0-dev.4
|
||||
|
||||
Say hello to Riverpod 3.0.0!
|
||||
This major version is a transition version, to unblock the development of the project.
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Unreleased 3.0.0
|
||||
## Unreleased 3.0.0-dev.4
|
||||
|
||||
Say hello to Riverpod 3.0.0!
|
||||
This major version is a transition version, to unblock the development of the project.
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Unreleased 3.0.0
|
||||
## Unreleased 3.0.0-dev.4
|
||||
|
||||
Say hello to Riverpod 3.0.0!
|
||||
This major version is a transition version, to unblock the development of the project.
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Unreleased 3.0.0
|
||||
## Unreleased 3.0.0-dev.4
|
||||
|
||||
Say hello to Riverpod 3.0.0!
|
||||
This major version is a transition version, to unblock the development of the project.
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Unreleased build
|
||||
## Unreleased 3.0.0-dev.4
|
||||
|
||||
- **Breaking** Removed support for `@riverpod external int fn();`.
|
||||
- **Breaking** Family arguments are no-longer available on the `Ref` object.
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
- Added support for mutations. See also `@mutation` for further information.
|
||||
- Added support for `@Riverpod(retry: ...)`
|
||||
|
||||
## 2.6.5 - 2025-02-28
|
||||
|
||||
- `riverpod_analyzer_utils` upgraded to `0.5.10`
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Unreleased 3,0.0
|
||||
## Unreleased 3.0.0-dev.4
|
||||
|
||||
- All lints/assists now automatically add the relevant imports when
|
||||
updating code.
|
||||
|
Reference in New Issue
Block a user