Skip to content

Releases: jenetics/jpx

v1.6.1

06 Jan 14:47
Compare
Choose a tag to compare

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

28 Oct 19:35
Compare
Choose a tag to compare

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

07 Sep 20:04
Compare
Choose a tag to compare

Bugs

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

v1.5.2

28 Jul 18:16
Compare
Choose a tag to compare

Bugs

  • #86: Fix parsing of GPX time fields.

v1.5.1

23 Jul 22:11
a56d9db
Compare
Choose a tag to compare

Bugs

  • #82: Fix parsing of GPX extensions.

v1.5.0

21 Jul 14:40
Compare
Choose a tag to compare

Enhancement

  • #59: Add GPX extensions.

Bugs

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

v1.4.0

31 Aug 16:36
Compare
Choose a tag to compare

Enhancement

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

v1.3.0

01 Apr 15:39
Compare
Choose a tag to compare

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

06 Feb 19:35
Compare
Choose a tag to compare

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.

v1.2.2

13 Jan 19:59
Compare
Choose a tag to compare

Bug fixes

  • #40: Improve/fix equals and hashCode methods.
  • #43: Improve Java serialization. Make it smaller, faster and more stable (Serialization proxy). This change breaks the existing Java serialization.
  • #45: Update internal XML reader/writer classes; cleanup of the XML serialization code.