From: Tim Wood Date: Fri, 11 Mar 2011 22:43:00 +0000 (-0800) Subject: updated to 0.2.1 X-Git-Tag: 0.3.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=888088a3f971cb49b41150ef20e8bf109c275bbf;p=thirdparty%2Fmoment.git updated to 0.2.1 --- diff --git a/README.markdown b/README.markdown index aecec6519..affd23ba9 100644 --- a/README.markdown +++ b/README.markdown @@ -306,12 +306,21 @@ The strings used in _.fromnow() and _.relativetime(). For the values for _.relativetime(), a lowercase character refers to the singular, and an uppercase character refers to the plural. -Roadmap -------- +Thanks +------ + +The folks over at [date.js](http://code.google.com/p/datejs/). + +[Ryan McGeary](http://ryan.mcgeary.org/) for his work on the [jQuery timeago plugin](http://timeago.yarp.com/). Changelog --------- +### 0.2.1 + +Changed date names to be a more pseudo standardized 'dddd, MMMM Do YYYY, h:mm:ss a'. +Added `Date.prototype` functions `add`, `subtract`, `isdst`, and `isleapyear`. + ### 0.2.0 Changed function names to be more concise.