node-cqrs 1.2.0-alpha.3 → 1.2.0-beta.1
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 +18 -37
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,64 +1,42 @@
|
|
|
1
|
-
# [1.2.0-
|
|
1
|
+
# [1.2.0-beta.1](https://github.com/snatalenko/node-cqrs/compare/v1.1.1...v1.2.0-beta.1) (2026-07-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
### Internal Fixes
|
|
5
|
-
|
|
6
|
-
* Move duplicate worker utils into src/shared/worker-utils/ ([8b3c383](https://github.com/snatalenko/node-cqrs/commit/8b3c383be41edd40fcedfbb663104e4f5d530bcc))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
# [1.2.0-alpha.2](https://github.com/snatalenko/node-cqrs/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2026-05-04)
|
|
10
|
-
|
|
11
4
|
|
|
12
|
-
|
|
13
|
-
# [1.2.0-alpha.1](https://github.com/snatalenko/node-cqrs/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2026-04-28)
|
|
5
|
+
# [1.2.0-beta.0](https://github.com/snatalenko/node-cqrs/compare/v1.1.0...v1.2.0-beta.0) (2026-06-17)
|
|
14
6
|
|
|
15
7
|
|
|
16
8
|
### Features
|
|
17
9
|
|
|
10
|
+
* Add sqlite-workers submodule for async SQLite reads ([1987a40](https://github.com/snatalenko/node-cqrs/commit/1987a403fdfd38a57cf4b2c82bc79e88568bc32e))
|
|
18
11
|
* Allow SQLite worker connections to be created with a custom factory ([fb39cf1](https://github.com/snatalenko/node-cqrs/commit/fb39cf1e3be51c279de6571262c360bf057dea28))
|
|
19
12
|
|
|
13
|
+
### Internal Fixes
|
|
20
14
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### Features
|
|
25
|
-
|
|
26
|
-
* Add sqlite-workers submodule for async SQLite reads ([1987a40](https://github.com/snatalenko/node-cqrs/commit/1987a403fdfd38a57cf4b2c82bc79e88568bc32e))
|
|
27
|
-
|
|
15
|
+
* Move duplicate worker utils into src/shared/worker-utils/ ([8b3c383](https://github.com/snatalenko/node-cqrs/commit/8b3c383be41edd40fcedfbb663104e4f5d530bcc))
|
|
28
16
|
|
|
29
|
-
# [1.1.0](https://github.com/snatalenko/node-cqrs/compare/v1.2.0-alpha.2...v1.1.0) (2026-05-26)
|
|
30
17
|
|
|
18
|
+
## [1.1.1](https://github.com/snatalenko/node-cqrs/compare/v1.2.0-beta.0...v1.1.1) (2026-07-17)
|
|
31
19
|
|
|
32
|
-
### Documentation
|
|
33
20
|
|
|
34
|
-
|
|
21
|
+
### Fixes
|
|
35
22
|
|
|
23
|
+
* Chained pipelines not preserving FIFO action start order ([ba27d1d](https://github.com/snatalenko/node-cqrs/commit/ba27d1d3be700c69c87e0df6e7385ea784824e63))
|
|
36
24
|
|
|
37
|
-
# [1.2.0-alpha.2](https://github.com/snatalenko/node-cqrs/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2026-05-04)
|
|
38
25
|
|
|
26
|
+
# [1.2.0-beta.0](https://github.com/snatalenko/node-cqrs/compare/v1.1.0...v1.2.0-beta.0) (2026-06-17)
|
|
39
27
|
|
|
40
|
-
### Changes
|
|
41
28
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Documentation
|
|
29
|
+
### Features
|
|
45
30
|
|
|
46
|
-
* Add
|
|
31
|
+
* Add sqlite-workers submodule for async SQLite reads ([1987a40](https://github.com/snatalenko/node-cqrs/commit/1987a403fdfd38a57cf4b2c82bc79e88568bc32e))
|
|
32
|
+
* Allow SQLite worker connections to be created with a custom factory ([fb39cf1](https://github.com/snatalenko/node-cqrs/commit/fb39cf1e3be51c279de6571262c360bf057dea28))
|
|
47
33
|
|
|
48
34
|
### Internal Fixes
|
|
49
35
|
|
|
50
|
-
*
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
# [1.2.0-alpha.1](https://github.com/snatalenko/node-cqrs/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2026-04-28)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Features
|
|
57
|
-
|
|
58
|
-
* Allow SQLite worker connections to be created with a custom factory ([fb39cf1](https://github.com/snatalenko/node-cqrs/commit/fb39cf1e3be51c279de6571262c360bf057dea28))
|
|
36
|
+
* Move duplicate worker utils into src/shared/worker-utils/ ([8b3c383](https://github.com/snatalenko/node-cqrs/commit/8b3c383be41edd40fcedfbb663104e4f5d530bcc))
|
|
59
37
|
|
|
60
38
|
|
|
61
|
-
# [1.
|
|
39
|
+
# [1.1.0](https://github.com/snatalenko/node-cqrs/compare/v1.0.2...v1.1.0) (2026-05-26)
|
|
62
40
|
|
|
63
41
|
|
|
64
42
|
### Features
|
|
@@ -70,7 +48,6 @@
|
|
|
70
48
|
* MongoDB-backed event storage ([53fb5e1](https://github.com/snatalenko/node-cqrs/commit/53fb5e1c0d7a027f9afebf88f8d3d516d06c3c48))
|
|
71
49
|
* MongoDb-backed view model (`MongoObjectView`, `AbstractMongoObjectProjection`) ([4995bfe](https://github.com/snatalenko/node-cqrs/commit/4995bfe2daf53372d3e7e36d59ee103219ad6a35))
|
|
72
50
|
* Option for rabbitmq queue-level message TTL ([d4461e6](https://github.com/snatalenko/node-cqrs/commit/d4461e68b0e69696340bfdb80c7f947146bca08b))
|
|
73
|
-
* Add sqlite-workers submodule for async SQLite reads ([1987a40](https://github.com/snatalenko/node-cqrs/commit/1987a403fdfd38a57cf4b2c82bc79e88568bc32e))
|
|
74
51
|
|
|
75
52
|
### Changes
|
|
76
53
|
|
|
@@ -80,6 +57,7 @@
|
|
|
80
57
|
* Add default queueName for RabbitMqCommandBus ([ee4b5a1](https://github.com/snatalenko/node-cqrs/commit/ee4b5a170e44db6227e76d2ffb1695b6dfaef6e4))
|
|
81
58
|
* Add error handling and drain functionality to event publishing process ([d23ea62](https://github.com/snatalenko/node-cqrs/commit/d23ea621c8a71e2cda4baaf091166534c4f5af2e))
|
|
82
59
|
* Allow extra command parameters to be passed to AbstractAggregate handler as 3rd argument ([ae11b7e](https://github.com/snatalenko/node-cqrs/commit/ae11b7eb709e658fbc910aadb1376bc8a3fade1b))
|
|
60
|
+
* Deliver events to worker in batches during restoring phase ([212e353](https://github.com/snatalenko/node-cqrs/commit/212e3535b22e6a763a7e0fd1f81036f9ef776ec0))
|
|
83
61
|
|
|
84
62
|
### Fixes
|
|
85
63
|
|
|
@@ -92,6 +70,8 @@
|
|
|
92
70
|
* Add detailed documentation for redis and mongodb modules ([72e66f5](https://github.com/snatalenko/node-cqrs/commit/72e66f5508a6df6c0a4a341e752cfab76830478a))
|
|
93
71
|
* Detailed sqlite and rabbitmq instructions ([dd242fd](https://github.com/snatalenko/node-cqrs/commit/dd242fd73018bcfa0583ab1ddd12518c4f3a4777))
|
|
94
72
|
* Minor spec update ([6a2883a](https://github.com/snatalenko/node-cqrs/commit/6a2883adc7b6a7a48bb5f62562c2242826860e89))
|
|
73
|
+
* Add index.html for publishing with gh pages ([cac88ed](https://github.com/snatalenko/node-cqrs/commit/cac88edaaef1c9457af48fd7477daf8ae624eb43))
|
|
74
|
+
* Fix homepage styles cdn ([6ab1ff2](https://github.com/snatalenko/node-cqrs/commit/6ab1ff28246b4496a7fc0b2911c01c8960f9959e))
|
|
95
75
|
|
|
96
76
|
### Build System
|
|
97
77
|
|
|
@@ -104,6 +84,7 @@
|
|
|
104
84
|
* Enhance message payload typing ([7911acc](https://github.com/snatalenko/node-cqrs/commit/7911accce07cba7c30ae4f5825a6e26e0934b8dc))
|
|
105
85
|
* Expose `viewLocker` on WorkerProxyProjection ([628fbe3](https://github.com/snatalenko/node-cqrs/commit/628fbe3c7af141443092cdf1fb6c0824c19a6324))
|
|
106
86
|
* Make `getHandler` to throw error if handler is not defined ([ecbd73e](https://github.com/snatalenko/node-cqrs/commit/ecbd73e0604c74eb85a946b15a4b872b688da01e))
|
|
87
|
+
* Allow disposing worker projection proxy more than once ([768f73a](https://github.com/snatalenko/node-cqrs/commit/768f73a28a8a1a572449122f5046c102435dd5bd))
|
|
107
88
|
|
|
108
89
|
|
|
109
90
|
## [1.0.2](https://github.com/snatalenko/node-cqrs/compare/v1.0.1...v1.0.2) (2026-04-03)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-cqrs",
|
|
3
|
-
"version": "1.2.0-
|
|
3
|
+
"version": "1.2.0-beta.1",
|
|
4
4
|
"description": "TypeScript CQRS/Event Sourcing toolkit for Node.js with DI, sagas, projections, and optional Worker, RabbitMQ, and SQLite adapters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
],
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"async-iterable-buffer": "^1.1.0",
|
|
126
|
-
"async-parallel-pipe": "^1.0.
|
|
126
|
+
"async-parallel-pipe": "^1.0.4",
|
|
127
127
|
"di0": "^1.3.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
@@ -135,7 +135,6 @@
|
|
|
135
135
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
136
136
|
"@rollup/plugin-terser": "^1.0.0",
|
|
137
137
|
"@types/amqplib": "^0.10.8",
|
|
138
|
-
"ioredis": "^5.0.0",
|
|
139
138
|
"@types/better-sqlite3": "^7.6.13",
|
|
140
139
|
"@types/jest": "^29.5.14",
|
|
141
140
|
"@types/node": "^25.5.0",
|
|
@@ -148,6 +147,7 @@
|
|
|
148
147
|
"eslint": "^9.39.4",
|
|
149
148
|
"eslint-plugin-jest": "^28.14.0",
|
|
150
149
|
"globals": "^17.4.0",
|
|
150
|
+
"ioredis": "^5.0.0",
|
|
151
151
|
"jest": "^29.7.0",
|
|
152
152
|
"mongodb": "^6.21.0",
|
|
153
153
|
"rollup": "^4.59.0",
|