Skip to content

Releases: jenetics/jpx

v1.2.1

23 Nov 13:05
Compare
Choose a tag to compare

Bug fixes

  • #38: Errornous marshalling of author metadata.

v1.2.0

04 Nov 18:14
Compare
Choose a tag to compare

Improvements

  • #35: Additional length units.

v1.1.3

01 Oct 17:31
Compare
Choose a tag to compare

Bug fixes

  • #28: Explicitly set encoding of GPX writer to UTF-8.

v1.1.2

27 Jul 16:22
Compare
Choose a tag to compare

Bug fixes

  • #28: Fix 'WayPoint.toString' method.

v1.1.1

21 Jul 15:51
Compare
Choose a tag to compare

Improvements

  • #26: Define stable module name. io.jenetics.jpx.

v1.1.0

22 Feb 21:03
Compare
Choose a tag to compare

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.

v1.0.1

08 Jan 10:29
Compare
Choose a tag to compare

Bug fixes

  • #5: Fix exception handling for empty XML elements: e.g. <ele/>.
  • #15: Fix NPE when creating Copyright object with null license string.

Improvements

  • #6: Improve error handling for invalid GPX files.

v1.0.0

27 Dec 21:52
Compare
Choose a tag to compare

JPX - Java GPX library

JPX is a Java library for creating, reading and writing GPS data in GPX format. It is a full implementation of version 1.1 of the GPX format. The data classes are completely immutable and allows a functional programming style. They are working also nicely with the Java 8 Stream API.

The comprehensive Javadoc of the library can be found here.