Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: async | 1 name: async |
| 2 version: 1.0.0 | 2 version: 1.0.1-dev |
|
floitsch
2015/02/11 10:00:42
not sure if you don't want to go higher.
Lasse Reichstein Nielsen
2015/02/23 10:22:10
I'll go to 1.1. It's detectable - but only to prog
Lasse Reichstein Nielsen
2015/02/23 10:38:49
Hmm, that was unnecessary (but now it's done). The
| |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Utility functions and classes related to the 'dart:async' library. | 4 description: Utility functions and classes related to the 'dart:async' library. |
| 5 homepage: http://www.dartlang.org | 5 homepage: http://www.dartlang.org |
| 6 dev_dependencies: | 6 dev_dependencies: |
| 7 unittest: ">=0.10.0 <0.12.0" | 7 unittest: ">=0.10.0 <0.12.0" |
| 8 environment: | 8 environment: |
| 9 sdk: ">=1.0.0 <2.0.0" | 9 sdk: ">=1.0.0 <2.0.0" |
| OLD | NEW |