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

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
holvonix-bot committed Aug 10, 2019
1 parent f590ac5 commit 9417825
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [3.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v2.0.1...v3.0.0) (2019-08-10)


### 🌟🚀 Features

* 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))


### 🐛 Bug Fixes

* migrate to wkt-io-ts which will validate the geojson and WKT ([023db16](https://github.com/holvonix-open/solr-query-io-ts/commit/023db16))
* upgrade deps ([4904890](https://github.com/holvonix-open/solr-query-io-ts/commit/4904890))


### 💄 Polish

* rename to solr-query-io-ts ([f590ac5](https://github.com/holvonix-open/solr-query-io-ts/commit/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

## [2.0.1](https://github.com/holvonix-open/solr-query-io-ts/compare/v2.0.0...v2.0.1) (2019-08-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solr-query-io-ts",
"version": "2.0.1",
"version": "3.0.0",
"description": "A Solr Query builder and types",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9417825

Please sign in to comment.