Releases: pdhoopr/gps-to-gpx
Releases · pdhoopr/gps-to-gpx
v1.5.1
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 extensionsxmlns:gpxtpx
: adds a namespace for the Garmin GPX track point extensionsxsi: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
v1.4.0
v1.3.0
v1.2.0
v1.1.0
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
This release mainly does some cleanup of dependencies and configs.
- Update some rule formatting in
.eslintrc
. - Update
.babelrc
to usemodules
option fores2015
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.