All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.1.4 - 2022-11-16
- Limit output precision to six decimal places
0.1.3 - 2022-05-09
- Fix bug when generating string for Antipodal error
0.1.2 - 2021-10-13
- Fix link to algorithm used in documentation (#40)
0.1.1 - 2018-06-20
- Support browserify (#26)
- Changed GreatCircle constructor to expect objects like
{x:-122,y:48}
for start/end rather than arc.Coord objects
- Added mocha tests
- Fixed jshint strict errors