- fix geomFromGeoJSON for type GeometryCollection
- avoid geojson validation issue (see placemark/check-geojson#20) by using exact version 0.1.7
- fix typescript types
- replace deprecated dependency
@mapbox/geojsonhint
with@placemarkio/check-geojson
from the same author. This dependency is used to validate geojson values, so the replacement has affected a bit that part. According tocheck-geojson
documentation, there is no validation for excessive coordinate precision and right-hand rule compliance. - drop support for node 8, 9, 10.
- add tests in travis for node 14 and 16
- add
multi
function
- add z and m functions
- update devDependencies
- add knex 0.21 to travis
- add function ST_GeographyFromText
- add basic support for typescript
- drop support for node 6
- add new versions of knex and node to travis
- update dependencies
- update examples to avoid warnings with the latest knex
- fix linter warnings
- fix result of
.toString()
in queries that use geoJSON. Now knex sends to pg the geom in string format instead of object.
- drop support for node 4
- fix st_transform function to avoid srid be interpreted as string
- update dependencies
- add support for st_SetSRID
- add support for st_DistanceSphere
- drop support for node 0.x
- add [email protected], node 8 y node 9 to travis
- add support for @ operator as
boundingBoxContained
- add support for ~ operator as
boundingBoxContains
- rename function
boundingBoxIntersection
toboundingBoxIntersects
. The functionboundingBoxIntersection
will be removed in the next release.
- add support for && operator as
boundingBoxIntersection
- update geojsonhint dependency to its new name (@davidfurlong)
- fix recognition of
multi*
WKTs (@johnhampton)
- (breaking change) Drop support for [email protected]
- add support for [email protected]