Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: pkg/intl/CHANGELOG.md

Issue 607153002: Support percent/permille formats with positive and negative variations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update CHANGELOG.md and bump package version number Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/intl/lib/src/intl/number_format.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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)
OLDNEW
« no previous file with comments | « no previous file | pkg/intl/lib/src/intl/number_format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698