Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 901 Bytes

CHANGELOG

Not released

0.4

0.4.6

  • chore: Add repository and homepage in npm package metadata

0.4.5

  • types: Export TileResolution and SpatialFilterPolyfillMode types (#63)
  • fix: Propagate spatialDataColumn and tileResolution defaults to widget source (#64)

0.4.4

  • feat: Add support for spatial index types (H3, quadbin) in Widget APIs

0.4.3

  • feat: Add support foraggregationExp parameter to vectorQuerySource and vectorTableSource

0.4.2

  • fix: Fix incorrect column name lowercasing in Picking Model API

0.4.1

  • feat: Add cache control mechanism for sources and query APIs

0.4.0

  • feat: Add Picking Model API
  • refactor: Migrate sources from @deck.gl/carto to @carto/api-client
  • deps: Remove @deck.gl/carto bundled dependency

0.3

0.3.0

  • deps: Add @deck.gl/carto as dependency

0.2

0.2.0

  • feat: Initial release