Changelog History
Page 1
-
v2.29.4 Changes
- ๐ Release Jul 6, 2022
- #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex
- ๐ Release Jul 6, 2022
-
v2.29.2 Changes
- ๐ Release Apr 3 2022
โ Address https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4
-
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.