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

Side by Side Diff: CHANGELOG.md

Issue 904473002: Update analyzer version (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Created 5 years, 10 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 | pubspec.yaml » ('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+3
2 * Update pubspec dependencies to allow analyzer version 23.
3
1 ## 0.12.0+2 4 ## 0.12.0+2
2 * No user impacting changes. Tighten up a couple method signatures to specify 5 * No user impacting changes. Tighten up a couple method signatures to specify
3 that int is required. 6 that int is required.
4 7
5 ## 0.12.0+1 8 ## 0.12.0+1
6 * Fixes bug with printing a percent or permille format with no fraction 9 * Fixes bug with printing a percent or permille format with no fraction
7 part and a number with no integer part. For example, print 0.12 with a 10 part and a number with no integer part. For example, print 0.12 with a
8 format pattern of "#%". The test for whether 11 format pattern of "#%". The test for whether
9 there was a printable integer part tested the basic number, so it ignored the 12 there was a printable integer part tested the basic number, so it ignored the
10 integer digits. This was introduced in 0.11.2 when we stopped multiplying 13 integer digits. This was introduced in 0.11.2 when we stopped multiplying
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 canonicalizing. Previously anything of length > 6 was left completely alone. 120 canonicalizing. Previously anything of length > 6 was left completely alone.
118 121
119 ## 0.9.8 122 ## 0.9.8
120 123
121 * Add a "meaning" optional parameter for Intl.message to distinguish between 124 * Add a "meaning" optional parameter for Intl.message to distinguish between
122 two messages with identical text. 125 two messages with identical text.
123 126
124 * Handle two different messages with the same text. 127 * Handle two different messages with the same text.
125 128
126 * Allow complex string literals in arguments (e.g. multi-line) 129 * Allow complex string literals in arguments (e.g. multi-line)
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698