| OLD | NEW |
| 1 ## 0.12.4+1 |
| 2 * Allow the name of an Intl.message to be "ClassName_methodName", as |
| 3 well as "functionName". This makes it easier to disambiguate |
| 4 messages with the same name but in different classes. |
| 5 |
| 1 ## 0.12.4 | 6 ## 0.12.4 |
| 2 * Handle spaces in ARB files where we didn't handle them before, and | 7 * Handle spaces in ARB files where we didn't handle them before, and |
| 3 where Google translation toolkit is now putting them. | 8 where Google translation toolkit is now putting them. |
| 4 | 9 |
| 5 ## 0.12.3 | 10 ## 0.12.3 |
| 6 | 11 |
| 7 * Use latest version of 'analyzer' and 'args' packages. | 12 * Use latest version of 'analyzer' and 'args' packages. |
| 8 | 13 |
| 9 ## 0.12.2+1 | 14 ## 0.12.2+1 |
| 10 * Adds a special locale name "fallback" in verifiedLocale. So if a translation | 15 * Adds a special locale name "fallback" in verifiedLocale. So if a translation |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 canonicalizing. Previously anything of length > 6 was left completely alone. | 147 canonicalizing. Previously anything of length > 6 was left completely alone. |
| 143 | 148 |
| 144 ## 0.9.8 | 149 ## 0.9.8 |
| 145 | 150 |
| 146 * Add a "meaning" optional parameter for Intl.message to distinguish between | 151 * Add a "meaning" optional parameter for Intl.message to distinguish between |
| 147 two messages with identical text. | 152 two messages with identical text. |
| 148 | 153 |
| 149 * Handle two different messages with the same text. | 154 * Handle two different messages with the same text. |
| 150 | 155 |
| 151 * Allow complex string literals in arguments (e.g. multi-line) | 156 * Allow complex string literals in arguments (e.g. multi-line) |
| OLD | NEW |