Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

66 lines (36 loc) · 1.95 KB

Change Log

Version 1.6.0 (Sep 16th 2019)

  • Skipping the extensions tag from Metadata parsing - such tag is meant to include extra custom fields not mentioned in the GPX specs. Fixes 23.
  • Added a first project using this library in production. Looking forward to add more!

Version 1.5.0 (Apr 18th 2019)

Version 1.4.0 (Jan 1st 2019)

Version 1.3.0 (Dec 8th 2018)

Version 1.2.0 (July 2nd 2018)

  • Parsing WayPoint description.

Version 1.1.2 (June 26th 2018)

  • Fix to prevent endless loop in case of malformed GPX track (thanks to D. Elliot!)

Version 1.1.1 (March 15th 2018)

  • Minor bug fixes, updated dependencies.

Version 1.1.0 (October 4th 2017)

  • Added track and route attributes (which fixes #14) - thanks StuStirling!

Version 1.0.0 (2017-04-11)

  • Added track name to the parseable fields.

Version 0.2.0 (2017-02-03)

  • Added support for routes and waypoints - thanks mopfattn!
  • Bumped plugins & dependencies

Version 0.1.6 (2016-19-12)

Version 0.1.5 (2016-06-05)

  • Bumped plugins
  • Fix for uninitialized Joda Time

Version 0.1.4 (2016-24-01)

  • Bumped plugins

Version 0.1.3 (2015-09-12)

  • Removed Google Play Services dependency
  • Isolated taks and interface (breaking change)

Version 0.1.1 (2015-09-12)

  • Initial release