2.13.0 See full changelog
Enhancements:
- #2982 Add 'date' as alias to 'day' for startOf() and endOf().
- #2955 Add parsing negative components in durations when ISO 8601
- #2991 isBetween support for both open and closed intervals
- #3105 Add localeSorted argument to weekday listers
- #3102 Add k and kk formatting tokens
Bugfixes
- #3109 Fix #1756 Resolved thread-safe issue on server side.
- #3078 Fix parsing for months/weekdays with weird characters
- #3098 Use Z suffix when in UTC mode (#3020)
- #2995 Fix floating point rounding errors in durations
- #3059 fix bug where diff returns -0 in month-related diffs
- #3045 Fix mistaking any input for 'a' token
- #2877 Use explicit .valueOf() calls instead of coercion
- #3036 Year setter should keep time when DST changes
Plus 3 new locales and locale fixes.