You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
# [3.0.0](v2.0.1...v3.0.0) (2019-08-10)
### 🌟🚀 Features
* introduce SolrQueryFromElement which generates a Solr query string from QueryElements, with input validation ([ca1ef0e](ca1ef0e))
### 🐛 Bug Fixes
* migrate to wkt-io-ts which will validate the geojson and WKT ([023db16](023db16))
* upgrade deps ([4904890](4904890))
### 💄 Polish
* rename to solr-query-io-ts ([f590ac5](f590ac5))
### ⚠️ BREAKING CHANGES
* move package to solr-query-io-ts from solr-query-maker
* `Q.toString` has been removed and replaced with `SolrQueryFromElement.decode` which validates its input
* @holvonix-open/geojson-io-ts v5+ requires 2-dimensional positions and non-empty arrays
* introduce SolrQueryFromElement which generates a Solr query string from QueryElements, with input validation ([ca1ef0e](https://github.com/holvonix-open/solr-query-io-ts/commit/ca1ef0e))
7
+
8
+
9
+
### 🐛 Bug Fixes
10
+
11
+
* migrate to wkt-io-ts which will validate the geojson and WKT ([023db16](https://github.com/holvonix-open/solr-query-io-ts/commit/023db16))
0 commit comments