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

Changelog History
Page 9

  • v0.5.7 Changes

    • ➕ Added AMD build to the NPM package
    • 🐎 Large performance improvements to technical formatting (e.g. DateTime#toISO)
  • v0.5.6 Changes

    • 🔨 Refactor internals
    • ➕ Added support for fractional seconds in Duration.fromISO
    • ➕ Added browser global to the NPM package
  • v0.5.5 Changes

    • 🛠 Best-we-can-do fix for DateTime#toLocaleString() for fixed-offset zones when showing the zone name in the output
    • 🛠 Fixed Duration#shiftTo for unormalized Durations that need a rollup cascade
  • v0.5.4 Changes

    • 🛠 Fix default locales in Node
    • 🛠 Fix prototype to help with React inspection
    • 👌 Improve REPL output for Durations in Node
  • v0.5.3 Changes

    • ✂ Remove errant ICU runtime dep (again)
  • v0.5.2 Changes

    • ✂ Remove comments from minified builds (introduced by 0.5.1)
  • v0.5.1 Changes

    • 🛠 Fixed minified builds (oops)
    • 🛠 Fix computation of fractional parts of diffs
  • v0.5.0 Changes

    • isBefore() returns true for the end of the interval, consistent with being half-open
    • zoneName now rturns null for invalid DateTimes
    • ➕ Added quarter support
    • ➕ Adding a month to Jan 31 gives Feb 28/29
  • v0.4.0 Changes

    • 📜 Always round down to the nearest millisecond when parsing
  • v0.3.1 Changes

    • 🛠 Fixed toLocaleString for fixed-offset zones in the absence of Intl
    • ➕ Added Info.isValidIANAZone
    • Made malformed zone specifiers result in invalid DateTime instances