Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the fake_async version to -wip following this repos standar processes #2296

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions pkgs/fake_async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## 1.3.2
## 1.3.2-wip

* Require Dart 3.3
* Fix bug where a `flushTimers` or `elapse` call from within
the callback of a periodic timer would immediately invoke
the same timer.
* Move to `dart-lang/test` monorepo.
* Require Dart 3.5.

## 1.3.1

Expand Down Expand Up @@ -99,4 +98,3 @@ of the `fake_async` package.
## 0.1.2

* Integrate with the clock package.

2 changes: 1 addition & 1 deletion pkgs/fake_async/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fake_async
version: 1.3.2
version: 1.3.2-wip
description: >-
Fake asynchronous events such as timers and microtasks for deterministic
testing.
Expand Down