Skip to content

Releases: mapbox/tilebelt

v2.0.2

19 Nov 03:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Nov 02:55
Compare
Choose a tag to compare

What's Changed

v2.0.1 adds support for both ESM and CommonJS imports.

  • Fix the sliblings number to 4 (top-right-bottom-left) by @mrnix in #41
  • Add Type: Module to Package.Json by @ingalls in #47

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Oct 22:34
1bc6cd3
Compare
Choose a tag to compare
import * as tilebelt from '@mapbox/tilebelt';
  • Migrate to typescript
  • No default export
  • Use GitHub Actions
  • Test with vitest and Node.js 20.x

v1.0.2

10 Sep 14:51
Compare
Choose a tag to compare
  • Fix incorrect winding order of tileToGeoJSON polygons.
  • Fix handling of longitudes beyond -180...180.
  • Improve getParent performance.