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

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

Issue 535703003: Add a parseStrict method for parsing DateTimes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added a CHANGELOG.md entry Created 6 years, 3 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/lib/src/intl/date_format.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.7-dev 1 ## 0.11.7-dev
2 2
3 * Improved code layout of the package. 3 * Improved code layout of the package.
4 4
5 * Added a DateFormat.parseStrict method that rejects DateTimes with invalid
6 values and requires it to be the whole string.
7
5 ## 0.11.6 8 ## 0.11.6
6 9
7 * Catch analyzer errors and do not generate messages for that file. Previously 10 * Catch analyzer errors and do not generate messages for that file. Previously
8 this would stop the message extraction on syntax errors and not give error 11 this would stop the message extraction on syntax errors and not give error
9 messages as good as the compiler would produce. Just let the compiler do it. 12 messages as good as the compiler would produce. Just let the compiler do it.
10 13
11 ## 0.11.5 14 ## 0.11.5
12 15
13 * Change to work with both petitparser 1.1.x and 1.2.x versions. 16 * Change to work with both petitparser 1.1.x and 1.2.x versions.
14 17
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 68
66 * Add a "meaning" optional parameter for Intl.message to distinguish between 69 * Add a "meaning" optional parameter for Intl.message to distinguish between
67 two messages with identical text. 70 two messages with identical text.
68 71
69 * Handle two different messages with the same text. 72 * Handle two different messages with the same text.
70 73
71 * Allow complex string literals in arguments (e.g. multi-line) 74 * Allow complex string literals in arguments (e.g. multi-line)
72 75
73 76
74 77
OLDNEW
« no previous file with comments | « no previous file | pkg/intl/lib/src/intl/date_format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698