Skip to content

Releases: dougfales/gpx

v1.0.0

06 Mar 22:41
632fcda
Compare
Choose a tag to compare
  • Fix duplication of points on appending segment to track (#20 via @niborg)
  • Remove pythagorean distance (#28 fixing #27, via @moveson)
  • Ignore empty segments (#29 via @nathanvda)
  • Introduce Rubocop (#31)
  • Explicit test support for Ruby 2.5 (#30)

v0.9.0

05 Jan 21:06
Compare
Choose a tag to compare
  • Upgrade Nokogiri deps to be more explicit, then explicitly bump the Ruby
    dependency to support 2.1.0+

v0.8.3

05 Jan 20:51
Compare
Choose a tag to compare

Make Track comment and description fields be attr_accessible (#17 via @wallclimber21)

v0.8.2

04 Aug 05:01
Compare
Choose a tag to compare

Enhance calculation of average speed (with usage of new moving_duration) #11 - @doc75

v0.8.1

01 Aug 19:44
Compare
Choose a tag to compare

[0.8.1] - 2015-08-01

  • Added support for a GPX desc tag. (@doc75)

[0.8] - 2015-05-14

Introduced changes from andrewhao/gpx fork:

  • Fix Rakefiles and move to use Nokigiri (Guillaume Dott)
  • Fix compatibility with 1.0 GPX schemas (Douglas Robertson)
  • Added Ruby 2.2 compatibility and GPX track smoothing capabilities
    (@kbb29)
  • Adding time to waypoints, restore xmlns:nsi attribute (@merlos)
  • Refactor distance calculation methods to the TrackPoint (Andrew Hao)
  • Adding Travis, Code Climate badges.