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

Side by Side Diff: CHANGELOG.md

Issue 832073002: Make withLocale use a zone (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Mention that defaultLocale is superceded by withLocale Created 5 years, 11 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
« no previous file with comments | « no previous file | README.md » ('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.12.0
2 * Make withLocale and defaultLocale use a zone, so async operations
3 inside withLocale also get the correct locale. Bumping the version
4 as this might be considered breaking, or at least
5 behavior-changing.
6
1 ## 0.11.12 7 ## 0.11.12
2 * Number formatting now accepts "int-like" inputs that don't have to 8 * 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 9 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 10 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 11 multiplies the result, so it won't lose precision on a few additional
6 cases in JS. 12 cases in JS.
7 13
8 ## 0.11.11 14 ## 0.11.11
9 * Add a -no-embedded-plurals flag to reject plurals and genders that 15 * Add a -no-embedded-plurals flag to reject plurals and genders that
10 have either leading or trailing text around them. This follows the 16 have either leading or trailing text around them. This follows the
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 canonicalizing. Previously anything of length > 6 was left completely alone. 105 canonicalizing. Previously anything of length > 6 was left completely alone.
100 106
101 ## 0.9.8 107 ## 0.9.8
102 108
103 * Add a "meaning" optional parameter for Intl.message to distinguish between 109 * Add a "meaning" optional parameter for Intl.message to distinguish between
104 two messages with identical text. 110 two messages with identical text.
105 111
106 * Handle two different messages with the same text. 112 * Handle two different messages with the same text.
107 113
108 * Allow complex string literals in arguments (e.g. multi-line) 114 * Allow complex string literals in arguments (e.g. multi-line)
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698