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

Changelog History
Page 4

  • v2.15.2 Changes

    • ๐Ÿš€ Release Oct 23, 2016
    • #3525 Speedup month standalone/format regexes (IMPORTANT)
    • #3466 Fix typo of Javanese
  • v2.15.1 Changes

    • ๐Ÿš€ Release Sept 20, 2016
    • โช #3438 Fix locale autoload, revert #3344
  • v2.15.0 Changes

    • ๐Ÿš€ Release Sept 12, 2016
  • v2.14.1 Changes

    • ๐Ÿš€ Release July 20, 2016
    • #3280 Fix typescript definitions
  • v2.14.0 Changes

    • ๐Ÿš€ Release July 20, 2016
  • v2.13.0 Changes

    • ๐Ÿš€ Release April 18, 2016
  • v2.12.0 Changes

    • ๐Ÿš€ Release March 7, 2016
  • v2.11.2 Changes

    • ๐Ÿš€ Release February 7, 2016

    • #2939 use full-string match to speed up aspnet regex match

  • v2.11.1 Changes

    • ๐Ÿš€ Release January 9, 2016
  • v2.11.0 Changes

    • ๐Ÿš€ Release January 4, 2016

    • #2624 Proper handling of invalid moments

    • ๐Ÿ“œ #2634 Fix strict month parsing issue in cs,ru,sk

    • #2735 Reset the locale back to 'en' after defining all locales in min/locales.js

    • #2702 Week rework

    • #2746 Changed September Abbreviation to "Sept" in locale-specific english files and default locale file

    • #2646 Fix #2645 - invalid dates pre-1970

    • #2641 Implement basic format and comma as ms separator in ISO 8601

    • ๐Ÿ“œ #2665 Implement stricter weekday parsing

    • ๐Ÿ“œ #2700 Add [Hh]mm and [Hh]mmss formatting tokens, so you can parse 123 with hmm for example

    • #2565 #2835 Expose arguments used for moment creation with creationData (fix #2443)

    • ๐Ÿ‘ #2648 fix issue #2640: support instanceof operator

    • #2709 Add isSameOrAfter and isSameOrBefore comparison methods

    • #2721 Fix moment creation from object with strings values

    • #2740 Enable 'd hh:mm:ss.sss' format for durations

    • ๐Ÿ‘ #2766 #2833 Alternate Clock Source Support