All Versions
89
Latest Version
Avg Release Cycle
62 days
Latest Release
-

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.ordinal variables 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.prototype functions add, subtract, isdst, and isleapyear.

  • 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