Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

41 lines (28 loc) · 1.14 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.1.4 - 2022-11-16

Changed

  • Limit output precision to six decimal places

0.1.3 - 2022-05-09

Fixed

  • Fix bug when generating string for Antipodal error

0.1.2 - 2021-10-13

Fixed

  • Fix link to algorithm used in documentation (#40)

0.1.1 - 2018-06-20

Added

  • Support browserify (#26)

0.1.0 - 2014-02-11

Changed

  • Changed GreatCircle constructor to expect objects like {x:-122,y:48} for start/end rather than arc.Coord objects

Added

  • Added mocha tests

Fixed

  • Fixed jshint strict errors