All Versions
115
Latest Version
Avg Release Cycle
42 days
Latest Release
51 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.9.0 Changes
- โ Add
DateTime#toRelative
andDateTime#toRelativeCalendar
- โ Add
-
v1.8.3 Changes
- ๐ Allow "UTC" in the zone position of
fromSQL
- ๐ฎ Force
isDateTime
andisDuration
to return booleans in all cases
- ๐ Allow "UTC" in the zone position of
-
v1.8.2 Changes
- Trim leading \u200e characters from offset names in Edge 16 and 17
-
v1.8.1 Changes
- โ Add
DateTime.fromSeconds
andDateTime#toSeconds
- โ Add
-
v1.7.1 Changes
- Floor the seconds instead of rounding them when outputting the 'X' format
- ๐ Change the options to toLocale to override the configuration (the previous options were essentially ignored)
-
v1.6.2 Changes
- ๐ Fixing merge error that resulted in bad error messages
-
v1.6.0 Changes
- midly breaking Rework negative durations
- ๐ Fix handling weekdays at the end of leap week years
- โ Add isDuration, isDateTime, and isInterval
- ๐ Fix handling of Luxon object arguments passed from other execution contexts
-
v1.5.0 Changes
- ๐ Improved error message
- โ Added DateTime#invalidExplanation, Duration#invalidExplanation, Interval#invalidExplanation to provide more details on invalid objects
-
v1.4.6 Changes
- Cache Intl objects for an 85x speed up on basic operations using non-en locales
-
v1.4.5 Changes
- ๐ Fix minified builds