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

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

Issue 670933004: Fix a couple of Dart style naming violations in Intl (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes Created 6 years, 1 month 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/bin/generate_from_arb.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.10
2 * Fix some style glitches with naming. The only publicly visible one
3 is DateFormat.parseUtc, but the parseUTC variant is still retained
4 for backward-compatibility.
5
1 ## 0.11.9 6 ## 0.11.9
2 * Fix bug with per-mille parsing (only divided by 100, not 1000) 7 * Fix bug with per-mille parsing (only divided by 100, not 1000)
3 8
4 * Support percent and per-mille formats with both positive and negative 9 * Support percent and per-mille formats with both positive and negative
5 variations. Previously would throw an exception for too many modifiers. 10 variations. Previously would throw an exception for too many modifiers.
6 11
7 ## 0.11.8 12 ## 0.11.8
8 13
9 * Support NumberFormats with two different grouping sizes, e.g. 14 * Support NumberFormats with two different grouping sizes, e.g.
10 1,23,45,67,890 15 1,23,45,67,890
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 canonicalizing. Previously anything of length > 6 was left completely alone. 82 canonicalizing. Previously anything of length > 6 was left completely alone.
78 83
79 ## 0.9.8 84 ## 0.9.8
80 85
81 * Add a "meaning" optional parameter for Intl.message to distinguish between 86 * Add a "meaning" optional parameter for Intl.message to distinguish between
82 two messages with identical text. 87 two messages with identical text.
83 88
84 * Handle two different messages with the same text. 89 * Handle two different messages with the same text.
85 90
86 * Allow complex string literals in arguments (e.g. multi-line) 91 * Allow complex string literals in arguments (e.g. multi-line)
OLDNEW
« no previous file with comments | « no previous file | pkg/intl/bin/generate_from_arb.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698