| OLD | NEW |
| 1 ## 0.12.0+3 |
| 2 * Update pubspec dependencies to allow analyzer version 23. |
| 3 |
| 1 ## 0.12.0+2 | 4 ## 0.12.0+2 |
| 2 * No user impacting changes. Tighten up a couple method signatures to specify | 5 * No user impacting changes. Tighten up a couple method signatures to specify |
| 3 that int is required. | 6 that int is required. |
| 4 | 7 |
| 5 ## 0.12.0+1 | 8 ## 0.12.0+1 |
| 6 * Fixes bug with printing a percent or permille format with no fraction | 9 * Fixes bug with printing a percent or permille format with no fraction |
| 7 part and a number with no integer part. For example, print 0.12 with a | 10 part and a number with no integer part. For example, print 0.12 with a |
| 8 format pattern of "#%". The test for whether | 11 format pattern of "#%". The test for whether |
| 9 there was a printable integer part tested the basic number, so it ignored the | 12 there was a printable integer part tested the basic number, so it ignored the |
| 10 integer digits. This was introduced in 0.11.2 when we stopped multiplying | 13 integer digits. This was introduced in 0.11.2 when we stopped multiplying |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 canonicalizing. Previously anything of length > 6 was left completely alone. | 120 canonicalizing. Previously anything of length > 6 was left completely alone. |
| 118 | 121 |
| 119 ## 0.9.8 | 122 ## 0.9.8 |
| 120 | 123 |
| 121 * Add a "meaning" optional parameter for Intl.message to distinguish between | 124 * Add a "meaning" optional parameter for Intl.message to distinguish between |
| 122 two messages with identical text. | 125 two messages with identical text. |
| 123 | 126 |
| 124 * Handle two different messages with the same text. | 127 * Handle two different messages with the same text. |
| 125 | 128 |
| 126 * Allow complex string literals in arguments (e.g. multi-line) | 129 * Allow complex string literals in arguments (e.g. multi-line) |
| OLD | NEW |