@thi.ng/interceptors 3.1.22 → 3.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.
- package/CHANGELOG.md +11 -11
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
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
|
# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/interceptors@3.0.0) (2021-10-12)
|
|
46
46
|
|
|
@@ -61,16 +61,16 @@ and/or version bumps of transitive dependencies.
|
|
|
61
61
|
|
|
62
62
|
#### ♻️ Refactoring
|
|
63
63
|
|
|
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 all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
67
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
64
68
|
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
65
69
|
- largely related to recent updates/restructuring of these packages:
|
|
66
70
|
- api
|
|
67
71
|
- defmulti
|
|
68
72
|
- errors
|
|
69
73
|
- logger
|
|
70
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
71
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
72
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
73
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
74
74
|
|
|
75
75
|
### [2.2.35](https://github.com/thi-ng/umbrella/tree/@thi.ng/interceptors@2.2.35) (2020-12-07)
|
|
76
76
|
|
|
@@ -110,8 +110,8 @@ and/or version bumps of transitive dependencies.
|
|
|
110
110
|
|
|
111
111
|
#### ♻️ Refactoring
|
|
112
112
|
|
|
113
|
-
- update ensureStateXXX() iceps (re-use) ([80ea335](https://github.com/thi-ng/umbrella/commit/80ea335))
|
|
114
113
|
- simplify addHandler, split processXXX, add logger ([b7455ab](https://github.com/thi-ng/umbrella/commit/b7455ab))
|
|
114
|
+
- update ensureStateXXX() iceps (re-use) ([80ea335](https://github.com/thi-ng/umbrella/commit/80ea335))
|
|
115
115
|
|
|
116
116
|
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/interceptors@2.1.0) (2019-07-07)
|
|
117
117
|
|
|
@@ -131,8 +131,8 @@ and/or version bumps of transitive dependencies.
|
|
|
131
131
|
|
|
132
132
|
#### ♻️ Refactoring
|
|
133
133
|
|
|
134
|
-
- re-use Fn type aliases ([9ebe677](https://github.com/thi-ng/umbrella/commit/9ebe677))
|
|
135
134
|
- update Fn args in various packages ([e453ac3](https://github.com/thi-ng/umbrella/commit/e453ac3))
|
|
135
|
+
- re-use Fn type aliases ([9ebe677](https://github.com/thi-ng/umbrella/commit/9ebe677))
|
|
136
136
|
|
|
137
137
|
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/interceptors@2.0.0) (2019-01-21)
|
|
138
138
|
|
|
@@ -230,17 +230,17 @@ and/or version bumps of transitive dependencies.
|
|
|
230
230
|
|
|
231
231
|
#### 🚀 Features
|
|
232
232
|
|
|
233
|
-
- add undo/redo handlers/fx & snapshot() interceptor ([3c92f7e](https://github.com/thi-ng/umbrella/commit/3c92f7e))
|
|
234
|
-
- add default FX_UNDO/REDO side fx ([a102eb7](https://github.com/thi-ng/umbrella/commit/a102eb7))
|
|
235
233
|
- update processQueue(), expose full ctx to handlers ([183af61](https://github.com/thi-ng/umbrella/commit/183af61))
|
|
236
234
|
- update InterceptorFn / InterceptorPredicate to pass ctx as opt last arg
|
|
235
|
+
- add default FX_UNDO/REDO side fx ([a102eb7](https://github.com/thi-ng/umbrella/commit/a102eb7))
|
|
236
|
+
- add undo/redo handlers/fx & snapshot() interceptor ([3c92f7e](https://github.com/thi-ng/umbrella/commit/3c92f7e))
|
|
237
237
|
|
|
238
238
|
#### ♻️ Refactoring
|
|
239
239
|
|
|
240
|
+
- also pass ctx to sidefx handlers ([ba0c876](https://github.com/thi-ng/umbrella/commit/ba0c876))
|
|
240
241
|
- refactor undo handling ([a1d9ae6](https://github.com/thi-ng/umbrella/commit/a1d9ae6))
|
|
241
242
|
- update EV_UNDO/REDO handlers & docs
|
|
242
243
|
- remove FX_UNDO/REDO
|
|
243
|
-
- also pass ctx to sidefx handlers ([ba0c876](https://github.com/thi-ng/umbrella/commit/ba0c876))
|
|
244
244
|
|
|
245
245
|
## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/interceptors@1.2.0) (2018-04-13)
|
|
246
246
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/interceptors",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.24",
|
|
4
4
|
"description": "Interceptor based event bus, side effect & immutable state handling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/atom": "^5.1.
|
|
39
|
-
"@thi.ng/checks": "^3.3.
|
|
40
|
-
"@thi.ng/errors": "^2.2.
|
|
41
|
-
"@thi.ng/logger": "^1.4.
|
|
42
|
-
"@thi.ng/paths": "^5.1.
|
|
37
|
+
"@thi.ng/api": "^8.4.6",
|
|
38
|
+
"@thi.ng/atom": "^5.1.22",
|
|
39
|
+
"@thi.ng/checks": "^3.3.3",
|
|
40
|
+
"@thi.ng/errors": "^2.2.4",
|
|
41
|
+
"@thi.ng/logger": "^1.4.3",
|
|
42
|
+
"@thi.ng/paths": "^5.1.22"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.33.5",
|
|
46
|
-
"@thi.ng/testament": "^0.3.
|
|
46
|
+
"@thi.ng/testament": "^0.3.5",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"tools": "^0.0.1",
|
|
49
|
-
"typedoc": "^0.23.
|
|
49
|
+
"typedoc": "^0.23.20",
|
|
50
50
|
"typescript": "^4.8.4"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"node": ">=12.7"
|
|
66
66
|
},
|
|
67
67
|
"files": [
|
|
68
|
-
"
|
|
69
|
-
"
|
|
68
|
+
"./*.js",
|
|
69
|
+
"./*.d.ts"
|
|
70
70
|
],
|
|
71
71
|
"exports": {
|
|
72
72
|
".": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"status": "deprecated",
|
|
92
92
|
"year": 2016
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
95
95
|
}
|