Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Releases: darkskyapp/astro

fix getters on solar Time class

04 Apr 17:57
Compare
Choose a tag to compare

The various retrieval methods on Time were supposed to be dynamic properties, not methods.

Major refactor

04 Apr 16:17
13b6288
Compare
Choose a tag to compare

This release is a substantial refactor to the interface, attempting to more closely mimic how this library is actually used, rather than what the math looks like.

Bring deps in line with API

21 Sep 13:35
Compare
Choose a tag to compare

This PR makes no code changes, simply bumps the dependencies such that they're inline with API. (The diff is monstrous because of the switch from JSHint to ESLint.)

Add millisecond conversion methods

19 Oct 13:26
Compare
Choose a tag to compare

Adds:

astro.ms_to_julian()
astro.julian_to_ms()

Initial tagged release.

11 Apr 19:40
Compare
Choose a tag to compare
v1.0.1

Enable in Travis