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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## 1.6.0
2
+
3
+
* Added `CancellableIsolate.run()`, based on the new [`Isolate.run()` method in Dart 2.19.0](https://medium.com/dartlang/better-isolate-management-with-isolate-run-547ef3d6459b).
4
+
* Updated `cancellableCompute` to use `CancellableIsolate.run()` internally.
5
+
* Increased minimum Dart SDK to 2.19.0.
6
+
1
7
## 1.5.0
2
8
3
9
* Added `MergedCancellationToken` to combine multiple cancellation tokens into one.
0 commit comments