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

Side by Side Diff: CHANGELOG.md

Issue 1244843002: Allow ClassName_methodName for a message name, easier to disambiguate duplicates (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Created 5 years, 5 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.4+1
2 * Allow the name of an Intl.message to be "ClassName_methodName", as
3 well as "functionName". This makes it easier to disambiguate
4 messages with the same name but in different classes.
5
1 ## 0.12.4 6 ## 0.12.4
2 * Handle spaces in ARB files where we didn't handle them before, and 7 * Handle spaces in ARB files where we didn't handle them before, and
3 where Google translation toolkit is now putting them. 8 where Google translation toolkit is now putting them.
4 9
5 ## 0.12.3 10 ## 0.12.3
6 11
7 * Use latest version of 'analyzer' and 'args' packages. 12 * Use latest version of 'analyzer' and 'args' packages.
8 13
9 ## 0.12.2+1 14 ## 0.12.2+1
10 * Adds a special locale name "fallback" in verifiedLocale. So if a translation 15 * Adds a special locale name "fallback" in verifiedLocale. So if a translation
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 canonicalizing. Previously anything of length > 6 was left completely alone. 147 canonicalizing. Previously anything of length > 6 was left completely alone.
143 148
144 ## 0.9.8 149 ## 0.9.8
145 150
146 * Add a "meaning" optional parameter for Intl.message to distinguish between 151 * Add a "meaning" optional parameter for Intl.message to distinguish between
147 two messages with identical text. 152 two messages with identical text.
148 153
149 * Handle two different messages with the same text. 154 * Handle two different messages with the same text.
150 155
151 * Allow complex string literals in arguments (e.g. multi-line) 156 * 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