Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Releases: mapbox/feature-filter

v2.2.0

Choose a tag to compare

@jfirebaugh jfirebaugh released this 18 Jul 20:22
  • Add support for $id key

v2.1.0

Choose a tag to compare

@jfirebaugh jfirebaugh released this 18 Jul 20:22
  • Add has and !has operators

v2.0.1

Choose a tag to compare

@jfirebaugh jfirebaugh released this 18 Jul 20:21
  • Fix an issue where 'in' '$type' drops features

v2.0.0

Choose a tag to compare

@mourner mourner released this 29 Jan 20:55
  • major performance boost for big in filters (with thousands of items) — up to 100 times faster
  • fixed error that prevented in filters go beyond 64000 items
  • 40% faster filter creation
  • breaking: drops support for feature.tags (always use feature.properties instead)