Skip to content

Releases: 0xStarcat/CircularNatalHoroscopeJS

v1.1.0 - Campanus

18 Jul 18:03
Compare
Choose a tag to compare

Adds campanus house system.

Works great for both northern & southern hemisphere. Also should work for both northern & southern circumpolar (arctic circle + Antarctica), though this was harder to test because most astrology sites either didn't allow me to do these or the results were "northern hemisphere" results instead of "northern circumpolar" results (circumpolar results have tiny & massive houses).

I'm fairly confident in the circumpolar accuracy however since I used "Dividing the Heavens" by Leonard Williams to assist with implementation and was able to verify with the examples in the book.

V1.0.14 - Bugfix for January Capricorns, project upkeep

27 Apr 16:05
Compare
Choose a tag to compare

Fixes a bug where January Capricorns were getting an undefined SunSign

Other project upkeep items, see: #19

v1.0.13 - Typescript Support

18 Apr 02:02
Compare
Choose a tag to compare

Adds Typescript declaration files to the build phase to allow this library to be used in Typescript projects

v1.0.12 - fix implementation issue w/ UTC time

30 Mar 18:55
af0400c
Compare
Choose a tag to compare

Fixes the Ephemeris implementation where UTC time was not being used to calculate positions. #11

This was resulting in a 2-3 degrees difference for moon calculations. and < 0.5 degree for other bodies.

All degrees / calculations appear to be correct now based on 3rd-party verifications.

v1.0.11 - smaller package size

13 Feb 23:00
Compare
Choose a tag to compare

Adds a .npmignore file so the NPM package has a smaller filesize

v1.0.10 - NPM working version

13 Feb 22:51
Compare
Choose a tag to compare

Realized that my NPM publications of this package wasn't configured properly - this version will fix that. Now npm install circular-natal-horoscope-js pulls down a properly packaged library.

v1.0.9

13 Feb 20:46
Compare
Choose a tag to compare

More demo fixes - this time correctly place the house cusps on the demo chart.

v1.0.8

12 Feb 21:01
Compare
Choose a tag to compare

Fixes demo and adds separate webpack config for demo.

To build demo, now run npm run build:demo and open ./demo/dist/demo.html in browser.

v1.0.7 - Ascendant calculation fix

11 Feb 23:54
Compare
Choose a tag to compare

Fixed

  • Fixes ascendant calculation #6 which was off by 180deg in rare cases.

This is actually v1.0.4 but I messed up the npm publishing 3 times trying to publish this /shrug

v1.0.0

27 Aug 01:18
Compare
Choose a tag to compare

First release