| OLD | NEW |
| 1 name: intl | 1 name: intl |
| 2 version: 0.12.0+2 | 2 version: 0.12.0+3 |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Contains code to deal with internationalized/localized messages, da
te and number formatting and parsing, bi-directional text, and other internation
alization issues. | 4 description: Contains code to deal with internationalized/localized messages, da
te and number formatting and parsing, bi-directional text, and other internation
alization issues. |
| 5 homepage: https://www.dartlang.org | 5 homepage: https://www.dartlang.org |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.4.0 <2.0.0' | 7 sdk: '>=1.4.0 <2.0.0' |
| 8 documentation: http://www.dartdocs.org/documentation/intl/latest | 8 documentation: http://www.dartdocs.org/documentation/intl/latest |
| 9 dependencies: | 9 dependencies: |
| 10 analyzer: '>=0.13.2 <0.23.0' | 10 analyzer: '>=0.13.2 <0.24.0' |
| 11 path: '>=0.9.0 <2.0.0' | 11 path: '>=0.9.0 <2.0.0' |
| 12 petitparser: '>=1.1.3 <2.0.0' | 12 petitparser: '>=1.1.3 <2.0.0' |
| 13 dev_dependencies: | 13 dev_dependencies: |
| 14 unittest: '>=0.10.0 <0.12.0' | 14 unittest: '>=0.10.0 <0.12.0' |
| 15 fixnum: '>=0.9.0 <0.10.0' | 15 fixnum: '>=0.9.0 <0.10.0' |
| 16 transformers: | 16 transformers: |
| 17 - $dart2js: | 17 - $dart2js: |
| 18 $exclude: | 18 $exclude: |
| 19 - test/date_time_format_file_even_test.dart | 19 - test/date_time_format_file_even_test.dart |
| 20 - test/date_time_format_file_odd_test.dart | 20 - test/date_time_format_file_odd_test.dart |
| 21 - test/find_default_locale_standalone_test.dart | 21 - test/find_default_locale_standalone_test.dart |
| 22 - test/message_extraction/embedded_plural_text_after_test.dart | 22 - test/message_extraction/embedded_plural_text_after_test.dart |
| 23 - test/message_extraction/embedded_plural_text_before_test.dart | 23 - test/message_extraction/embedded_plural_text_before_test.dart |
| 24 - test/message_extraction/examples_parsing_test.dart | 24 - test/message_extraction/examples_parsing_test.dart |
| 25 - test/message_extraction/failed_extraction_test.dart | 25 - test/message_extraction/failed_extraction_test.dart |
| 26 - test/message_extraction/make_hardcoded_translation.dart | 26 - test/message_extraction/make_hardcoded_translation.dart |
| 27 - test/message_extraction/message_extraction_no_deferred_test.dart | 27 - test/message_extraction/message_extraction_no_deferred_test.dart |
| 28 - test/message_extraction/message_extraction_test.dart | 28 - test/message_extraction/message_extraction_test.dart |
| 29 - test/message_extraction/really_fail_extraction_test.dart | 29 - test/message_extraction/really_fail_extraction_test.dart |
| 30 - test/intl_message_basic_example_test.dart # invalid import under pub's pac
kage-layout | 30 - test/intl_message_basic_example_test.dart # invalid import under pub's pac
kage-layout |
| OLD | NEW |