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

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

Issue 414093003: Make deferred loading of message libraries optional (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add a new file I had missed Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/intl/bin/generate_from_arb.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.3
2
3 * Add a --[no]-use-deferred-loading flag to generate_from_arb.dart and
4 generally make the deferred loading of message libraries optional.
5
1 ## 0.11.2 6 ## 0.11.2
2 7
3 * Missed canonicalization of locales in one place in message library generation . 8 * Missed canonicalization of locales in one place in message library generation .
4 9
5 * Added a simple debug script for message_extraction_test. 10 * Added a simple debug script for message_extraction_test.
6 11
7 ## 0.11.1 12 ## 0.11.1
8 13
9 * Negative numbers were being parsed as positive. 14 * Negative numbers were being parsed as positive.
10 15
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 47
43 * Add a "meaning" optional parameter for Intl.message to distinguish between 48 * Add a "meaning" optional parameter for Intl.message to distinguish between
44 two messages with identical text. 49 two messages with identical text.
45 50
46 * Handle two different messages with the same text. 51 * Handle two different messages with the same text.
47 52
48 * Allow complex string literals in arguments (e.g. multi-line) 53 * Allow complex string literals in arguments (e.g. multi-line)
49 54
50 55
51 56
OLDNEW
« no previous file with comments | « no previous file | pkg/intl/bin/generate_from_arb.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698