Skip to content

v1.1.0

Compare
Choose a tag to compare
@jenetics jenetics released this 22 Feb 21:03
· 707 commits to master since this release

Bug fixes

  • #20: Order of links in Track, Route and Metadata changes object equality.

Improvements

  • #3: Add methods for doing way-point filtering and manipulation in a functional way.
  • #10: Add lenient mode for reading GPX files. Reading a GPX file in lenient mode simply skips invalid way-points.
  • #17: Implement filter method (in Filters class) for removing empty GPX elements.
  • #18: Improve error handling when creating empty way-points.
  • #22: Implement Filters for merging TrackSegments and Tracks.