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

Changelog History
Page 7

  • v2.2.0 Changes

    • ๐Ÿš€ Release Sep 11, 2013

    โž• Added bower support.

    Language files now use UMD.

    0๏ธโƒฃ Creating moment defaults to current date/month/year.

    โž• Added a bundle of moment and all language files.

  • v2.1.0 Changes

    • ๐Ÿš€ Release Jul 8, 2013

    โž• Added better week support.

    โž• Added ability to set offset with moment#zone.

    โž• Added ability to set month or weekday from a string.

    โž• Added moment#min and moment#max

  • v2.0.0 Changes

    • ๐Ÿš€ Release Feb 9, 2013

    โž• Added short form localized tokens.

    โž• Added ability to define language a string should be parsed in.

    โž• Added support for reversed add/subtract arguments.

    โž• Added support for endOf('week') and startOf('week').

    ๐Ÿ›  Fixed the logic for moment#diff(Moment, 'months') and moment#diff(Moment, 'years')

    moment#diff now floors instead of rounds.

    Normalized moment#toString.

    โž• Added isSame, isAfter, and isBefore methods.

    โž• Added better week support.

    โž• Added moment#toJSON

    ๐Ÿ›  Bugfix: Fixed parsing of first century dates

    ๐Ÿ›  Bugfix: Parsing 10Sep2001 should work as expected

    ๐Ÿ›  Bugfix: Fixed weirdness with moment.utc() parsing.

    ๐Ÿ”„ Changed language ordinal method to return the number + ordinal instead of just the ordinal.

    ๐Ÿ”„ Changed two digit year parsing cutoff to match strptime.

    โœ‚ Removed moment#sod and moment#eod in favor of moment#startOf and moment#endOf.

    โœ‚ Removed moment.humanizeDuration() in favor of moment.duration().humanize().

    โœ‚ Removed the lang data objects from the top level namespace.

    Duplicate Date passed to moment() instead of referencing it.

  • v1.7.2 Changes

    • ๐Ÿš€ Release Oct 2, 2012

    ๐Ÿ›  Bugfixes

  • v1.7.1 Changes

    • ๐Ÿš€ Release Oct 1, 2012

    ๐Ÿ›  Bugfixes

  • v1.7.0 Changes

    • ๐Ÿš€ 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.

  • v1.6.0 Changes

    • ๐Ÿš€ Release Apr 26, 2012

    โž• Added Durations.

    ๐Ÿ“œ Revamped parser to support parsing non-separated strings (YYYYMMDD vs YYYY-MM-DD).

    โž• Added support for millisecond parsing and formatting tokens (S SS SSS)

    โž• Added a getter for moment.lang()

    ๐Ÿ›  Various bugfixes.

    ๐Ÿš€ There are a few things deprecated in the 1.6.0 release.

    ๐Ÿ‘€ 1. The format tokens z and zz (timezone abbreviations like EST CST MST etc) will no longer be supported. Due to inconsistent browser support, we are unable to consistently produce this value. See this issue for more background.

    ๐Ÿ—„ 2. The method moment.fn.native is deprecated in favor of moment.fn.toDate. There continue to be issues with Google Closure Compiler throwing errors when using native, even in valid instances.

    ๐Ÿ‘€ 3. The way to customize am/pm strings is being changed. This would only affect you if you created a custom language file. For more information, see this issue.

  • v1.5.0 Changes

    • ๐Ÿš€ Release Mar 20, 2012

    โž• Added UTC mode.

    โž• Added automatic ISO8601 parsing.

    ๐Ÿ›  Various bugfixes.

  • v1.4.0 Changes

    • ๐Ÿš€ Release Feb 4, 2012

    โž• Added moment.fn.toDate as a replacement for moment.fn.native.

    โž• Added moment.fn.sod and moment.fn.eod to get the start and end of day.

    ๐Ÿ›  Various bugfixes.

  • v1.3.0 Changes

    • ๐Ÿš€ Release Jan 5, 2012

    โž• Added support for parsing month names in the current language.

    โž• Added escape blocks for parsing tokens.

    โž• Added moment.fn.calendar to format strings like 'Today 2:30 PM', 'Tomorrow 1:25 AM', and 'Last Sunday 4:30 AM'.

    โž• Added moment.fn.day as a setter.

    ๐Ÿ›  Various bugfixes