Skip to content

Latest commit

 

History

History
181 lines (144 loc) · 5.5 KB

CHANGELOG.md

File metadata and controls

181 lines (144 loc) · 5.5 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

Added

  • Detect field types if they are not passed in with geojson.metadata
  • Translate ISO Date Strings to Unix Timestamps when options.toEsri is true
  • Add Object IDs if there is no ID field set with options.toEsri is true

1.9.0 - 05-24-2017

Added

  • Support outSR for polygons and lines
  • Support selected geometry precision

1.8.8 - 04-26-2017

Fixed

  • Handle possible exception when field domains are null

1.8.7 - 04-13-2017

Fixed

  • Handle esri-style date queries

1.8.6 - 04-13-2017

Fixed

  • Handle esri domains that are null

1.8.5 - 04-12-2017

Added

  • Handle esri style geometries with web mercator as a wkt

1.8.4 - 03-28-2017

Changed

  • Refactor CVD code, handle more types

1.8.3 - 03-27-2017

Fixed

  • Handle coded value domains with esriFields passed in

1.8.2 - 03-24-2017

Fixed

  • Properly reproject input geometries that have multiple polygons

1.8.1 - 03-17-2017

Fixed

  • Return correct features for envelope queries with an inSR and spatialReference specified on the envelope

1.8.0 - 03-14-2017

Added

  • Support all esri geometry types
  • Support inSR geoservices parameter

1.7.1 - 03-13-2017

Fixed

  • Disable alasql sqlCache to prevent memory leak

1.7.0 - 02-27-2017

Added

  • Support for geometry filters specified as strings

1.6.0 - 02-27-2017

Added

  • Support for geometry filters specified as arrays

1.5.4 - 02-14-2017

Changed

  • Bring in code from terraformer-arcgis-parser, modify to remove spatialReference

Fixed

  • Projected esri geometries no longer contain incorrect spatial reference objects

1.5.3 - 02-14-2017

Fixed

  • Handle outSR when it's just a number

1.5.2 - 02-10-2017

Fixed

  • Rebuild

1.5.1 - 02-10-2017

Fixed

  • OutSR parameter handles latestWkid and wkt

1.5.0 - 02-10-2017

Added

  • Support for geometry projections and the esri outSR parameter

1.4.2 - 02-06-2017

Fixed

  • Rebuild

1.4.1 - 02-06-2017

Fixed

  • Correctly handle esri style options.outFields and options.where

1.4.0 - 02-06-2017

  • Support resultRecordCount and resultOffset

1.3.0 - 02-06-2017

Added

  • Support groupBy/groupByFieldsForStatistics
  • Support for order/orderByFields

Changed

  • Remove support for options as JSON strings

Fixed

  • Escape statistics out name

1.2.2 - 02-01-2017

Fixed

  • Handle case when geometry is null and toEsri is true

1.2.1 - 10-14-2016

Fixed

  • Can now handle multiPolygons with empty coords array

1.2.0 - 07-26-2016

Added

  • Support calling functions on fields like UPPER

1.1.0 - 05-11-2016

Added

  • Options toEsri causes Winnow to return an esri feature collection
  • Support esri-style spatial predicates
  • Support esri-style aggregations

Changed

  • Default spatial predicate to ST_Intersects

Fixed

  • Support fields like total precip
  • downcased var and stddev work
  • within and contains were flipped

1.0.1 - 03-29-2016

Fixed

  • Handle esri-style envelopes without a spatialReference

1.0.0 - 02-25-2016

Added

  • New prepared query options
  • Field aggregations
  • Field selections

Changed

  • spatialPredicate moved from geometry object to options object

1.0.0-alpha - 02-19-2016

Added

  • Initial release