From: Tim Wood Date: Thu, 26 Apr 2012 20:53:03 +0000 (-0700) Subject: Adding readme for 1.6.0 X-Git-Tag: 1.6.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec953657cc7b2e0e3c410bb9cc9796267d81a71;p=thirdparty%2Fmoment.git Adding readme for 1.6.0 --- diff --git a/README.markdown b/README.markdown index e8c508231..b91dc21b6 100755 --- a/README.markdown +++ b/README.markdown @@ -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`.