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

Commit f590ac5

Browse files
committed
polish: rename to solr-query-io-ts
BREAKING CHANGE: move package to solr-query-io-ts from solr-query-maker
1 parent ca1ef0e commit f590ac5

File tree

14 files changed

+46
-46
lines changed

14 files changed

+46
-46
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ about: Create a report to help us improve
77
to this repository (including but not limited to this issue and all bugs,
88
commits, pull requests, feature requests, and suggestions) under the
99
repository's
10-
[LICENSE](https://github.com/holvonix-open/solr-query-maker/blob/master/LICENSE).
10+
[LICENSE](https://github.com/holvonix-open/solr-query-io-ts/blob/master/LICENSE).
1111
You also represent and warrant that you have all necessary rights to license the
1212
content as specified in the preceding sentence and that doing so will not
1313
infringe upon any right of any third party nor violate any applicable law or

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ about: Suggest an idea for this project
77
to this repository (including but not limited to this issue and all bugs,
88
commits, pull requests, feature requests, and suggestions) under the
99
repository's
10-
[LICENSE](https://github.com/holvonix-open/solr-query-maker/blob/master/LICENSE).
10+
[LICENSE](https://github.com/holvonix-open/solr-query-io-ts/blob/master/LICENSE).
1111
You also represent and warrant that you have all necessary rights to license the
1212
content as specified in the preceding sentence and that doing so will not
1313
infringe upon any right of any third party nor violate any applicable law or

.github/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ about: Create a report to help us improve
77
to this repository (including but not limited to this issue and all bugs,
88
commits, pull requests, feature requests, and suggestions) under the
99
repository's
10-
[LICENSE](https://github.com/holvonix-open/solr-query-maker/blob/master/LICENSE).
10+
[LICENSE](https://github.com/holvonix-open/solr-query-io-ts/blob/master/LICENSE).
1111
You also represent and warrant that you have all necessary rights to license the
1212
content as specified in the preceding sentence and that doing so will not
1313
infringe upon any right of any third party nor violate any applicable law or

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
contribute to this repository (including but not limited to this pull request
33
and all bugs, commits, pull requests, feature requests, and suggestions) under
44
the repository's
5-
[LICENSE](https://github.com/holvonix-open/solr-query-maker/blob/master/LICENSE).
5+
[LICENSE](https://github.com/holvonix-open/solr-query-io-ts/blob/master/LICENSE).
66
You also represent and warrant that you have all necessary rights to license the
77
content as specified in the preceding sentence and that doing so will not
88
infringe upon any right of any third party nor violate any applicable law or

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
## [2.0.1](https://github.com/holvonix-open/solr-query-maker/compare/v2.0.0...v2.0.1) (2019-08-10)
1+
## [2.0.1](https://github.com/holvonix-open/solr-query-io-ts/compare/v2.0.0...v2.0.1) (2019-08-10)
22

33

44
### 🐛 Bug Fixes
55

6-
* **deps:** bump fp-ts and various dev-deps ([e259b6d](https://github.com/holvonix-open/solr-query-maker/commit/e259b6d))
6+
* **deps:** bump fp-ts and various dev-deps ([e259b6d](https://github.com/holvonix-open/solr-query-io-ts/commit/e259b6d))
77

88

99
### 🧦 Miscellaneous
1010

11-
* this is a library, prod deps are chores by default ([552d48c](https://github.com/holvonix-open/solr-query-maker/commit/552d48c))
11+
* this is a library, prod deps are chores by default ([552d48c](https://github.com/holvonix-open/solr-query-io-ts/commit/552d48c))
1212

13-
# [2.0.0](https://github.com/holvonix-open/solr-query-maker/compare/v1.0.3...v2.0.0) (2019-08-08)
13+
# [2.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v1.0.3...v2.0.0) (2019-08-08)
1414

1515

1616
### 🌟🚀 Features
1717

18-
* define Primitive (incl. Glob and Spatial ops), Range, Literal, Clause and all operator types as `io-ts` codecs for greater type safety. ([df42e51](https://github.com/holvonix-open/solr-query-maker/commit/df42e51))
19-
* support node 12 ([1059032](https://github.com/holvonix-open/solr-query-maker/commit/1059032))
18+
* define Primitive (incl. Glob and Spatial ops), Range, Literal, Clause and all operator types as `io-ts` codecs for greater type safety. ([df42e51](https://github.com/holvonix-open/solr-query-io-ts/commit/df42e51))
19+
* support node 12 ([1059032](https://github.com/holvonix-open/solr-query-io-ts/commit/1059032))
2020

2121

2222
### 💄 Polish
2323

24-
* update package.json to our convention; prettify everything ([1c215a6](https://github.com/holvonix-open/solr-query-maker/commit/1c215a6))
24+
* update package.json to our convention; prettify everything ([1c215a6](https://github.com/holvonix-open/solr-query-io-ts/commit/1c215a6))
2525

2626

2727
### 📖 Documentation
2828

29-
* add quick start example ([44f6c26](https://github.com/holvonix-open/solr-query-maker/commit/44f6c26))
29+
* add quick start example ([44f6c26](https://github.com/holvonix-open/solr-query-io-ts/commit/44f6c26))
3030

3131

3232
### 🔧 Build / Continuous Integration
3333

34-
* use release-config-js ([4ed22d5](https://github.com/holvonix-open/solr-query-maker/commit/4ed22d5))
34+
* use release-config-js ([4ed22d5](https://github.com/holvonix-open/solr-query-io-ts/commit/4ed22d5))
3535

3636

3737
### 🧦 Miscellaneous
3838

39-
* **ci:** build only master branch ([f08752f](https://github.com/holvonix-open/solr-query-maker/commit/f08752f))
40-
* no automerge ([2d60926](https://github.com/holvonix-open/solr-query-maker/commit/2d60926))
39+
* **ci:** build only master branch ([f08752f](https://github.com/holvonix-open/solr-query-io-ts/commit/f08752f))
40+
* no automerge ([2d60926](https://github.com/holvonix-open/solr-query-io-ts/commit/2d60926))
4141

4242

4343
### ⚠️ BREAKING CHANGES
@@ -50,42 +50,42 @@
5050
* `Glob` literals only allowed for strings and dates.
5151
* Bare `TermValue`s are no longer `Clause`s. A new type `QueryElement` is the union of `Clause` and all `TermValue` types.
5252

53-
## [1.0.3](https://github.com/holvonix-open/solr-query-maker/compare/v1.0.2...v1.0.3) (2019-08-01)
53+
## [1.0.3](https://github.com/holvonix-open/solr-query-io-ts/compare/v1.0.2...v1.0.3) (2019-08-01)
5454

5555

5656
### Bug Fixes
5757

58-
* **build:** fix broken build scripts ([3aa5fed](https://github.com/holvonix-open/solr-query-maker/commit/3aa5fed))
58+
* **build:** fix broken build scripts ([3aa5fed](https://github.com/holvonix-open/solr-query-io-ts/commit/3aa5fed))
5959

60-
## [1.0.2](https://github.com/holvonix-open/solr-query-maker/compare/v1.0.1...v1.0.2) (2019-08-01)
60+
## [1.0.2](https://github.com/holvonix-open/solr-query-io-ts/compare/v1.0.1...v1.0.2) (2019-08-01)
6161

6262

6363
### Bug Fixes
6464

65-
* return to node 10 ([b6af885](https://github.com/holvonix-open/solr-query-maker/commit/b6af885))
65+
* return to node 10 ([b6af885](https://github.com/holvonix-open/solr-query-io-ts/commit/b6af885))
6666

67-
## [1.0.1](https://github.com/holvonix-open/solr-query-maker/compare/v1.0.0...v1.0.1) (2019-08-01)
67+
## [1.0.1](https://github.com/holvonix-open/solr-query-io-ts/compare/v1.0.0...v1.0.1) (2019-08-01)
6868

6969

7070
### Bug Fixes
7171

72-
* permit node8,yarn1 ([28bf719](https://github.com/holvonix-open/solr-query-maker/commit/28bf719))
72+
* permit node8,yarn1 ([28bf719](https://github.com/holvonix-open/solr-query-io-ts/commit/28bf719))
7373

74-
# [1.0.0](https://github.com/holvonix-open/solr-query-maker/compare/v0.10.0...v1.0.0) (2019-07-22)
74+
# [1.0.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v0.10.0...v1.0.0) (2019-07-22)
7575

7676

7777
### Features
7878

79-
* **1.0.0:** Promote to v1! ([e6b8bf4](https://github.com/holvonix-open/solr-query-maker/commit/e6b8bf4))
79+
* **1.0.0:** Promote to v1! ([e6b8bf4](https://github.com/holvonix-open/solr-query-io-ts/commit/e6b8bf4))
8080

8181

8282
### BREAKING CHANGES
8383

8484
* **1.0.0:** Promote to full v1.
8585

86-
# [0.10.0](https://github.com/holvonix-open/solr-query-maker/compare/v0.9.1...v0.10.0) (2019-07-20)
86+
# [0.10.0](https://github.com/holvonix-open/solr-query-io-ts/compare/v0.9.1...v0.10.0) (2019-07-20)
8787

8888

8989
### Features
9090

91-
* **ci:** semantic release ([043f485](https://github.com/holvonix-open/solr-query-maker/commit/043f485))
91+
* **ci:** semantic release ([043f485](https://github.com/holvonix-open/solr-query-io-ts/commit/043f485))

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# solr-query-maker
1+
# solr-query-io-ts
22

33
This product contains software originally developed by Holvonix LLC.
4-
Original Repository: https://github.com/holvonix-open/solr-query-maker
4+
Original Repository: https://github.com/holvonix-open/solr-query-io-ts
55

66
Copyright (c) 2019 Holvonix LLC. All rights reserved.
77

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# solr-query-maker
1+
# solr-query-io-ts
22

33
This product contains software originally developed by Holvonix LLC.
4-
Original Repository: https://github.com/holvonix-open/solr-query-maker
4+
Original Repository: https://github.com/holvonix-open/solr-query-io-ts
55

66
Copyright (c) 2019 Holvonix LLC. All rights reserved.
77

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# solr-query-maker - Build Solr search queries, including spatial predicates
1+
# solr-query-io-ts - Build Solr search queries, including spatial predicates
22

33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
4-
[![npm](https://img.shields.io/npm/v/solr-query-maker.svg)](https://www.npmjs.com/package/solr-query-maker)
5-
[![Build Status](https://travis-ci.com/holvonix-open/solr-query-maker.svg?branch=master)](https://travis-ci.com/holvonix-open/solr-query-maker)
6-
[![GitHub last commit](https://img.shields.io/github/last-commit/holvonix-open/solr-query-maker.svg)](https://github.com/holvonix-open/solr-query-maker/commits)
7-
[![codecov](https://codecov.io/gh/holvonix-open/solr-query-maker/branch/master/graph/badge.svg)](https://codecov.io/gh/holvonix-open/solr-query-maker)
8-
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=holvonix-open/solr-query-maker)](https://dependabot.com)
4+
[![npm](https://img.shields.io/npm/v/solr-query-io-ts.svg)](https://www.npmjs.com/package/solr-query-io-ts)
5+
[![Build Status](https://travis-ci.com/holvonix-open/solr-query-io-ts.svg?branch=master)](https://travis-ci.com/holvonix-open/solr-query-io-ts)
6+
[![GitHub last commit](https://img.shields.io/github/last-commit/holvonix-open/solr-query-io-ts.svg)](https://github.com/holvonix-open/solr-query-io-ts/commits)
7+
[![codecov](https://codecov.io/gh/holvonix-open/solr-query-io-ts/branch/master/graph/badge.svg)](https://codecov.io/gh/holvonix-open/solr-query-io-ts)
8+
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=holvonix-open/solr-query-io-ts)](https://dependabot.com)
99
[![DeepScan grade](https://deepscan.io/api/teams/4465/projects/6353/branches/52803/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=4465&pid=6353&bid=52803)
1010
[![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts)
1111
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
1212

1313
## Quick Start
1414

15-
After `yarn add solr-query-maker`:
15+
After `yarn add solr-query-io-ts`:
1616

1717
```typescript
18-
import { Q, SolrQueryFromElement } from 'solr-query-maker';
18+
import { Q, SolrQueryFromElement } from 'solr-query-io-ts';
1919

2020
function makeQuery() {
2121
// (geo:"Intersects(POINT(-122.17381 37.426002))" OR "spicy" OR title:He??o OR product:([100 TO *] AND (NOT 600)))
@@ -45,10 +45,10 @@ under Section 4d of the License.
4545

4646
```
4747
48-
# solr-query-maker
48+
# solr-query-io-ts
4949
5050
This product contains software originally developed by Holvonix LLC.
51-
Original Repository: https://github.com/holvonix-open/solr-query-maker
51+
Original Repository: https://github.com/holvonix-open/solr-query-io-ts
5252
5353
Copyright (c) 2019 Holvonix LLC. All rights reserved.
5454

examples/quickstart/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Q, SolrQueryFromElement } from 'solr-query-maker';
1+
import { Q, SolrQueryFromElement } from 'solr-query-io-ts';
22

33
function makeQuery() {
44
// (geo:"Intersects(POINT(-122.17381 37.426002))" OR "spicy" OR title:He??o OR product:([100 TO *] AND (NOT 600)))

0 commit comments

Comments
 (0)