OLD | NEW |
| 1 ## 0.11.9 |
| 2 * Fix bug with per-mille parsing (only divided by 100, not 1000) |
| 3 |
| 4 * Support percent and per-mille formats with both positive and negative |
| 5 variations. Previously would throw an exception for too many modifiers. |
| 6 |
1 ## 0.11.8 | 7 ## 0.11.8 |
2 | 8 |
3 * Support NumberFormats with two different grouping sizes, e.g. | 9 * Support NumberFormats with two different grouping sizes, e.g. |
4 1,23,45,67,890 | 10 1,23,45,67,890 |
5 | 11 |
6 ## 0.11.7 | 12 ## 0.11.7 |
7 * Moved petitparser into a regular dependency so pub run works. | 13 * Moved petitparser into a regular dependency so pub run works. |
8 | 14 |
9 * Improved code layout of the package. | 15 * Improved code layout of the package. |
10 | 16 |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 canonicalizing. Previously anything of length > 6 was left completely alone. | 77 canonicalizing. Previously anything of length > 6 was left completely alone. |
72 | 78 |
73 ## 0.9.8 | 79 ## 0.9.8 |
74 | 80 |
75 * Add a "meaning" optional parameter for Intl.message to distinguish between | 81 * Add a "meaning" optional parameter for Intl.message to distinguish between |
76 two messages with identical text. | 82 two messages with identical text. |
77 | 83 |
78 * Handle two different messages with the same text. | 84 * Handle two different messages with the same text. |
79 | 85 |
80 * Allow complex string literals in arguments (e.g. multi-line) | 86 * Allow complex string literals in arguments (e.g. multi-line) |
OLD | NEW |