Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Releases: Turistforeningen/dms2dec.js

v1.1.0

30 Jul 07:52

Choose a tag to compare

New Features:

  • Add support for dms strings without comas #1 (thanks to @rayshan)
var dec = dms2dec("60/1 21/1 4045/100", "N", "5/1 22/1 1555/100", "E");
// dec[0] == 60.36123611111111, dec[1] == 5.370986111111111

Docs:

  • Update examples in README with all supported dms strings (dafd91a)

v1.0.3

22 May 21:40

Choose a tag to compare

Minor Changes:

  • Update README with new build badges

v1.0.2

22 May 21:39

Choose a tag to compare

Minor Changes:

  • Fix JSHint errors / missing semicolons
  • Update documentation
  • Export AMD module

v1.0.1

22 May 21:54

Choose a tag to compare

Minor Changes:

  • Update documentation
  • drone.io ci configuration

v1.0.0

22 May 21:52

Choose a tag to compare

Major Changes:

  • Initial version