Comparing version
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.4.1] - 02-06-2017 | ||
### Fixed | ||
* Correctly handle esri style options.outFields and options.where | ||
## [1.4.0] - 02-06-2017 | ||
@@ -34,3 +38,3 @@ * Support resultRecordCount and resultOffset | ||
### Added | ||
* Options `toEsri` causes Winnow to return an esri feature collectio | ||
* Options `toEsri` causes Winnow to return an esri feature collection | ||
* Support esri-style spatial predicates | ||
@@ -64,2 +68,3 @@ * Support esri-style aggregations | ||
[1.4.1]: https://github.com/dmfenton/winnow/compare/v1.4.0..v1.4.1 | ||
[1.4.0]: https://github.com/dmfenton/winnow/compare/v1.3.0..v1.4.0 | ||
@@ -66,0 +71,0 @@ [1.3.0]: https://github.com/dmfenton/winnow/compare/v1.2.2..v1.3.0 |
{ | ||
"name": "winnow", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Apply sql-like filters to GeoJSON", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
37029
0.46%