Releases: caarmen/SunriseSunset
Releases · caarmen/SunriseSunset
1.1.1: `getDayLength()` returns a value in milliseconds
1.1.0
Added new methods:
getSolarNoon()
isCivilTwilight()
isNauticalTwilight()
isAstronomicalTwilight()
isTwilight()
getDayPeriod()
getDayLength()
Changed the behavior of isNight(). It now returns true if the given time is between the astronomical dusk and dawn. It previously returned true if the given time was between sunset and sunrise.