Skip to content

Releases: VGavara/haversine-ts

Release v1.2.0

09 Dec 18:07
5dc5d6e
Compare
Choose a tag to compare

New features

  • Resolution of a path end point given its start point, bearing and distance by @VGavara in #43

Other

  • Object properties initialized by the constructors set as read-only by @VGavara in #45

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

02 Dec 17:35
d585b1a
Compare
Choose a tag to compare

New features

  • Support to bearings calculation added to Haversine class by @VGavara in #38

Bug fixes

  • Fix in DMSPoint minutes validation check (value must be < 60 instead of <= 60) by @VGavara in #38

Other

  • 'release' GitHub Actions workflow fixed by @VGavara in #36

Full Changelog: v1.0.6...v1.1.0

Release v1.0.6

02 Dec 10:50
fba4be8
Compare
Choose a tag to compare

Other

Full Changelog: v1.0.5...v1.0.6

Release v1.0.5

02 Dec 10:28
16dcf4a
Compare
Choose a tag to compare

Other

  • husky hooks installation removed from npm publish run by @VGavara in #31

Full Changelog: v1.0.4...v1.0.5

Release v1.0.4

02 Dec 10:13
42bf194
Compare
Choose a tag to compare

Other

Full Changelog: v1.0.3...v1.0.4

Release v1.0.3

01 Dec 19:53
d627dbc
Compare
Choose a tag to compare

Other

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

01 Dec 19:17
a558c37
Compare
Choose a tag to compare

Other

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

01 Dec 19:02
06059d7
Compare
Choose a tag to compare

Improvements

Bugs fixed

Other

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

29 Nov 19:37
241489b
Compare
Choose a tag to compare

Initial release