Releases: mapbox/vector-tile-js
Releases · mapbox/vector-tile-js
v2.0.4
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
Upgrade @mapbox/point-geometry
dependency to v1.1.0 to fix a potential performance regression.
v2.0.2
Improve TS types for VectorTileFeature
type
and VectorTile
layers
. #86 by @HarelM
v2.0.1
Fix type of VectorTileFeature
id
property in type definitions.
v2.0.0
- ⚠️ 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