Skip to content

Releases: manuelbieh/geolib

v3.3.4

01 Jun 08:02
Compare
Choose a tag to compare

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

11 Oct 15:43
Compare
Choose a tag to compare

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

11 Oct 15:15
Compare
Choose a tag to compare

3.3.2 (2021-10-11)

🔧 Fixes

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

v3.3.1

24 May 14:14
Compare
Choose a tag to compare

3.3.1 (2020-05-24)

🔧 Fixes

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

v3.3.0

24 May 12:53
Compare
Choose a tag to compare

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

24 May 11:28
Compare
Choose a tag to compare

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

30 Dec 19:22
Compare
Choose a tag to compare

3.2.1 (2019-12-30)

v3.2.0

11 Dec 14:07
Compare
Choose a tag to compare

3.2.0 (2019-12-11)

Features

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

v3.1.0

04 Nov 17:05
Compare
Choose a tag to compare

3.1.0 (2019-11-04)

v3.0.4

23 Jun 17:27
Compare
Choose a tag to compare

3.0.4 (2019-06-23)

Bug Fixes