|
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) |
2 | 2 |
|
3 | 3 |
|
4 | 4 | ### 🐛 Bug Fixes
|
5 | 5 |
|
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)) |
7 | 7 |
|
8 | 8 |
|
9 | 9 | ### 🧦 Miscellaneous
|
10 | 10 |
|
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)) |
12 | 12 |
|
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) |
14 | 14 |
|
15 | 15 |
|
16 | 16 | ### 🌟🚀 Features
|
17 | 17 |
|
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)) |
20 | 20 |
|
21 | 21 |
|
22 | 22 | ### 💄 Polish
|
23 | 23 |
|
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)) |
25 | 25 |
|
26 | 26 |
|
27 | 27 | ### 📖 Documentation
|
28 | 28 |
|
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)) |
30 | 30 |
|
31 | 31 |
|
32 | 32 | ### 🔧 Build / Continuous Integration
|
33 | 33 |
|
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)) |
35 | 35 |
|
36 | 36 |
|
37 | 37 | ### 🧦 Miscellaneous
|
38 | 38 |
|
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)) |
41 | 41 |
|
42 | 42 |
|
43 | 43 | ### ⚠️ BREAKING CHANGES
|
|
50 | 50 | * `Glob` literals only allowed for strings and dates.
|
51 | 51 | * Bare `TermValue`s are no longer `Clause`s. A new type `QueryElement` is the union of `Clause` and all `TermValue` types.
|
52 | 52 |
|
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) |
54 | 54 |
|
55 | 55 |
|
56 | 56 | ### Bug Fixes
|
57 | 57 |
|
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)) |
59 | 59 |
|
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) |
61 | 61 |
|
62 | 62 |
|
63 | 63 | ### Bug Fixes
|
64 | 64 |
|
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)) |
66 | 66 |
|
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) |
68 | 68 |
|
69 | 69 |
|
70 | 70 | ### Bug Fixes
|
71 | 71 |
|
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)) |
73 | 73 |
|
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) |
75 | 75 |
|
76 | 76 |
|
77 | 77 | ### Features
|
78 | 78 |
|
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)) |
80 | 80 |
|
81 | 81 |
|
82 | 82 | ### BREAKING CHANGES
|
83 | 83 |
|
84 | 84 | * **1.0.0:** Promote to full v1.
|
85 | 85 |
|
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) |
87 | 87 |
|
88 | 88 |
|
89 | 89 | ### Features
|
90 | 90 |
|
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)) |
0 commit comments