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

Unified Diff: CHANGELOG.md

Issue 932093004: Add loose parsing option for dates, accepting mixed case and missing delimiters (Closed) Base URL: https://github.com/dart-lang/intl.git@master
Patch Set: Fix test that wasn't checking for exception Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/intl/date_format.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0dd3a9cdec23ab37d28665d3932b28c062a1c24b..02c4d4acae2a7b62c52aa95cfdceac137ed3d7d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.12.1
+ * Adds a DateFormat.parseLoose that accepts mixed case and missing
+ delimiters when parsing dates. It also allows arbitrary amounts of
+ whitespace anywhere that whitespace is expected. So, for example,
+ in en-US locale a yMMMd format would accept "SEP 3 2014", even
+ though it would generate "Sep 3, 2014". This is fairly limited, and
+ its reliability in other locales is not known.
+
## 0.12.0+3
* Update pubspec dependencies to allow analyzer version 23.
« no previous file with comments | « no previous file | lib/src/intl/date_format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698