]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Cleaning up docs a bit for rename
authorTim Wood <washwithcare@gmail.com>
Sat, 15 Oct 2011 00:22:16 +0000 (17:22 -0700)
committerTim Wood <washwithcare@gmail.com>
Sat, 15 Oct 2011 00:22:16 +0000 (17:22 -0700)
README.markdown

index dc8860a9bb8beae0a421b161fa2d3143ad1be888..606b105ff85a25ff95b63e1f522be8540d2e0f86 100755 (executable)
@@ -1,15 +1,13 @@
-Underscore.date
-===============
+Moment
+======
 
-Underscore.date is a javascript date library that helps create, manipulate, and format dates without extending the `Date` prototype.
+Moment is a javascript date library that helps create, manipulate, and format dates without extending the `Date` prototype.
 
 Author: Tim Wood
 
-Version: 0.6.1
-
-**Note:** There are some api changes that will break your code when upgrading from 0.4.1 to 0.5.0. Read about the changes in the changelog at the bottom of the page.
+Version: 0.7.0
 
-### 1.8 kb (min + gzip)
+### 2.2 kb (min + gzip)
 
 Where to use it
 ===============
@@ -707,11 +705,18 @@ Everyone who helped with [php.js date](http://phpjs.org/functions/date:380).
 License
 =======
 
-Underscore.date is freely distributable under the terms of the MIT license.
+Moment is freely distributable under the terms of the MIT license.
 
 Changelog
 =========
 
+### 0.7.0
+
+Added convenience methods for getting and setting date parts
+Added better support for `moment.add()`
+Added better lang support in node
+Renamed library from underscore.date to moment
+
 ### 0.6.1
 
 Added Portuguese, Italian, and French language support