Releases: janrg/badiDate
Releases · janrg/badiDate
v3.0.0
- Switched to using Luxon instead of moment-timezone.
- Changed all accessors to
get()attributes - Added the properties
invalidReason,nextDay,nextMonth,previousDay,previousMonthto the BadiDate class - Added the
equals()method to theBadiDateclass - Added the properties
clockLocation,latitude,longitude,nextDay,nextMonth,previousDay,previousMonth,
timezoneIdto theLocalBadiDateclass - Some bugfixes
Breaking Changes:
- Inputs and outputs are now Luxon DateTime objects instead of moment objects
- Arrays and date strings can no longer be used in the constructors.
- Browser support for browsers not supported by Luxon dropped. Any reasonably modern
browser will work. No version of IE is supported. - Changed all accessors to
get()attributes