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

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

Issue 778293002: Make number formatting in Intl able to work with Int64 or other types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Increment version, update CHANGELOG Created 6 years 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.12
2 * Number formatting now accepts "int-like" inputs that don't have to
3 conform to the num interface. In particular, you can now pass an Int64
4 from the fixnum package and format it. In addition, this no longer
5 multiplies the result, so it won't lose precision on a few additional
6 cases in JS.
7
1 ## 0.11.11 8 ## 0.11.11
2 * Add a -no-embedded-plurals flag to reject plurals and genders that 9 * Add a -no-embedded-plurals flag to reject plurals and genders that
3 have either leading or trailing text around them. This follows the 10 have either leading or trailing text around them. This follows the
4 ICU recommendation that a plural or gender should contain the 11 ICU recommendation that a plural or gender should contain the
5 entire phrase/sentence, not just part of it. 12 entire phrase/sentence, not just part of it.
6 13
7 ## 0.11.10 14 ## 0.11.10
8 * Fix some style glitches with naming. The only publicly visible one 15 * Fix some style glitches with naming. The only publicly visible one
9 is DateFormat.parseUtc, but the parseUTC variant is still retained 16 is DateFormat.parseUtc, but the parseUTC variant is still retained
10 for backward-compatibility. 17 for backward-compatibility.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 canonicalizing. Previously anything of length > 6 was left completely alone. 99 canonicalizing. Previously anything of length > 6 was left completely alone.
93 100
94 ## 0.9.8 101 ## 0.9.8
95 102
96 * Add a "meaning" optional parameter for Intl.message to distinguish between 103 * Add a "meaning" optional parameter for Intl.message to distinguish between
97 two messages with identical text. 104 two messages with identical text.
98 105
99 * Handle two different messages with the same text. 106 * Handle two different messages with the same text.
100 107
101 * Allow complex string literals in arguments (e.g. multi-line) 108 * 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