Changelog
2.25.3
Remove package.json module property. It looks like webpack behaves differently for modules loaded via module vs jsnext:main.
Changelog
2.25.2
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.
Changelog
2.25.1
This is a quick patch release to address some of the issues raised after releasing 2.25.0.
Changelog
2.23.0 See full changelog
Release Dec 12, 2018
#4863 [new locale] added Kurdish language (ku)
#4417 [bugfix] isBetween should return false for invalid dates
#4700 [bugfix] Fix #4698: Use ISO WeekYear for HTML5_FMT.WEEK
#4563 [feature] Fix #4518: Add support to add/subtract ISO weeks
other locale changes, build process changes, typos
Changelog
2.22.1 See full changelog
Release Apr 14, 2018
#4495 [bugfix] Added HTML5_FMT to moment.d.ts
Minor locale improvements
QUnit upgrade and coveralls reporting
Changelog
2.22.0 See full changelog
Release Mar 30, 2018
#4423 [new locale] Added Mongolian locale mn
Various locale improvements
Minor misc changes
Changelog
2.21.0 See full changelog
Release Mar 2, 2018
#4391 [bugfix] Fix #4390: use offset properly in toISOString
#4310 [bugfix] Fix #3883 lazy load parentLocale in defineLocale, fallback to global if missing
#4085 [misc] Print console warning when setting non-existent locales
#4371 [misc] fix deprecated rollup options
New locales: ug-cn, en-il, tg
Various locale improvements