OLD | NEW |
| 1 ## 0.11.3 |
| 2 |
| 3 * Add a --[no]-use-deferred-loading flag to generate_from_arb.dart and |
| 4 generally make the deferred loading of message libraries optional. |
| 5 |
1 ## 0.11.2 | 6 ## 0.11.2 |
2 | 7 |
3 * Missed canonicalization of locales in one place in message library generation
. | 8 * Missed canonicalization of locales in one place in message library generation
. |
4 | 9 |
5 * Added a simple debug script for message_extraction_test. | 10 * Added a simple debug script for message_extraction_test. |
6 | 11 |
7 ## 0.11.1 | 12 ## 0.11.1 |
8 | 13 |
9 * Negative numbers were being parsed as positive. | 14 * Negative numbers were being parsed as positive. |
10 | 15 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 | 47 |
43 * Add a "meaning" optional parameter for Intl.message to distinguish between | 48 * Add a "meaning" optional parameter for Intl.message to distinguish between |
44 two messages with identical text. | 49 two messages with identical text. |
45 | 50 |
46 * Handle two different messages with the same text. | 51 * Handle two different messages with the same text. |
47 | 52 |
48 * Allow complex string literals in arguments (e.g. multi-line) | 53 * Allow complex string literals in arguments (e.g. multi-line) |
49 | 54 |
50 | 55 |
51 | 56 |
OLD | NEW |