]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Adding changelog for last 4 releases
authorTim Wood <washwithcare@gmail.com>
Thu, 5 Jan 2012 18:11:50 +0000 (10:11 -0800)
committerTim Wood <washwithcare@gmail.com>
Thu, 5 Jan 2012 18:11:50 +0000 (10:11 -0800)
README.markdown

index cfedd967401a7786047e86e0c07af1c0ffe2311a..a61bdf57f66b0d7aba3b4cd0d6520434cb928038 100755 (executable)
@@ -31,6 +31,34 @@ Moment.js is freely distributable under the terms of the MIT license.
 Changelog
 =========
 
+### 1.3.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=7&state=closed)
+
+Added support for parsing month names in the current language.
+
+Added escape blocks for parsing tokens.
+
+Added `moment.fn.calendar` to format strings like 'Today 2:30 PM', 'Tomorrow 1:25 AM', and 'Last Sunday 4:30 AM'.
+
+Added `moment.fn.day` as a setter.
+
+Various bugfixes
+
+### 1.2.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=4&state=closed)
+
+Added timezones to parser and formatter.
+
+Added `moment.fn.isDST`.
+
+Added `moment.fn.zone` to get the timezone offset in minutes.
+
+### 1.1.2 [See milestone](https://github.com/timrwood/moment/issues?milestone=6&state=closed)
+
+Various bugfixes
+
+### 1.1.1 [See milestone](https://github.com/timrwood/moment/issues?milestone=5&state=closed)
+
+Added time specific diffs (months, days, hours, etc)
+
 ### 1.1.0
 
 Added `moment.fn.format` localized masks. 'L LL LLL LLLL' [issue 29](https://github.com/timrwood/moment/pull/29)