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

Changelog History
Page 1

  • v2.29.4 Changes

    • 🚀 Release Jul 6, 2022
      • #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex
  • v2.29.3 Changes

    • 🚀 Release Apr 17, 2022
      • #5995 [bugfix] Remove const usage
      • #5990 misc: fix advisory link
  • v2.29.1 Changes

    • 🚀 Release Oct 6, 2020

    🛠 Updated deprecation message, bugfix in hi locale

  • v2.29.0 Changes

    • 🚀 Release Sept 22, 2020

    🆕 New locales (es-mx, bn-bd). 🛠 Minor bugfixes and locale improvements. ✅ More tests. 🚧 Moment is in maintenance mode. Read more at this link: 📄 https://momentjs.com/docs/#/-project-status/

  • v2.28.0 Changes

    • 🚀 Release Sept 13, 2020

    🛠 Fix bug where .format() modifies original instance, and locale updates

  • v2.27.0 Changes

    June 18, 2020
    • 🚀 Release June 18, 2020

    âž• Added Turkmen locale, other locale improvements, slight TypeScript fixes

  • v2.26.0 Changes

    May 20, 2020
    • 🚀 Release May 19, 2020

    🛠 TypeScript fixes and many locale improvements

  • v2.25.3 Changes

    May 12, 2020
    • 🚀 Release May 4, 2020

    ✂ Remove package.json module property. It looks like webpack behaves differently for modules loaded via module vs jsnext:main.

  • v2.25.2 Changes

    May 04, 2020
    • 🚀 Release May 4, 2020

    🚀 This release includes ES Module bundled moment, separate from it's source code under dist/ folder. This might alleviate issues with finding the `./locale subfolder for loading locales. This might also mean now webpack will bundle all locales automatically, unless told otherwise.