All Versions
121
Latest Version
Avg Release Cycle
44 days
Latest Release
690 days ago
Changelog History
Page 9
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
- ๐ Best-we-can-do fix for
-
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-openzoneName
now rturnsnull
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
- ๐ Fixed