OLD | NEW |
| 1 ## 0.11.11 |
| 2 * Add a -no-embedded-plurals flag to reject plurals and genders that |
| 3 have either leading or trailing text around them. This follows the |
| 4 ICU recommendation that a plural or gender should contain the |
| 5 entire phrase/sentence, not just part of it. |
| 6 |
1 ## 0.11.10 | 7 ## 0.11.10 |
2 * Fix some style glitches with naming. The only publicly visible one | 8 * Fix some style glitches with naming. The only publicly visible one |
3 is DateFormat.parseUtc, but the parseUTC variant is still retained | 9 is DateFormat.parseUtc, but the parseUTC variant is still retained |
4 for backward-compatibility. | 10 for backward-compatibility. |
5 | 11 |
6 * Provide a better error message when generating translated versions | 12 * Provide a better error message when generating translated versions |
7 and the name of a variable substitution in the message doesn't | 13 and the name of a variable substitution in the message doesn't |
8 match the name in the translation. | 14 match the name in the translation. |
9 | 15 |
10 ## 0.11.9 | 16 ## 0.11.9 |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 canonicalizing. Previously anything of length > 6 was left completely alone. | 92 canonicalizing. Previously anything of length > 6 was left completely alone. |
87 | 93 |
88 ## 0.9.8 | 94 ## 0.9.8 |
89 | 95 |
90 * Add a "meaning" optional parameter for Intl.message to distinguish between | 96 * Add a "meaning" optional parameter for Intl.message to distinguish between |
91 two messages with identical text. | 97 two messages with identical text. |
92 | 98 |
93 * Handle two different messages with the same text. | 99 * Handle two different messages with the same text. |
94 | 100 |
95 * Allow complex string literals in arguments (e.g. multi-line) | 101 * Allow complex string literals in arguments (e.g. multi-line) |
OLD | NEW |