Releases: 0xStarcat/CircularNatalHoroscopeJS
v1.1.0 - Campanus
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
Fixes a bug where January Capricorns were getting an undefined
SunSign
Other project upkeep items, see: #19
v1.0.13 - Typescript Support
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
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
Adds a .npmignore
file so the NPM package has a smaller filesize
v1.0.10 - NPM working version
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
v1.0.8
v1.0.7 - Ascendant calculation fix
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