OLD | NEW |
---|---|
1 name: convert | 1 name: convert |
2 version: 1.1.0 | 2 version: 1.1.1 |
3 description: Utilities for converting between data representations. | 3 description: Utilities for converting between data representations. |
4 author: Dart Team <misc@dartlang.org> | 4 author: Dart Team <misc@dartlang.org> |
5 homepage: https://github.com/dart-lang/convert | 5 homepage: https://github.com/dart-lang/convert |
6 | 6 |
7 environment: | 7 environment: |
8 sdk: '>=1.8.0 <2.0.0' | 8 sdk: '>=1.16.0-dev.5.0 <2.0.0' |
kevmoo
2016/04/26 23:03:41
Can be 1.16 – we're released!
nweiz
2016/04/27 00:12:57
Done.
| |
9 | 9 |
10 dependencies: | 10 dependencies: |
11 charcode: '^1.1.0' | 11 charcode: '^1.1.0' |
12 typed_data: '^1.1.0' | 12 typed_data: '^1.1.0' |
13 | 13 |
14 dev_dependencies: | 14 dev_dependencies: |
15 test: '^0.12.0' | 15 test: '^0.12.0' |
OLD | NEW |