- Added support for a custom
.trackformat.
- Update AEXML.
- Added support for Swift 4.
- Added
NMEAfile support. Currently supported identifiers are GPGGA, GPGLL, GPRMC & GPWPL.
- Added full support for
GPX'sTrackPointExtensions.
- Added
LOGfile support. - Added
GPXfile version v1.0 support. - Extended the documentation.
- Fix the
Trackpointparsing. - Add the
TrackTypeproperty to theFile.
- Cleanup the code.
- Added
TCXfile support. - Extended the documentation.
- Rename
GPXKittoTrackKitbecause 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
GKprefix for all the classes. - The license property in the copyright notice is now in the correct
NSURLformat. - 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
AFDateHelperdependency. - 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.