Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 9417825

Browse files
committed
chore(release): 3.0.0 [skip ci]
# [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
1 parent f590ac5 commit 9417825

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [3.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v2.0.1...v3.0.0) (2019-08-10)
2+
3+
4+
### 🌟🚀 Features
5+
6+
* 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))
12+
* upgrade deps ([4904890](https://github.com/holvonix-open/solr-query-io-ts/commit/4904890))
13+
14+
15+
### 💄 Polish
16+
17+
* rename to solr-query-io-ts ([f590ac5](https://github.com/holvonix-open/solr-query-io-ts/commit/f590ac5))
18+
19+
20+
### ⚠️ BREAKING CHANGES
21+
22+
* move package to solr-query-io-ts from solr-query-maker
23+
* `Q.toString` has been removed and replaced with `SolrQueryFromElement.decode` which validates its input
24+
* @holvonix-open/geojson-io-ts v5+ requires 2-dimensional positions and non-empty arrays
25+
126
## [2.0.1](https://github.com/holvonix-open/solr-query-io-ts/compare/v2.0.0...v2.0.1) (2019-08-10)
227

328

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solr-query-io-ts",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "A Solr Query builder and types",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)