Skip to content

v3.0.0

Latest

Choose a tag to compare

@janrg janrg released this 15 Aug 22:18
· 21 commits to master since this release
  • Switched to using Luxon instead of moment-timezone.
  • Changed all accessors to get() attributes
  • Added the properties invalidReason, nextDay, nextMonth, previousDay, previousMonth to the BadiDate class
  • Added the equals() method to the BadiDate class
  • Added the properties clockLocation, latitude, longitude, nextDay, nextMonth, previousDay, previousMonth,
    timezoneId to the LocalBadiDate class
  • 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