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

Changelog History
Page 2

  • v2.2.0 Changes

    December 10, 2021
    • Allow offsets to pick among ambiguous times when both an offset and zone are provided to fromFormat
    • Fix a floating point bug in Duration.shiftTo()
  • v2.1.1 Changes

    November 08, 2021
    • Fix issue in quirky environments that lack hourCycle support and sometimes computed offsets 12 hours off
  • v2.1.0 Changes

    November 07, 2021
    • Stop special casing of Etc/GMT* zones
    • export fromDurationLike
    • memoize zone validation
    • Support for fractional elements in duration ISO parsing
    • Added uu and uuu tokens for fractional millisecond parsing
  • v2.0.2 Changes

    August 08, 2021

    🛠 Fix locale defaulting

  • v2.0.0 Changes

    ⬆️ See Upgrading section in README.md

  • v1.28.0 Changes

    July 03, 2021
    • Fix ISO parsing for offset specifiers in Year-Ordinal formats
  • v1.27.0 Changes

    May 08, 2021
    • Fix GMT zone parsing for older versions of Node
    • Support multiple units in toRelative
    • Various documentation updates
  • v1.26.0 Changes

    February 13, 2021
    • Add fromISOTime, toISOTime and toMillis to Duration (#803)
    • Fix padding of negative years in IsoDate (#871)
    • Fix hasSame unit comparison (#798)
    • Export VERSION information (#794)
    • Durations are considered equal with extra zero units. Fixes #809 (#811)
  • v1.25.0 Changes

    August 23, 2020
    • fix fromFormat with Intl formats containing non-breaking spaces
    • Support higher precisision in ISO milliseconds
    • Some fixes for 00:30 timezones
    • Fix some throwOnInvalid for invalid Intervals
    • Various doc fixes
    • Fix Interval#isSame for empty intervals
    • Mark package as side effect-free
    • Add support for intervals with a large number of seconds
  • v1.24.1 Changes

    May 04, 2020
    • Remove erroneous console.log call