- Added support for a custom
.track
format.
- Update AEXML.
- Added support for Swift 4.
- Added
NMEA
file support. Currently supported identifiers are GPGGA, GPGLL, GPRMC & GPWPL.
- Added full support for
GPX
'sTrackPointExtensions
.
- Added
LOG
file support. - Added
GPX
file version v1.0 support. - Extended the documentation.
- Fix the
Trackpoint
parsing. - Add the
TrackType
property to theFile
.
- Cleanup the code.
- Added
TCX
file support. - Extended the documentation.
- Rename
GPXKit
toTrackKit
because we want to be able to support multiple formats. - Update the code to be Swift 3.0 compatible.
- Remove the empty parse error notice.
- Remove the
GK
prefix for all the classes. - The license property in the copyright notice is now in the correct
NSURL
format. - Add the magnetic variant property to a point.
- Add the fix property to a point.
- Add the dgps station type to point.
- Throw an error when an incorrect GPX version is loaded. Only version 1.1 is supported by
GPXKit
. - Update AEXML to version 3.0.
- Cleanup the code.
- Removed the
AFDateHelper
dependency. - Became a Swift package. PR request sent in order to add AEXML as a package.
- Add support for OS X, Apple Tv and WatchOS 2.0.
- Fully test the application.
- Cleanup the README.
- Add inline documentation.
- Parses a GPX file into a readable format with Swift.
- An example project with spec that cover 100% of the framework.