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

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

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 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
« no previous file with comments | « packages/dart_style/tool/grind.dart ('k') | packages/intl/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.4+3
2 * update analyzer to '<0.28.0' and fixnum to '<0.11.0'
3
1 ## 0.12.4+2 4 ## 0.12.4+2
2 * update analyzer to '<0.27.0' 5 * update analyzer to '<0.27.0'
3 6
4 ## 0.12.4+1 7 ## 0.12.4+1
5 * Allow the name of an Intl.message to be "ClassName_methodName", as 8 * Allow the name of an Intl.message to be "ClassName_methodName", as
6 well as "functionName". This makes it easier to disambiguate 9 well as "functionName". This makes it easier to disambiguate
7 messages with the same name but in different classes. 10 messages with the same name but in different classes.
8 11
9 ## 0.12.4 12 ## 0.12.4
10 * Handle spaces in ARB files where we didn't handle them before, and 13 * Handle spaces in ARB files where we didn't handle them before, and
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 canonicalizing. Previously anything of length > 6 was left completely alone. 153 canonicalizing. Previously anything of length > 6 was left completely alone.
151 154
152 ## 0.9.8 155 ## 0.9.8
153 156
154 * Add a "meaning" optional parameter for Intl.message to distinguish between 157 * Add a "meaning" optional parameter for Intl.message to distinguish between
155 two messages with identical text. 158 two messages with identical text.
156 159
157 * Handle two different messages with the same text. 160 * Handle two different messages with the same text.
158 161
159 * Allow complex string literals in arguments (e.g. multi-line) 162 * Allow complex string literals in arguments (e.g. multi-line)
OLDNEW
« no previous file with comments | « packages/dart_style/tool/grind.dart ('k') | packages/intl/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698