Skip to content

Releases: pdhoopr/gps-to-gpx

v1.5.1

03 Apr 19:50
Compare
Choose a tag to compare

This release uses more valid values for some GPX attributes:

  • creator: default value is set to more helpful info specific to this library (name and website)
  • xmlns:gpxx: adds a namespace for the Garmin GPX extensions
  • xmlns:gpxtpx: adds a namespace for the Garmin GPX track point extensions
  • xsi:schemaLocation: has the correct values for the various schemas used in the generated output

Documentation about using extensions has also been added.

v1.5.0

31 Mar 17:55
Compare
Choose a tag to compare

This release uses the value of activityName setting, if provided, in the metadata of the GPX output.

v1.4.0

07 Aug 13:34
Compare
Choose a tag to compare

This release allows a user to add 4 new optional elements (course, hdop, speed, vdop) to a waypoint.

v1.3.0

19 Jul 19:01
Compare
Choose a tag to compare

This release adds the ability for a user to customize the value of the creator attribute added to the root gpx element.

v1.2.0

11 Apr 13:52
Compare
Choose a tag to compare

This release adds the ability for a GPS point to provide additional extensions.

v1.1.0

21 Nov 03:04
Compare
Choose a tag to compare

This release enhances the time-handling aspects of the library.

  • Allow users to pass waypoint times as Date objects and get ISO strings in the GPX output.
  • Allow users to pass startTime as a Date object and get ISO string in the GPX output.
  • Bump all dependencies and update pieces of code to comply.
  • Run Travis CI tests against Node v7.

v1.0.5

20 Nov 20:28
Compare
Choose a tag to compare

This release mainly does some cleanup of dependencies and configs.

  • Update some rule formatting in .eslintrc.
  • Update .babelrc to use modules option for es2015 preset depending on the environment.
  • Remove Babel presets and plugins for using loose/native modules.
  • Bump all dependencies.
  • Update loader syntax in webpack.config.js to use webpack 2 format.

v1.0.4

20 Nov 20:28
Compare
Choose a tag to compare

This release reworks some pieces of the documentation.

  • Update syntax for user-specific pieces of commands from {{ variable }} to VARIABLE.
  • Update error types in "Pull Requests" section of CONTRIBUTING.

v1.0.3

20 Nov 20:29
Compare
Choose a tag to compare

This release just fixes some content in the documentation.

  • Add spacing to the phrase "change log" in "Releases" section of the README file.
  • Remove info about linting and .editorconfig file in CONTRIBUTING file.

v1.0.2

20 Nov 20:29
Compare
Choose a tag to compare

This release is just a patch to make sure the npm and GitHub README files are in sync.