From 759e59efffc36c1e15b8c797bb909d6c8024936b Mon Sep 17 00:00:00 2001 From: eight Date: Tue, 23 Feb 2016 05:29:27 +0800 Subject: [PATCH] Add 2.2.0 changelog --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7801568..cb81e69 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,10 @@ angular.controller("myController", function(datetime){ Check demo page for live example. ```HTML + + ``` Parsing errors @@ -84,6 +86,8 @@ Parsing errors * TEXT_MISMATCH * NUMBER_MISMATCH * NUMBER_TOOSHORT +* NUMBER_TOOSMALL +* LEADING_ZERO * SELECT_MISMATCH * SELECT_INCOMPLETE * REGEX_MISMATCH @@ -102,7 +106,11 @@ Todos Changelog --------- -* Version 2.1.0 (Jan 12, 2016): +* 2.2.0 (Feb 23, 2016) + - Add new error type "LEADING_ZERO", "NUMBER_TOOSMALL". + - Use the behavior introduced in #18. + - Add `default` attribute. +* 2.1.0 (Jan 12, 2016) - Add `datetime-utc` option. -* Version 2.0.1 (Jan 1, 2016): +* 2.0.1 (Jan 1, 2016) - Add MIT License