This repository was archived by the owner on Jan 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 6.0.0] ( https://github.com/holvonix-open/solr-query-io-ts/compare/v5.0.0...v6.0.0 ) (2019-08-14)
2
+
3
+
4
+ ### 🌟🚀 Features
5
+
6
+ * implement simple query model for user-provided input ([ 0c99875] ( https://github.com/holvonix-open/solr-query-io-ts/commit/0c99875 ) )
7
+
8
+
9
+ ### 🐛 Bug Fixes
10
+
11
+ * enforce arrays of types to be readonly ([ fe8f833] ( https://github.com/holvonix-open/solr-query-io-ts/commit/fe8f833 ) )
12
+ * make all types shallow immutable ([ 260f218] ( https://github.com/holvonix-open/solr-query-io-ts/commit/260f218 ) )
13
+
14
+
15
+ ### 📖 Documentation
16
+
17
+ * delete legacy bug template ([ b05fa50] ( https://github.com/holvonix-open/solr-query-io-ts/commit/b05fa50 ) )
18
+
19
+
20
+ ### 🧦 Miscellaneous
21
+
22
+ * ** deps-dev:** bump @holvonix-open/release-config-js ([ #26 ] ( https://github.com/holvonix-open/solr-query-io-ts/issues/26 ) ) ([ a36e00c] ( https://github.com/holvonix-open/solr-query-io-ts/commit/a36e00c ) )
23
+ * stale settings ([ 29f8ad1] ( https://github.com/holvonix-open/solr-query-io-ts/commit/29f8ad1 ) )
24
+ * ** deps-dev:** bump @holvonix-open/release-config-js ([ #27 ] ( https://github.com/holvonix-open/solr-query-io-ts/issues/27 ) ) ([ 0179a3e] ( https://github.com/holvonix-open/solr-query-io-ts/commit/0179a3e ) )
25
+
26
+
27
+ ### ⚠️ BREAKING CHANGES
28
+
29
+ * all types are now shallow immutable (Readonly<>)
30
+
1
31
# [ 5.0.0] ( https://github.com/holvonix-open/solr-query-io-ts/compare/v4.0.0...v5.0.0 ) (2019-08-11)
2
32
3
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " solr-query-io-ts" ,
3
- "version" : " 5 .0.0" ,
3
+ "version" : " 6 .0.0" ,
4
4
"description" : " A Solr Query builder and types" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments