]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Adding readme for 1.6.0
authorTim Wood <washwithcare@gmail.com>
Thu, 26 Apr 2012 20:53:03 +0000 (13:53 -0700)
committerTim Wood <washwithcare@gmail.com>
Thu, 26 Apr 2012 20:53:03 +0000 (13:53 -0700)
README.markdown

index e8c508231e7784cc57193f357f64cdf852a20133..b91dc21b6b4e959b2e307d3a628faf83162ff24c 100755 (executable)
@@ -55,6 +55,27 @@ The `master` branch should always have the latest stable version. When bugfix or
 Changelog
 =========
 
+
+### 1.6.0 [See discussion](https://github.com/timrwood/moment/pull/268)
+
+Added Durations.
+
+Revamped parser to support parsing non-separated strings (YYYYMMDD vs YYYY-MM-DD).
+
+Added support for millisecond parsing and formatting tokens (S SS SSS)
+
+Added a getter for `moment.lang()`
+
+Various bugfixes.
+
+### 1.5.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=10&page=1&state=closed)
+
+Added UTC mode.
+
+Added automatic ISO8601 parsing.
+
+Various bugfixes.
+
 ### 1.4.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=8&state=closed)
 
 Added `moment.fn.toDate` as a replacement for `moment.fn.native`.