File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Feedback on this change appreciated as this is a dev release before 0.28.0 stabl
13
13
* Convert all _ required positional_ parameters to _ required named_ parameters.
14
14
* The ` disposer ` is now called after the future returned from ` StreamSubscription.cancel ` completes.
15
15
16
- ## 0.28.0-dev.1 (2024-01-27)
16
+ ## [ 0.28.0-dev.1] (2024-01-27)
17
17
18
18
Feedback on this change appreciated as this is a dev release before 0.28.0 stable!
19
19
@@ -28,7 +28,7 @@ Feedback on this change appreciated as this is a dev release before 0.28.0 stabl
28
28
29
29
* Replace deprecated "dart pub run" with "dart run" (thanks to [ @tatsuyafujisaki ] ( https://github.com/tatsuyafujisaki ) ).
30
30
31
- ## 0.28.0-dev.0 (2023-07-26)
31
+ ## [ 0.28.0-dev.0] (2023-07-26)
32
32
33
33
Feedback on this change appreciated as this is a dev release before 0.28.0 stable!
34
34
@@ -722,4 +722,6 @@ for example: combineThreeLatest becomes combineLatest3
722
722
* As of this version, rxdart depends on SDK v1.21.0, to support the newly added generic method type syntax
723
723
724
724
[ Unreleased ] : https://github.com/ReactiveX/rxdart/compare/0.28.0-dev.2...HEAD
725
- [ 0.28.0-dev.2 ] : https://github.com/ReactiveX/rxdart/releases/tag/0.28.0-dev.2
725
+ [ 0.28.0-dev.2 ] : https://github.com/ReactiveX/rxdart/releases/tag/0.28.0-dev.2
726
+ [ 0.28.0-dev.1 ] : https://github.com/ReactiveX/rxdart/releases/tag/0.28.0-dev.1
727
+ [ 0.28.0-dev.0 ] : https://github.com/ReactiveX/rxdart/releases/tag/0.28.0-dev.0
You can’t perform that action at this time.
0 commit comments