v0.37.0
What's Changed
This minor release adds inference for a new DateTime()
class that extends the native JavaScript Date
object with added functionality around handling leap seconds, as well as adding support for calculating refraction adjusted local horizon dips for an observer.
Features
- feat: add iers module to @observerly/astrometry. by @michealroberts in #183
- feat: add LEAP_SECONDS IANA table to iers module in @observerly/astrometry. by @michealroberts in #184
- chore: amend .vscode/settings.json with configurations in @observerly/astrometry. by @michealroberts in #185
- feat: add DateTime extends Date class to time module in @observerly/astrometry. by @michealroberts in #186
- feat: add EARTH_RADIUS constant to @observerly/astrometry. by @michealroberts in #189
- feat: add observer module to @observerly/astrometry. by @michealroberts in #190
- feat: add getLocalHorizon() to observer module in @observerly/astrometry. by @michealroberts in #191
Full Changelog: v0.36.0...v0.37.0