Skip to content

Releases: janrg/MeeusSunMoon

v3.0.0

15 Aug 13:54
Compare
Choose a tag to compare

Switched to using Luxon instead of moment-timezone.

Added function yearAllMoonPhases.

Breaking Changes:

  • Inputs and outputs are now Luxon DateTime objects instead of moment objects
  • Browser support for browsers not supported by Luxon dropped. Any reasonably modern browser will work. No version of IE is supported.
  • formatCI has been renamed to format
  • options renamed to settings
  • options.returnTimeForPNMS renamed to settings.returnTimeForNoEventCase
  • keys for settings.dateFormatKeys have been changed from ** to SUN_HIGH and from -- to SUN_LOW

v2.1.2

04 Jan 14:54
Compare
Choose a tag to compare

Updated dependencies, use moment import as global, added coverage

v2.1.1

17 Aug 13:42
Compare
Choose a tag to compare

Updated dependencies, fixed imports for node usage

v2.1.0

07 Oct 20:56
Compare
Choose a tag to compare

Added functions for civil, nautical, and astronomical dawn and dusk (i.e. when the center of the sun is 6°, 12°, and 18° below the horizon).

Initial release

25 Mar 13:19
Compare
Choose a tag to compare
v1.0.0

Initial version