Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

3.8.0

Choose a tag to compare

@clement-leprovost clement-leprovost released this 29 Dec 11:19
· 244 commits to master since this release

This release includes backward-incompatible changes:

  • (#229) getInsidePolygon() now returns a Query.Polygon array

New features

  • (#229) insidePolygon now accepts one or several polygons
  • [offline] Support manual building of local indices (MirroredIndex and OfflineIndex)
  • [offline] Support fallback logic when getting individual objects

Bug fixes

  • Fix filtering by attribute in getObjectAsync and getObjectsAsync

Other changes

  • (#202) Mark {get,set}NumericFilters as deprecated, you should use {get,set}Filters
  • (#202) Add Nullility annotations on Query methods