Skip to content

V4.0.1 very minor breaking changes

Compare
Choose a tag to compare
@calvinmetcalf calvinmetcalf released this 12 Jul 17:21
· 46 commits to gh-pages since this release
165ae82

breaking changes

  • shp.parseZip is now returns a promise instead of being synchronous, this is due to jszip being async in version 3
  • we use modern JS features like async functions, async/await, the WHATWG URL API, if your using this in a old browser it might stop worker

other stuff

  • it will correctly work with urls that have query params on them
  • it handles some edge cases like multiple null geometries in a row better