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

Changelog History
Page 3

  • v1.24.0 Changes

    May 03, 2020
    • Update polyfills for pollyfilled build
  • v1.23.0 Changes

    April 02, 2020
    • Allow minus sign prefix when creating Duration from ISO
  • v1.22.2 Changes

    March 25, 2020
    • Added more details to error messages for type errors
  • v1.22.1 Changes

    March 19, 2020
    • Added support for ISO basic format to DateTime#toISO
  • v1.22.0 Changes

    January 26, 2020
    • Fix setZone's handling of pre-1970 dates with milisecond components
    • Fix keepLocalTime for large jumps near the target zone's DST
    • Fix cache perf for toRelative()
  • v1.21.3 Changes

    November 27, 2019
    • Fix parsing of meridiems in macro tokens in newer versions of v8
  • v1.21.2 Changes

    November 18, 2019
    • Fix bug in Chrome Canary that threw off time zone calculations
  • v1.21.1 Changes

    November 03, 2019
    • Fix for quarter parsing
    • Some documentation updates
  • v1.21.0 Changes

    October 30, 2019
    • Added quarter support to the parser
    • Fix some rounding issues in ISO formatting
  • v1.20.0 Changes

    October 29, 2019
    • Added Duration#mapUnits
    • added Interval#toISODate and Interval#toISOTime
    • Some documentation fixes