All Versions
121
Latest Version
Avg Release Cycle
44 days
Latest Release
542 days ago

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 to toISO() and toISOTime
    • Improvements to DateTime.isInDST()
    • Fix for parsing in Vietnames (and probably other languages)
  • 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 to toSQL and toSQLTime
    • Added toUnixInteger
    • Don't use -0 when negating durations with zeros in them
  • v2.3.0 Changes

    January 02, 2022
    • Major perf improvements to toISO(), toISODate(), toISOTime(), and toSQLDate()
    • Fixed date padding for negative years in toISO()
    • Added Duration#toHuman()