Releases: dwayneparton/geojson-to-gpx
Releases · dwayneparton/geojson-to-gpx
Minor : Support for Web Workers
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
Updates to support @xmldom/xmldom if a user wants to use node
Adds main to package.json
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
v0.0.28
- 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
- Remove non package files from npm
- Refactors supported JSON Properties in elements
v0.0.26
- Updates to make sure the order of properties validates with XML schema
v0.0.25
Updates to make sure wpt and trk are generated in correct order.
v0.0.24
- Updates Order of XML elements for XML Lint
- Updates GPX version to be 1.1 - was incorrect usage of attribute
v0.0.23
- Fixes metadata link to use correct type
- Removes link from supported geojson feature properties since it could create invalid gpx file