| OLD | NEW |
| 1 ## 0.12.4+3 |
| 2 * update analyzer to '<0.28.0' and fixnum to '<0.11.0' |
| 3 |
| 1 ## 0.12.4+2 | 4 ## 0.12.4+2 |
| 2 * update analyzer to '<0.27.0' | 5 * update analyzer to '<0.27.0' |
| 3 | 6 |
| 4 ## 0.12.4+1 | 7 ## 0.12.4+1 |
| 5 * Allow the name of an Intl.message to be "ClassName_methodName", as | 8 * Allow the name of an Intl.message to be "ClassName_methodName", as |
| 6 well as "functionName". This makes it easier to disambiguate | 9 well as "functionName". This makes it easier to disambiguate |
| 7 messages with the same name but in different classes. | 10 messages with the same name but in different classes. |
| 8 | 11 |
| 9 ## 0.12.4 | 12 ## 0.12.4 |
| 10 * Handle spaces in ARB files where we didn't handle them before, and | 13 * Handle spaces in ARB files where we didn't handle them before, and |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 canonicalizing. Previously anything of length > 6 was left completely alone. | 153 canonicalizing. Previously anything of length > 6 was left completely alone. |
| 151 | 154 |
| 152 ## 0.9.8 | 155 ## 0.9.8 |
| 153 | 156 |
| 154 * Add a "meaning" optional parameter for Intl.message to distinguish between | 157 * Add a "meaning" optional parameter for Intl.message to distinguish between |
| 155 two messages with identical text. | 158 two messages with identical text. |
| 156 | 159 |
| 157 * Handle two different messages with the same text. | 160 * Handle two different messages with the same text. |
| 158 | 161 |
| 159 * Allow complex string literals in arguments (e.g. multi-line) | 162 * Allow complex string literals in arguments (e.g. multi-line) |
| OLD | NEW |