Changelog History
Page 9
-
v0.5.0 Changes
- ๐ Release Jun 13, 2011
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(yearNumber). Use_date([yearNumber]).isLeapYear()instead. Exposed customization options through the_date.relativeTime,_date.weekdays,_date.weekdaysShort,_date.months,_date.monthsShort, and_date.ordinalvariables instead of the_date.customize()function. -
v0.4.1 Changes
- ๐ Release May 9, 2011
โ Added date input formats for input strings.
-
v0.4.0 Changes
- ๐ Release May 9, 2011
โ Added underscore.date to npm. Removed dependencies on underscore.
-
v0.3.2 Changes
- ๐ Release Apr 9, 2011
โ Added
'z'and'zz'to_.date().format(). Cleaned up some redundant code to trim off some bytes. -
v0.3.1 Changes
- ๐ Release Mar 25, 2011
๐ Cleaned up the namespace. Moved all date manipulation and display functions to the _.date() object.
-
v0.3.0 Changes
- ๐ Release Mar 25, 2011
Switched to the Underscore methodology of not mucking with the native objects' prototypes. Made chaining possible.
-
v0.2.1 Changes
- ๐ Release
๐ Changed date names to be a more pseudo standardized 'dddd, MMMM Do YYYY, h:mm:ss a'. โ Added
Date.prototypefunctionsadd,subtract,isdst, andisleapyear. -
v0.2.0 Changes
- ๐ Release
๐ Changed function names to be more concise. ๐ Changed date format from php date format to custom format.
-
v0.1.0 Changes
- ๐ Release
๐ Initial release