All Versions
121
Latest Version
Avg Release Cycle
44 days
Latest Release
329 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.0 Changes
October 31, 2022- โ Add Duration.rescale
-
v3.0.4 Changes
September 24, 2022- ๐ Fix quarters in diffs (#1279)
- ๐ฆ Export package.json in package (#1239)
-
v3.0.2 Changes
August 28, 2022- Lots of doc changes
- โ Added DateTime.expandFormat
- โ Added support for custom conversion matrices in Durations
-
v3.0.1 Changes
July 09, 2022- โ Add DateTime.parseFormatForOpts
-
v3.0.0 Changes
July 09, 2022- โ Add "default" as an option for specifying a zone, and change "system" to really mean the system zone (breaking change)
-
v2.5.0 Changes
July 09, 2022- Support for ESM-style node imports
- Fix Wednesday parsing for RFC 850 strings
- Increase number of digits allowed in ISO durations
-
v2.4.0 Changes
May 08, 2022- Add support for parsing the ISO zone extension, like
2022-05-08T20:42:00.000+04:00[America/New_York"]
- Add an
extendedZone
option totoISO()
andtoISOTime
- Improvements to
DateTime.isInDST()
- Fix for parsing in Vietnames (and probably other languages)
- Add support for parsing the ISO zone extension, like
-
v2.3.2 Changes
April 17, 2022- ๐ Fix timezone calculations for negative years
- โ add week formatting token "w" for durations
- ๐ fix weekday computation for years 0-100
-
v2.3.1 Changes
February 23, 2022- Added an
includeOffsetSpace
option totoSQL
andtoSQLTime
- Added
toUnixInteger
- Don't use
-0
when negating durations with zeros in them
- Added an
-
v2.3.0 Changes
January 02, 2022- Major perf improvements to
toISO()
,toISODate()
,toISOTime()
, andtoSQLDate()
- Fixed date padding for negative years in
toISO()
- Added Duration#toHuman()
- Major perf improvements to