From: Tim Wood Date: Sat, 15 Oct 2011 00:22:16 +0000 (-0700) Subject: Cleaning up docs a bit for rename X-Git-Tag: 1.0.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c935e856f91ac430ce00fef1e69b033f69d8be5;p=thirdparty%2Fmoment.git Cleaning up docs a bit for rename --- diff --git a/README.markdown b/README.markdown index dc8860a9b..606b105ff 100755 --- a/README.markdown +++ b/README.markdown @@ -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