Skip to content

Releases: koopjs/winnow

v1.15.3

04 Jun 15:51
Compare
Choose a tag to compare

Fixed

  • Handle inSR options that arrive as objects

v1.15.2

03 May 14:31
Compare
Choose a tag to compare

Added

  • Warning when idField used for OBJECTID assignement is not an integer or is out-of-range.

v1.15.1

02 May 16:10
Compare
Choose a tag to compare

Fixed

  • assignment of OBJECTID had used the idField of a query result rather that the raw feature; thus, assignment could not occur unless the idField was returned by the SELECT. Alter to use raw feature's idField

v1.15.0

20 Apr 16:55
Compare
Choose a tag to compare

Added

  • support for esriSpatialRelEnvelopeIntersects

Fixed

  • coordinates not projected when latitude or longitude is 0

v1.14.0

17 Apr 20:02
Compare
Choose a tag to compare

Fixed

  • OBJECTID collisions when a provider's idField is unspecified. Now creating a numeric hash for each raw feature

v1.13.0

04 Apr 13:24
Compare
Choose a tag to compare

Added

  • Add support for date comparisons in WHERE filter with timestamp Syntax and BETWEEN operator

Fixed

  • Exclusion of date fields from response when not requested with outFields option
  • Attempted property access of null feature in ST_Intersects function

v1.12.7

03 Apr 15:45
Compare
Choose a tag to compare

Fixed

  • Ensure geometry is omitted from query results when option returnGeometry: false

Added

  • RELEASE.md and linked to it from README.md

v1.12.6

08 Dec 16:12
Compare
Choose a tag to compare

Fixed

  • Exception when feature is null
  • Parsing of complex where clauses

v1.12.5

27 Oct 14:35
Compare
Choose a tag to compare

Fixed

  • Converting polygons from geojson to esri json

v1.12.4

05 Oct 19:40
Compare
Choose a tag to compare

Changed

  • Add metadata.limitExceeded true/false on limit queries to denote whether the limit restricted the number of features returned