Skip to content

Releases: mapbox/tilebelt

v2.0.3

05 Dec 14:54

Choose a tag to compare

What's Changed

  • "Module not found: Default condition should be last one" occur when import @mapbox/tilebelt by @issei1203 in #49
  • Bump version to 2.0.3 by @greenlaw in #51

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

19 Nov 03:34

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

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

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

Choose a tag to compare

  • Fix incorrect winding order of tileToGeoJSON polygons.
  • Fix handling of longitudes beyond -180...180.
  • Improve getParent performance.