Better `splitDegrees`, exposed time constructors, Nakshatras
BREAKING CHANGE: splitDegrees
now takes options that reflect the options in the underlying library.
- Constructors for
JulianTime
andSiderealTime
are now exposed. - Introduce
SplitDegreesOption
enum for all options one can split degrees with; amendssplitDegrees
to take
said options as the first argument. splitDegreesZodiac
is unchanged, though a mere veneer for the now more powerfulsplitDegrees
.- Since
splitDegreesZodiac
goes the extra enum-mile to provide human-readable zodiac names, and the underlying
library can also split on Nakshatras, we now include theNakshatraName
enum. Names are from wikipedia
and I saw some variants, so please forgive any mispellings!