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