This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] Review-Url: https://codereview.chromium.org//1654813002 .
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
###0.2.3 | ||
## 1.0.0 | ||
|
||
* Change to using `package:test` for testing. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
lrhn
Author
Contributor
|
||
|
||
## 0.2.3 | ||
|
||
* Fixed strong mode analysis errors. | ||
* Migrated tests to package:test. | ||
|
||
###0.2.2 | ||
## 0.2.2 | ||
|
||
* Made `Isolate.kill` parameter `priority` a named parameter. | ||
|
||
###0.2.1 | ||
## 0.2.1 | ||
|
||
* Fixed spelling in a number of doc comments and the README. | ||
|
||
###0.2.0 | ||
## 0.2.0 | ||
|
||
* Renamed library `isolaterunner.dart` to `isolate_runner.dart`. | ||
* Renamed library `loadbalancer.dart' to `load_balancer.dart`. | ||
|
||
###0.1.0 | ||
## 0.1.0 | ||
|
||
* Initial version | ||
* Adds IsolateRunner as a helper around Isolate. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: isolate | ||
version: 0.2.3 | ||
version: 1.0.0 | ||
author: Dart Team <[email protected]> | ||
description: Utility functions and classes related to the 'dart:isolate' library. | ||
homepage: https://github.com/dart-lang/isolate | ||
|
FYI @lrhn – this was done in 0.2.3
Was there any big delta for this release?