Skip to content

Releases: dwayneparton/geojson-to-gpx

Minor : Support for Web Workers

23 Mar 18:04
90d2959
Compare
Choose a tag to compare

Web Workers don't have access to document, this allows the passing of the implementation when you use library in worker. Thanks @bokolob

Minor : Support for @xmldom/xmldom

16 Dec 20:24
Compare
Choose a tag to compare

Updates to support @xmldom/xmldom if a user wants to use node

Adds main to package.json

29 Oct 15:29
2aab07f
Compare
Choose a tag to compare

This library is not designed to function in the Node env as it depends specifically on browser features. However, for some testing libraries main is needed. Originally, it was left off because I wasn't entirely sure how it worked. Arguably, I'm still not haha but adding it should have no side effects.

v0.0.29

19 Sep 13:30
Compare
Choose a tag to compare

v0.0.28

10 Jun 23:08
Compare
Choose a tag to compare
  • RE: NPM Docs: If your module is meant to be used client-side the browser field should be used instead of the main field.

v0.0.27

10 Jun 22:48
Compare
Choose a tag to compare
  • Remove non package files from npm
  • Refactors supported JSON Properties in elements

v0.0.26

10 Jun 18:39
Compare
Choose a tag to compare
  • Updates to make sure the order of properties validates with XML schema

v0.0.25

10 Jun 18:16
58c4dd4
Compare
Choose a tag to compare

Updates to make sure wpt and trk are generated in correct order.

v0.0.24

10 Jun 17:27
Compare
Choose a tag to compare
  • Updates Order of XML elements for XML Lint
  • Updates GPX version to be 1.1 - was incorrect usage of attribute

v0.0.23

10 Jun 17:02
Compare
Choose a tag to compare
  • Fixes metadata link to use correct type
  • Removes link from supported geojson feature properties since it could create invalid gpx file