]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
merging from dev
authorTim Wood <washwithcare@gmail.com>
Mon, 13 Jun 2011 16:20:29 +0000 (09:20 -0700)
committerTim Wood <washwithcare@gmail.com>
Mon, 13 Jun 2011 16:20:29 +0000 (09:20 -0700)
1  2 
README.markdown

diff --cc README.markdown
index c7abb4bc126ff6bf80526e58bca5b66864a6d18e,40cb3abff5314c64d28966af54a69e043575dd6a..db9a0b36ac0aa934e0798d4a6fdfb05074be04f1
mode 100644,100755..100755
@@@ -591,13 -553,25 +553,29 @@@ Everyone who helped with [php.js date](
  
  [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.