Skip to content

Releases: morphatic/astrologyjs

Release 1.3.1

19 Nov 00:48

Choose a tag to compare

The build process was broken because of a circular dependency between the Chart and ChartFactory classes. After refactoring, the issue seems to be resolved.

Release 1.3.0

18 Nov 18:09

Choose a tag to compare

Revamped the build process to export UMD.

v1.2.0

26 Jun 22:16

Choose a tag to compare

Changes in this version:

  • Consolidated all the code into a single file so it could be exported as a single module
  • Improved/rewrote tests to get better coverage
  • Updated README to describe basic installation and usage

Release 1.1.0

20 Jun 08:16

Choose a tag to compare

  • Removed some unnecessary functions from the Chart class.
  • Added a reference to the d.ts file in package.json
  • Added accessors for Chart data

Initial Release

13 Jun 21:30

Choose a tag to compare

This is the initial release of AstrologyJS. Basic functionality included:

  • Create a Person (or event) by supplying a name, datetime string in ISO 8601 format, and either a lat/lon or a physical address
  • Generate the data for a Chart by supplying a chart name, one or two Persons, and the desired chart type
  • Get data from the Chart in a format that is d3-friendly

Chart data is supplied by an external online ephemeris based on the SwissEphemeris software.