Skip to content

Releases: mmllr/GPXKit

2.4.0

25 Mar 13:30
2.4.0
3b750cb

Choose a tag to compare

Adds track type support

Compatibility fix

11 Mar 21:25
2.3.1
5a01bea

Choose a tag to compare

2.3.1

- compat fixes

Swift 6 release

04 Nov 23:58
2.3.0
fc5a7c1

Choose a tag to compare

  • Adds support for Swift 6
  • Migrates test suite to Swift Testing

Makes xml parsing private

13 Sep 20:51

Choose a tag to compare

2.2.7

Removes Gemfile

Updates for Xcode 16

07 Aug 08:59

Choose a tag to compare

2.2.6

Updates for Xcode 16

Adds support for DocC

14 May 19:25

Choose a tag to compare

2.2.5

Adds config for SPI DocC generation

Fixes grade segmentation

04 Apr 11:47

Choose a tag to compare

2.2.4

Cleans up code in TrackGraphTests.swift

Adds creatorName to GPXExporter

01 Mar 11:29

Choose a tag to compare

2.2.3

Adds creatorName to GPXExporter

Clarifies licence

22 Feb 12:56

Choose a tag to compare

2.2.2

Updates dependencies

Calculates graph distance from speed when available

25 Jan 23:15

Choose a tag to compare

When TrackPoints have speed and a valid date the TrackGraphs distance related values (such as height map, track segments, distance) will be calculated from speed instead of distance between coordinates which might be inaccurate.