Changelog

This commit is contained in:
Remi Rousselet
2025-04-30 21:25:28 +02:00
parent cfba3a86e4
commit 831d7371f4
6 changed files with 7 additions and 6 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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`

View File

@ -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.