Moment.js v1.7.0 Release Notes

    • ๐Ÿš€ Release Jul 26, 2012

    โž• Added moment.fn.endOf() and moment.fn.startOf().

    โž• Added validation via moment.fn.isValid().

    Made formatting method 3x faster. http://jsperf.com/momentjs-cached-format-functions

    โž• Add support for month/weekday callbacks in moment.fn.format()

    โž• Added instance specific languages.

    โž• Added two letter weekday abbreviations with the formatting token dd.

    โšก๏ธ Various language updates.

    ๐Ÿ›  Various bugfixes.