@thi.ng/rstream-query 2.1.30 → 2.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -28
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -38,9 +38,9 @@ and/or version bumps of transitive dependencies.
38
38
 
39
39
  #### ♻️ Refactoring
40
40
 
41
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
42
41
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
43
42
  - add .js suffix for all relative imports
43
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
44
44
 
45
45
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@2.0.0) (2021-10-12)
46
46
 
@@ -61,32 +61,32 @@ and/or version bumps of transitive dependencies.
61
61
 
62
62
  #### ♻️ Refactoring
63
63
 
64
- - migrate logger to own file ([6f0c8c3](https://github.com/thi-ng/umbrella/commit/6f0c8c3))
65
- - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
64
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
65
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
66
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
67
+ - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
66
68
  - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
67
69
  - largely related to recent updates/restructuring of these packages:
68
70
  - api
69
71
  - defmulti
70
72
  - errors
71
73
  - logger
72
- - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
73
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
74
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
75
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
74
+ - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
75
+ - migrate logger to own file ([6f0c8c3](https://github.com/thi-ng/umbrella/commit/6f0c8c3))
76
76
 
77
77
  ### [1.1.66](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@1.1.66) (2021-03-12)
78
78
 
79
79
  #### ♻️ Refactoring
80
80
 
81
- - update types/generics ([b38c561](https://github.com/thi-ng/umbrella/commit/b38c561))
82
81
  - update types to use ISubscription ([f299612](https://github.com/thi-ng/umbrella/commit/f299612))
82
+ - update types/generics ([b38c561](https://github.com/thi-ng/umbrella/commit/b38c561))
83
83
 
84
84
  ### [1.1.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@1.1.52) (2020-12-07)
85
85
 
86
86
  #### ♻️ Refactoring
87
87
 
88
- - update type-only imports ([ba70998](https://github.com/thi-ng/umbrella/commit/ba70998))
89
88
  - update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
89
+ - update type-only imports ([ba70998](https://github.com/thi-ng/umbrella/commit/ba70998))
90
90
 
91
91
  ### [1.1.46](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@1.1.46) (2020-09-13)
92
92
 
@@ -120,8 +120,8 @@ and/or version bumps of transitive dependencies.
120
120
 
121
121
  #### ♻️ Refactoring
122
122
 
123
- - update addQueryFromSpec, nextID ([4a140e8](https://github.com/thi-ng/umbrella/commit/4a140e8))
124
123
  - simplify .findTriple(), move xforms, update deps ([c6a40df](https://github.com/thi-ng/umbrella/commit/c6a40df))
124
+ - update addQueryFromSpec, nextID ([4a140e8](https://github.com/thi-ng/umbrella/commit/4a140e8))
125
125
 
126
126
  ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@1.1.0) (2019-07-07)
127
127
 
@@ -207,7 +207,17 @@ and/or version bumps of transitive dependencies.
207
207
 
208
208
  #### 🚀 Features
209
209
 
210
- - add query spec types, addQueryFromSpec(), dedupe xforms ([d093a5c](https://github.com/thi-ng/umbrella/commit/d093a5c))
210
+ - add addQueryJoin(), add type aliases, update tests ([c5f36a2](https://github.com/thi-ng/umbrella/commit/c5f36a2))
211
+ - add removeTriple(), simplify wildcard subqueries ([443ff8f](https://github.com/thi-ng/umbrella/commit/443ff8f))
212
+ - add freeID list to reduce store fragmentation
213
+ - remove obsolete allSelections cache
214
+ - fix addQueryJoin() xform to also return empty result sets
215
+ - rename TripleStore methods, use Set-like API ([9b5c58a](https://github.com/thi-ng/umbrella/commit/9b5c58a))
216
+ - rename addTriple() => add()
217
+ - rename addTriples() => into()
218
+ - rename removeTriple() => delete()
219
+ - add get()
220
+ - refactor has()
211
221
  - add path query, multi-joins, pattern query reuse ([679c4e0](https://github.com/thi-ng/umbrella/commit/679c4e0))
212
222
  - add addPathQuery()
213
223
  - add addMultiJoin()
@@ -216,36 +226,26 @@ and/or version bumps of transitive dependencies.
216
226
  - add type aliases
217
227
  - add pattern query cache
218
228
  - add patternVars() helper
219
- - rename TripleStore methods, use Set-like API ([9b5c58a](https://github.com/thi-ng/umbrella/commit/9b5c58a))
220
- - rename addTriple() => add()
221
- - rename addTriples() => into()
222
- - rename removeTriple() => delete()
223
- - add get()
224
- - refactor has()
225
- - add removeTriple(), simplify wildcard subqueries ([443ff8f](https://github.com/thi-ng/umbrella/commit/443ff8f))
226
- - add freeID list to reduce store fragmentation
227
- - remove obsolete allSelections cache
228
- - fix addQueryJoin() xform to also return empty result sets
229
- - add addQueryJoin(), add type aliases, update tests ([c5f36a2](https://github.com/thi-ng/umbrella/commit/c5f36a2))
229
+ - add query spec types, addQueryFromSpec(), dedupe xforms ([d093a5c](https://github.com/thi-ng/umbrella/commit/d093a5c))
230
230
 
231
231
  ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@0.1.0) (2018-04-24)
232
232
 
233
233
  #### 🚀 Features
234
234
 
235
+ - initial import ([ef3903e](https://github.com/thi-ng/umbrella/commit/ef3903e))
236
+ - update index & sub-query caching/reuse ([66ec92f](https://github.com/thi-ng/umbrella/commit/66ec92f))
237
+ - add IToDot impl for graphviz conversion/viz ([a68eca0](https://github.com/thi-ng/umbrella/commit/a68eca0))
235
238
  - add param queries w/ variables, update addPatternQuery ([d9b845e](https://github.com/thi-ng/umbrella/commit/d9b845e))
236
239
  - add FactGraph.addParamQuery()
237
240
  - add FactGraph.has()
238
241
  - add qvarResolver()
239
- - add IToDot impl for graphviz conversion/viz ([a68eca0](https://github.com/thi-ng/umbrella/commit/a68eca0))
240
- - update index & sub-query caching/reuse ([66ec92f](https://github.com/thi-ng/umbrella/commit/66ec92f))
241
- - initial import ([ef3903e](https://github.com/thi-ng/umbrella/commit/ef3903e))
242
242
 
243
243
  #### ♻️ Refactoring
244
244
 
245
+ - simplify query handling, optimize addFact() ([a4aa4cb](https://github.com/thi-ng/umbrella/commit/a4aa4cb))
246
+ - simplify addQuery() ([16fabb8](https://github.com/thi-ng/umbrella/commit/16fabb8))
245
247
  - rename types, update readme ([b121c47](https://github.com/thi-ng/umbrella/commit/b121c47))
246
248
  - rename Fact => Triple, FactIds => TripleIds
247
249
  - rename FactGraph => TripleStore
248
250
  - add TripleStore.addTriples()
249
251
  - update TripleStore ctor
250
- - simplify addQuery() ([16fabb8](https://github.com/thi-ng/umbrella/commit/16fabb8))
251
- - simplify query handling, optimize addFact() ([a4aa4cb](https://github.com/thi-ng/umbrella/commit/a4aa4cb))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-query",
3
- "version": "2.1.30",
3
+ "version": "2.1.31",
4
4
  "description": "@thi.ng/rstream based triple store & reactive query engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,23 +34,23 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/associative": "^6.2.15",
39
- "@thi.ng/checks": "^3.3.2",
40
- "@thi.ng/equiv": "^2.1.12",
41
- "@thi.ng/errors": "^2.2.3",
42
- "@thi.ng/logger": "^1.4.2",
43
- "@thi.ng/math": "^5.3.12",
44
- "@thi.ng/rstream": "^7.2.27",
45
- "@thi.ng/rstream-dot": "^2.1.30",
46
- "@thi.ng/transducers": "^8.3.22"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/associative": "^6.2.16",
39
+ "@thi.ng/checks": "^3.3.3",
40
+ "@thi.ng/equiv": "^2.1.13",
41
+ "@thi.ng/errors": "^2.2.4",
42
+ "@thi.ng/logger": "^1.4.3",
43
+ "@thi.ng/math": "^5.3.13",
44
+ "@thi.ng/rstream": "^7.2.28",
45
+ "@thi.ng/rstream-dot": "^2.1.31",
46
+ "@thi.ng/transducers": "^8.3.23"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.33.5",
50
- "@thi.ng/testament": "^0.3.4",
50
+ "@thi.ng/testament": "^0.3.5",
51
51
  "rimraf": "^3.0.2",
52
52
  "tools": "^0.0.1",
53
- "typedoc": "^0.23.18",
53
+ "typedoc": "^0.23.20",
54
54
  "typescript": "^4.8.4"
55
55
  },
56
56
  "keywords": [
@@ -75,8 +75,8 @@
75
75
  "node": ">=12.7"
76
76
  },
77
77
  "files": [
78
- "*.js",
79
- "*.d.ts"
78
+ "./*.js",
79
+ "./*.d.ts"
80
80
  ],
81
81
  "exports": {
82
82
  ".": {
@@ -108,5 +108,5 @@
108
108
  "parent": "@thi.ng/rstream",
109
109
  "year": 2018
110
110
  },
111
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
111
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
112
112
  }