Skip to content

Releases: jenetics/jpx

v1.7.0

Choose a tag to compare

@jenetics jenetics released this 01 Feb 16:52

Improvements

  • #116: Create XMLProvider SPI, which allows to change the used XML implementation. (Implemented by avianey.)

v1.6.1

Choose a tag to compare

@jenetics jenetics released this 06 Jan 14:47

Bugs

  • #105: Location dependent formatting in LocationFormatter. (Fixed by Segelzwerg.)
  • #108: Make library compileable with Java 13.
  • #110: Fix Bounds.toBounds collector. Wrong results for only negative points.

v1.6.0

Choose a tag to compare

@jenetics jenetics released this 28 Oct 19:35

Improvements

  • #87: Consistent exception handling. Invalid GPX files, read from file or input stream throwing now an InvalidObjectException. (Implemented by Segelzwerg.)
  • #97: Implement Bounds.toBounds() collector. This collector finds the bounds of a given Point stream.
  • #102: Add Point.getInstant method.

v1.5.3

Choose a tag to compare

@jenetics jenetics released this 07 Sep 20:04

Bugs

  • #94: NPE for empty 'extensions' XML-document.

v1.5.2

Choose a tag to compare

@jenetics jenetics released this 28 Jul 18:16

Bugs

  • #86: Fix parsing of GPX time fields.

v1.5.1

Choose a tag to compare

@jenetics jenetics released this 23 Jul 22:11
a56d9db

Bugs

  • #82: Fix parsing of GPX extensions.

v1.5.0

Choose a tag to compare

@jenetics jenetics released this 21 Jul 14:40

Enhancement

  • #59: Add GPX extensions.

Bugs

  • #73: Fix alerts found by LGTM.
  • #77: Fix handling of XML comments.

v1.4.0

Choose a tag to compare

@jenetics jenetics released this 31 Aug 16:36

Enhancement

  • #65: Make it compatible with JSR-173 stax-api 1.0.1.
  • #70: ISO 6709 string representation for GPS coordinate

v1.3.0

Choose a tag to compare

@jenetics jenetics released this 01 Apr 15:39

Enhancement

  • #25: Read/write GPX version 1.0 files.
  • #54: Create GPX object from XML-string.

Bug fixes

  • #57: XMLStreamException: Unexpected element .

v1.2.3

Choose a tag to compare

@jenetics jenetics released this 06 Feb 19:35

Bug fixes

  • #49: Improve thrown exceptions for invalid files and let the lenient read ignore unknown XML tags.
  • #51: GPX reader does not handle XML comments correctly.