@thi.ng/oquery 2.1.22 → 2.1.24

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 +10 -10
  2. package/package.json +10 -10
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/oquery@2.0.0) (2021-10-12)
46
46
 
@@ -61,10 +61,10 @@ and/or version bumps of transitive dependencies.
61
61
 
62
62
  #### ♻️ Refactoring
63
63
 
64
- - update defmulti impls ([8d3d49f](https://github.com/thi-ng/umbrella/commit/8d3d49f))
65
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
66
64
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
67
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 defmulti impls ([8d3d49f](https://github.com/thi-ng/umbrella/commit/8d3d49f))
68
68
 
69
69
  ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/oquery@0.3.0) (2021-03-22)
70
70
 
@@ -83,11 +83,6 @@ and/or version bumps of transitive dependencies.
83
83
 
84
84
  #### 🚀 Features
85
85
 
86
- - add defKeyQuery(), refactor/fix types ([4c5ba42](https://github.com/thi-ng/umbrella/commit/4c5ba42))
87
- - add conditional types to fix return type inference (QueryFn/KeyQueryFn)
88
- - add defKeyQuery()
89
- - extract arrayQuery()/objQuery()
90
- - optimize arrayQuery() by pre-selecting query impl
91
86
  - add array support, add QueryOpts ([8498db0](https://github.com/thi-ng/umbrella/commit/8498db0))
92
87
  - add QueryFn interface to define overrides for fn
93
88
  returned by defQuery()
@@ -96,6 +91,11 @@ and/or version bumps of transitive dependencies.
96
91
  - add `full` and `inspect` QueryOpts to control result format and
97
92
  array value matching behavior
98
93
  - add/update tests
94
+ - add defKeyQuery(), refactor/fix types ([4c5ba42](https://github.com/thi-ng/umbrella/commit/4c5ba42))
95
+ - add conditional types to fix return type inference (QueryFn/KeyQueryFn)
96
+ - add defKeyQuery()
97
+ - extract arrayQuery()/objQuery()
98
+ - optimize arrayQuery() by pre-selecting query impl
99
99
 
100
100
  #### ♻️ Refactoring
101
101
 
@@ -108,8 +108,8 @@ and/or version bumps of transitive dependencies.
108
108
 
109
109
  #### ♻️ Refactoring
110
110
 
111
- - further sub-query extraction/re-use ([4fb9b4b](https://github.com/thi-ng/umbrella/commit/4fb9b4b))
112
111
  - dedupe, simplify sub-query fns ([498e4e5](https://github.com/thi-ng/umbrella/commit/498e4e5))
112
+ - further sub-query extraction/re-use ([4fb9b4b](https://github.com/thi-ng/umbrella/commit/4fb9b4b))
113
113
 
114
114
  ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/oquery@0.1.0) (2020-07-04)
115
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/oquery",
3
- "version": "2.1.22",
3
+ "version": "2.1.24",
4
4
  "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/checks": "^3.3.2",
39
- "@thi.ng/defmulti": "^2.1.20",
40
- "@thi.ng/equiv": "^2.1.12"
37
+ "@thi.ng/api": "^8.5.0",
38
+ "@thi.ng/checks": "^3.3.3",
39
+ "@thi.ng/defmulti": "^2.1.22",
40
+ "@thi.ng/equiv": "^2.1.13"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.33.5",
44
- "@thi.ng/testament": "^0.3.4",
44
+ "@thi.ng/testament": "^0.3.5",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
- "typedoc": "^0.23.18",
47
+ "typedoc": "^0.23.20",
48
48
  "typescript": "^4.8.4"
49
49
  },
50
50
  "keywords": [
@@ -68,8 +68,8 @@
68
68
  "node": ">=12.7"
69
69
  },
70
70
  "files": [
71
- "*.js",
72
- "*.d.ts"
71
+ "./*.js",
72
+ "./*.d.ts"
73
73
  ],
74
74
  "exports": {
75
75
  ".": {
@@ -91,5 +91,5 @@
91
91
  ],
92
92
  "year": 2020
93
93
  },
94
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
94
+ "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
95
95
  }