Skip to content

Releases: observerly/astrometry

v0.5.0

21 Aug 12:28
Compare
Choose a tag to compare

What's Changed

Bundle

  • chore: Updated package.json with { exports } defined for self reference in @observerly/astrometry.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

21 Aug 12:07
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added getLunarAnnualEquationCorrection() to moon module in @observerly/astrometry. by @michealroberts in #49

Chores

  • chore: Amended vite.config.ts library build options in @observerly/astrometry. by @michealroberts in #50

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Aug 11:24
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added convertEquatorialToHorizontal() to coordinates module in … by @michealroberts in #23
  • feat: Added earth module to @observerly/astrometry. by @michealroberts in #24
  • feat: Added getEccentricityOfOrbit() to earth module in @observerly/astrometry. by @michealroberts in #25
  • feat: Added refraction module to @observerly/astrometry. by @michealroberts in #26
  • feat: Added getCorrectionToHorizontalForRefraction() to refraction mo… by @michealroberts in #27
  • feat: Added getNormalizedAzimuthalDegree() to utilities module in @observerly/astrometry. by @michealroberts in #28
  • feat: Added getNormalizedInclinationDegree() to utilities module in @observerly/astrometry. by @michealroberts in #29
  • feat: Added constants module to @observerly/astrometry. by @michealroberts in #30
  • feat: Added J1900 to constants module in @observerly/astrometry. by @michealroberts in #31
  • feat: Added J1970 to constants module in @observerly/astrometry. by @michealroberts in #32
  • feat: Added J2000 to constants module in @observerly/astrometry. by @michealroberts in #33
  • feat: Added seeing module to @observerly/astrometry. by @michealroberts in #34
  • feat: Added getAirmassPickering() to seeing module in @observerly/astrometry. by @michealroberts in #35
  • feat: Added moon module to @observerly/astrometry. by @michealroberts in #36
  • feat: Added getMeanAnomaly() to moon module in @observerly/astrometry. by @michealroberts in #37
  • feat: Added getMeanGeometricLongitude() to moon module in @observerly/astrometry. by @michealroberts in #38
  • feat: Added getMeanEclipticLongitude() to moon module in @observerly/… by @michealroberts in #39
  • feat: Added sun module to @observerly/astrometry. by @michealroberts in #40
  • feat: Added getSolarMeanAnomaly() to sun module in @observerly/astrom… by @michealroberts in #42
  • feat: Added getSolarEquationOfCenter() to sun module in @observerly/astrometry. by @michealroberts in #43
  • feat: Added getSolarMeanGeometricLongitude() to sun module in @observerly/astrometry. by @michealroberts in #44
  • feat: Added getSolarTrueGeometricLongitude() to sun module in @observ… by @michealroberts in #45
  • feat: Added getSolarTrueAnomaly() to sun module in @observerly/astrometry. by @michealroberts in #46
  • feat: Added getSolarEclipticLongitude() to sun module in @observerly/astrometry. by @michealroberts in #47
  • feat: Added getSolarEquatorialCoordinate() to sun module in @observer… by @michealroberts in #48

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Aug 13:21
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Aug 11:32
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Added abberation module to @observerly/astrometry. by @michealroberts in #3
  • feat: Added common module to @observerly/astrometry. by @michealroberts in #4
  • feat: Added EquatorialCoordinate type to @observerly/common. by @michealroberts in #5
  • feat: Added epoch module to @observerly/astrometry. by @michealroberts in #6
  • feat: Added getJulianDate() to epoch module in @observerly/astrometry. by @michealroberts in #7
  • feat: Added getModifiedJulianDate() to epoch module in @observerly/astrometry. by @michealroberts in #8
  • feat: Added getNumberOfCenturiesSinceJ2000() to epoch module in @observerly/astrometry. by @michealroberts in #9
  • feat: Added astrometry module to @observerly/astrometry. by @michealroberts in #10
  • feat: Added getGreenwhichSiderealTime() to astrometry module in @observerly/astrometry. by @michealroberts in #11
  • feat: Added getLocalSiderealTime() to astrometry module in @observerly/astrometry. by @michealroberts in #12
  • feat: Added getHourAngle() to astrometry module in @observerly/astrometry. by @michealroberts in #13
  • feat: Added getObliquityOfTheEcliptic() to astrometry module in @observerly/astrometry. by @michealroberts in #14
  • feat: Added GeographicCoordinate type to @observerly/common. by @michealroberts in #15
  • feat: Added utilities internal module to @observerly/astrometry. by @michealroberts in #16
  • feat: Added convertDegreesToRadians() to astrometry module in @observerly/astrometry. by @michealroberts in #17
  • feat: Added convertRadiansToDegrees() to astrometry module in @observerly/astrometry. by @michealroberts in #18
  • feat: Added getParallacticAngle() to astrometry module in @observerly/astrometry. by @michealroberts in #19
  • feat: Added getAngularSeparation() to astrometry module in @observerL… by @michealroberts in #20

New Contributors

Full Changelog: https://github.com/observerly/astrometry/commits/v0.1.0