Geolib Versions Save

Zero dependency library to provide some basic geo functions

v3.3.4

11 months ago

3.3.4 (2023-06-01)

🔧 Fixes

  • getRoughCompassDirection regex used "contains" logic rather than exact matching resulting incorrect results (955937b)
  • isPointWithinRadius false even if true (249d047)

v3.3.3

2 years ago

3.3.3 (2021-10-11)

🔧 Fixes

  • ignore whitespaces in sexagesimal patterns. fixes #254 (47850ea)
  • increase accuracy (2a7b443)
  • Merge pull request #278 from PaulCapron/patch-1 (3827a8f)

v3.3.2

2 years ago

3.3.2 (2021-10-11)

🔧 Fixes

  • make native ESM importing from Node.js work (7a850b7)

v3.3.1

3 years ago

3.3.1 (2020-05-24)

🔧 Fixes

  • add missing wktToPolygon export to UMD build. fixes #221 (e76848b)

v3.3.0

3 years ago

3.3.0 (2020-05-24)

🧩 Features

  • re-export constants so they can be used by library consumers (1a5e214)

💉 Improvements

  • update all deps and make release workflow work with external config (2cf5513)
  • update node image during ci (17c821f)
  • use external release-config to publish new releases with automated CHANGELOG.md (81b4bce)

v3.2.2

3 years ago

3.2.2 (2020-05-24)

Bug Fixes

  • prevent getDistanceFromLine to return NaN due to floating point arithmetic. fixes #227 (05135e7)
  • prevent getDistanceFromLine to return NaN due to floating point arithmetic. fixes #227 (0a606f1)

v3.2.1

4 years ago

3.2.1 (2019-12-30)

v3.2.0

4 years ago

3.2.0 (2019-12-11)

Features

  • remove type:module from package.json (256d3b3)

v3.1.0

4 years ago

3.1.0 (2019-11-04)

v3.0.4

4 years ago

3.0.4 (2019-06-23)

Bug Fixes