[Ryan McGeary](http://ryan.mcgeary.org/) for his work on the [jQuery timeago plugin](http://timeago.yarp.com/).
+ License
+ =======
+
+ Underscore.date is freely distributable under the terms of the MIT license.
+
Changelog
- ---------
+ =========
+
+ ### 0.5.0
+
+ Dropped the redundant `_date.date()` in favor of `_date()`.
+ Removed `_date.now()`, as it is a duplicate of `_date()` with no parameters.
+ Removed `_date.isLeapYear(yearNuumber)`. Use `_date([yearNumber]).isLeapYear()` instead.
+ Exposed customization options through the `_date.relativeTime`, `_date.weekdays`, `_date.weekdaysShort`, `_date.months`, `_date.monthsShort`, and `_date.ordinal` variables instead of the `_date.customize()` function.
+
+ ### 0.4.1
+
+ Added date input formats for input strings.
+### 0.4.1
+
+Added date input formats for input strings.
+
### 0.4.0
Added underscore.date to npm. Removed dependancies on underscore.