Skip to content

Releases: mapbox/vector-tile-js

v2.0.4

18 Jun 08:13
Compare
Choose a tag to compare

Improve TypeScript types:

  • Refine feature property values type from unknown to string | number | boolean.
  • Mark all properties starting with _ as private since they're not meant to be used externally.

v2.0.3

18 Jun 08:12
Compare
Choose a tag to compare

Upgrade @mapbox/point-geometry dependency to v1.1.0 to fix a potential performance regression.

v2.0.2

12 Jul 17:04
Compare
Choose a tag to compare

Improve TS types for VectorTileFeature type and VectorTile layers. #86 by @HarelM

v2.0.1

11 Jul 10:47
Compare
Choose a tag to compare

Fix type of VectorTileFeature id property in type definitions.

v2.0.0

11 Jul 09:40
Compare
Choose a tag to compare
  • ⚠️ Publish the package as a ES module. Drop support for CommonJS.
  • ⚠️ Use modern ES syntax. You can still transpile on your end for IE11 support.
  • Add first-class TypeScript types to the package.

Changelog for previous versions