|
| 1 | +# [1.0.0-rc.15](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.14...v1.0.0-rc.15) (2025-08-24) |
| 2 | + |
| 3 | + |
| 4 | + |
1 | 5 | # [1.0.0-rc.14](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2025-08-15) |
2 | 6 |
|
3 | 7 |
|
|
55 | 59 | * Remove `publishAsync` setting, simplify publishing sequence ([79257e5](https://github.com/snatalenko/node-cqrs/commit/79257e59d322df5dd8e41bedf5273c97ae77b609)) |
56 | 60 |
|
57 | 61 |
|
58 | | -# [1.0.0-rc.6](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2025-03-21) |
59 | | - |
60 | | - |
61 | | -### Changes |
62 | | - |
63 | | -* Support persistent views; Add SQLite infrastructure ([c235573](https://github.com/snatalenko/node-cqrs/commit/c235573678be349d031d1a696cab3993224979a2)) |
| 62 | +# [1.0.0-rc.6](https://github.com/snatalenko/node-cqrs/compare/v0.16.4...v1.0.0-rc.6) (2025-03-21) |
64 | 63 |
|
65 | 64 |
|
66 | | -# [1.0.0-rc.5](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2024-10-27) |
| 65 | +### Fixes |
67 | 66 |
|
| 67 | +* Vulnerability in minimist dependency ([07b8c68](https://github.com/snatalenko/node-cqrs/commit/07b8c682fae4278965aa13a06caa994c037934e9)) |
68 | 68 |
|
69 | 69 | ### Changes |
70 | 70 |
|
71 | 71 | * Add `InMemoryView.prototype.getSync` method ([5d4adb9](https://github.com/snatalenko/node-cqrs/commit/5d4adb9109c4c85edae2b0f3dfd995e8c51aef06)) |
| 72 | +* Support persistent views; Add SQLite infrastructure ([c235573](https://github.com/snatalenko/node-cqrs/commit/c235573678be349d031d1a696cab3993224979a2)) |
72 | 73 |
|
| 74 | +### Refactoring |
73 | 75 |
|
74 | | -# [1.0.0-rc.4](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2024-10-02) |
75 | | - |
76 | | - |
77 | | - |
78 | | -# [1.0.0-rc.3](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2024-09-23) |
79 | | - |
80 | | - |
81 | | - |
82 | | -# [1.0.0-rc.2](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2024-08-03) |
83 | | - |
84 | | - |
85 | | - |
86 | | -# [1.0.0-rc.1](https://github.com/snatalenko/node-cqrs/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2024-08-03) |
87 | | - |
| 76 | +* Migrate to TS and Jest ([6737d55](https://github.com/snatalenko/node-cqrs/commit/6737d5566a9dc6314df0b20a65d32414fc503e54)) |
88 | 77 |
|
89 | 78 | ### Build System |
90 | 79 |
|
91 | 80 | * Add NPM publishing script ([3372990](https://github.com/snatalenko/node-cqrs/commit/3372990ba2549695398e0949e35009396e660005)) |
92 | 81 | * Suppress audit and test for tags ([574a00c](https://github.com/snatalenko/node-cqrs/commit/574a00cc53af009994ca4dd3278cb764743b4ad6)) |
93 | 82 |
|
94 | 83 |
|
95 | | -# [1.0.0-rc.0](https://github.com/snatalenko/node-cqrs/compare/v0.16.4...v1.0.0-rc.0) (2024-08-02) |
96 | | - |
97 | | - |
98 | | -### Fixes |
99 | | - |
100 | | -* Vulnerability in minimist dependency ([07b8c68](https://github.com/snatalenko/node-cqrs/commit/07b8c682fae4278965aa13a06caa994c037934e9)) |
101 | | - |
102 | | -### Refactoring |
103 | | - |
104 | | -* Migrate to TS and Jest ([6737d55](https://github.com/snatalenko/node-cqrs/commit/6737d5566a9dc6314df0b20a65d32414fc503e54)) |
105 | | - |
106 | | - |
107 | 84 | ## [0.16.4](https://github.com/snatalenko/node-cqrs/compare/v0.16.3...v0.16.4) (2022-08-28) |
108 | 85 |
|
109 | 86 |
|
|
141 | 118 | * Postpone view.get responses to next loop iteration ([950c2e4](https://github.com/snatalenko/node-cqrs/commit/950c2e42f62d7388b0cc668e81fb4f6718656fca)) |
142 | 119 |
|
143 | 120 |
|
144 | | -# [0.16.0](https://github.com/snatalenko/node-cqrs/compare/v0.16.0-5...v0.16.0) (2020-03-18) |
145 | | - |
146 | | - |
147 | | -### Fixes |
148 | | - |
149 | | -* Moderate security issue in "minimist" dev dependency ([579d523](https://github.com/snatalenko/node-cqrs/commit/579d523745a6d33902a5245bc7e9f3fe843abc2b)) |
150 | | - |
151 | | - |
152 | | -# [0.16.0-5](https://github.com/snatalenko/node-cqrs/compare/v0.16.0-4...v0.16.0-5) (2020-02-19) |
153 | | - |
154 | | - |
155 | | - |
156 | | -# [0.16.0-4](https://github.com/snatalenko/node-cqrs/compare/v0.16.0-3...v0.16.0-4) (2020-02-19) |
157 | | - |
158 | | - |
159 | | - |
160 | | -# [0.16.0-3](https://github.com/snatalenko/node-cqrs/compare/v0.16.0-2...v0.16.0-3) (2020-01-28) |
| 121 | +# [0.16.0](https://github.com/snatalenko/node-cqrs/compare/v0.15.1...v0.16.0) (2020-03-18) |
161 | 122 |
|
162 | 123 |
|
163 | 124 | ### Features |
164 | 125 |
|
| 126 | +* Accept logger as an optional dependency ([65fe5ad](https://github.com/snatalenko/node-cqrs/commit/65fe5ad8a9de48d548715a2bd651f6d9c4cb0af1)) |
165 | 127 | * Detect circular dependencies in DI container ([1490b51](https://github.com/snatalenko/node-cqrs/commit/1490b519c7581b1de6cd084d91f61875751d773b)) |
166 | 128 |
|
167 | 129 | ### Fixes |
168 | 130 |
|
| 131 | +* Debug output not using toString in Node 12 ([ca0d32f](https://github.com/snatalenko/node-cqrs/commit/ca0d32f78a676faf45a342f4198ef4a93a3d0702)) |
169 | 132 | * Debug output on one time subscriptions ([2fd7601](https://github.com/snatalenko/node-cqrs/commit/2fd7601b6b8e8059f0b777af6c1294cc78cb787b)) |
170 | 133 | * Correctly set type of the extended container builder created from container ([1f2f632](https://github.com/snatalenko/node-cqrs/commit/1f2f6325ceab65c4c81494d145261668125d03b1)) |
| 134 | +* Moderate security issue in "minimist" dev dependency ([579d523](https://github.com/snatalenko/node-cqrs/commit/579d523745a6d33902a5245bc7e9f3fe843abc2b)) |
171 | 135 |
|
172 | 136 | ### Changes |
173 | 137 |
|
| 138 | +* Debug, mocha, sinon ([ac80c27](https://github.com/snatalenko/node-cqrs/commit/ac80c27653828904cf7b80d37b0ecade860b7490)) |
174 | 139 | * Move DI container to a separate package ([350f3f4](https://github.com/snatalenko/node-cqrs/commit/350f3f405a98fea2c7a85ea92f2b0f1aa945c75c)) |
175 | 140 | * Do not bind masterHandler to observer automatically ([d2ec79d](https://github.com/snatalenko/node-cqrs/commit/d2ec79dced5460f619cf9bed5f34df1bbb8e0132)) |
176 | 141 | * Remove deprecated InMemoryView..markAsReady method ([23015ec](https://github.com/snatalenko/node-cqrs/commit/23015ec3f5bc69f843cf6815caa1f4cda9fea27c)) |
|
184 | 149 |
|
185 | 150 | ### Tests |
186 | 151 |
|
| 152 | +* Fix tests in Node 12 ([beeb471](https://github.com/snatalenko/node-cqrs/commit/beeb471faee9e1259f11b4c1c65877cd27309637)) |
187 | 153 | * Run example domain tests with unit tests ([5ffdb43](https://github.com/snatalenko/node-cqrs/commit/5ffdb43c0398fc6650a7a1d62a5f07870ee20bfd)) |
188 | 154 | * Run eslint for entire project folder ([d9055a1](https://github.com/snatalenko/node-cqrs/commit/d9055a158faa67dc9ece4f77b01517a5480b0a18)) |
189 | 155 |
|
190 | 156 | ### Build System |
191 | 157 |
|
| 158 | +* Prevent git push on version ([3ea9e38](https://github.com/snatalenko/node-cqrs/commit/3ea9e38babf440ab384235e69d248fd92a2dfdff)) |
| 159 | +* Add conventional-changelog script ([da26a1c](https://github.com/snatalenko/node-cqrs/commit/da26a1cf6db0a609fcb3f1ba3a29ce6db6d0ab95)) |
| 160 | +* Run tests in NodeJS 12 env ([1d4239c](https://github.com/snatalenko/node-cqrs/commit/1d4239cf0f48e64105bfd6b28ab9a22f3fd23e7e)) |
| 161 | +* Replace changelog eslint preset with custom one ([8507262](https://github.com/snatalenko/node-cqrs/commit/8507262eeb7c367bbb8bd52b74e04c678bfcf956)) |
192 | 162 | * Exclude unnecessary files from package ([47b6797](https://github.com/snatalenko/node-cqrs/commit/47b679750780c0d7840d4d45a1296dc9bef7d674)) |
193 | 163 | * Do not install global dependencies ([158783c](https://github.com/snatalenko/node-cqrs/commit/158783c299720e709b8a34f3ef74fba1390d03ad)) |
194 | 164 |
|
195 | 165 |
|
196 | | -# [0.16.0-2](https://github.com/snatalenko/node-cqrs/compare/v0.16.0-1...v0.16.0-2) (2019-12-18) |
| 166 | +## [0.15.1](https://github.com/snatalenko/node-cqrs/compare/v0.15.0...v0.15.1) (2019-08-26) |
197 | 167 |
|
198 | 168 |
|
199 | | -### Features |
| 169 | +### Changes |
200 | 170 |
|
201 | | -* Accept logger as an optional dependency ([65fe5ad](https://github.com/snatalenko/node-cqrs/commit/65fe5ad8a9de48d548715a2bd651f6d9c4cb0af1)) |
| 171 | +* Upgrade dev dependencies to fix audit script ([ef01cc3](https://github.com/snatalenko/node-cqrs/commit/ef01cc33b63a95a8783a83b34c4fcb3f4830fe52)) |
202 | 172 |
|
203 | | -### Build System |
204 | 173 |
|
205 | | -* Replace changelog eslint preset with custom one ([8507262](https://github.com/snatalenko/node-cqrs/commit/8507262eeb7c367bbb8bd52b74e04c678bfcf956)) |
| 174 | +# [0.15.0](https://github.com/snatalenko/node-cqrs/compare/v0.14.2...v0.15.0) (2019-08-25) |
206 | 175 |
|
207 | 176 |
|
208 | | -## [0.15.1](https://github.com/snatalenko/node-cqrs/compare/v0.15.0...v0.15.1) (2019-08-26) |
209 | 177 |
|
| 178 | +## [0.14.2](https://github.com/snatalenko/node-cqrs/compare/v0.14.1...v0.14.2) (2018-07-29) |
210 | 179 |
|
211 | | -### Changes |
212 | 180 |
|
213 | | -* Upgrade dev dependencies to fix audit script ([ef01cc3](https://github.com/snatalenko/node-cqrs/commit/ef01cc33b63a95a8783a83b34c4fcb3f4830fe52)) |
214 | 181 |
|
| 182 | +## [0.14.1](https://github.com/snatalenko/node-cqrs/compare/v0.14.0...v0.14.1) (2018-07-14) |
215 | 183 |
|
216 | | -# [0.16.0-1](https://github.com/snatalenko/node-cqrs/compare/v0.16.0-0...v0.16.0-1) (2019-11-28) |
217 | 184 |
|
218 | | -### Changes |
219 | 185 |
|
220 | | -* EventStore to return async event generators (requires NodeJS version 10+) |
| 186 | +# [0.14.0](https://github.com/snatalenko/node-cqrs/compare/v0.13.0...v0.14.0) (2018-05-17) |
221 | 187 |
|
222 | | -### Build |
223 | 188 |
|
224 | | -* Add conventional-changelog script ([da26a1c](https://github.com/snatalenko/node-cqrs/commit/da26a1cf6db0a609fcb3f1ba3a29ce6db6d0ab95)) |
225 | | -* Prevent git push on version ([3ea9e38](https://github.com/snatalenko/node-cqrs/commit/3ea9e38babf440ab384235e69d248fd92a2dfdff)) |
226 | | -* Run tests in NodeJS 12 env ([1d4239c](https://github.com/snatalenko/node-cqrs/commit/1d4239cf0f48e64105bfd6b28ab9a22f3fd23e7e)) |
227 | 189 |
|
228 | | -### Fix |
| 190 | +# [0.13.0](https://github.com/snatalenko/node-cqrs/compare/v0.12.6...v0.13.0) (2017-10-04) |
229 | 191 |
|
230 | | -* Debug output not using toString in Node 12 ([ca0d32f](https://github.com/snatalenko/node-cqrs/commit/ca0d32f78a676faf45a342f4198ef4a93a3d0702)) |
231 | 192 |
|
232 | | -### Tests |
233 | 193 |
|
234 | | -* Fix tests in Node 12 ([beeb471](https://github.com/snatalenko/node-cqrs/commit/beeb471faee9e1259f11b4c1c65877cd27309637)) |
| 194 | +## [0.12.6](https://github.com/snatalenko/node-cqrs/compare/v0.12.5...v0.12.6) (2017-08-23) |
235 | 195 |
|
236 | | -### Upgrade |
237 | 196 |
|
238 | | -* debug, mocha, sinon ([ac80c27](https://github.com/snatalenko/node-cqrs/commit/ac80c27653828904cf7b80d37b0ecade860b7490)) |
239 | 197 |
|
240 | | -## 0.15.0 - 2018-08-25 |
| 198 | +## [0.12.5](https://github.com/snatalenko/node-cqrs/compare/v0.12.4...v0.12.5) (2017-06-23) |
241 | 199 |
|
242 | 200 |
|
243 | | -### Features |
244 | 201 |
|
245 | | -* `InMemoryView.prototype.getAll` as an alternative to the deprecated `state` property |
| 202 | +## [0.12.4](https://github.com/snatalenko/node-cqrs/compare/v0.12.3...v0.12.4) (2017-04-25) |
246 | 203 |
|
247 | | -### Changes |
248 | 204 |
|
249 | | -* `InMemoryView.prototype.create` 2nd parameter must be an instance of an Object, not a factory function |
250 | | -* `InMemoryView.prototype.updateEnforcingNew` does not pass an empty object as a parameter when record does not exist |
251 | | -* Observable `on(,,{queueName})` replaced with `queue(name).on(,)`; |
252 | | -* separated IProjectionView and IConcurrentView interfaces |
253 | | -* `IProjectionView.prototype.shouldRestore` can return Promise |
254 | | -* Projection `restore` process flow to support async concurrent views |
255 | 205 |
|
256 | | -### Fixes |
| 206 | +## [0.12.3](https://github.com/snatalenko/node-cqrs/compare/v0.12.1...v0.12.3) (2017-04-24) |
257 | 207 |
|
258 | | -* Typings |
259 | | -* Call stack overflow in EventStream constructor on large number of events |
260 | 208 |
|
261 | | -## 0.14.2 (2018-07-29) |
262 | 209 |
|
| 210 | +## [0.12.1](https://github.com/snatalenko/node-cqrs/compare/v0.12.0...v0.12.1) (2017-04-24) |
263 | 211 |
|
264 | | -### Fixes |
265 | 212 |
|
266 | | -* `Container.prototype.registerInstance` requires an Object as first parameter |
267 | 213 |
|
268 | | -## 0.14.1 (2018-07-14) |
| 214 | +# [0.12.0](https://github.com/snatalenko/node-cqrs/compare/v0.11.1...v0.12.0) (2017-04-22) |
269 | 215 |
|
270 | | -### Features |
271 | 216 |
|
272 | | -* `Aggregate.prototype.makeEvent` as a separate method for testing purposes |
273 | 217 |
|
274 | | -### Fixes |
| 218 | +## [0.11.1](https://github.com/snatalenko/node-cqrs/compare/v0.11.0...v0.11.1) (2017-03-01) |
275 | 219 |
|
276 | | -* Aggregate snapshot modification thru Aggregate state |
277 | | -* Tests with NodeJS@^10 |
278 | 220 |
|
279 | | -## 0.14.0 (2018-05-17) |
280 | 221 |
|
| 222 | +# [0.11.0](https://github.com/snatalenko/node-cqrs/compare/v0.10.0...v0.11.0) (2017-01-18) |
281 | 223 |
|
282 | | -### Features |
283 | 224 |
|
284 | | -* examples/user-domain |
285 | | -* typings |
286 | | -* changelog |
287 | 225 |
|
288 | | -### Changes |
| 226 | +# [0.10.0](https://github.com/snatalenko/node-cqrs/compare/v0.9.3...v0.10.0) (2017-01-16) |
289 | 227 |
|
290 | | -* snapshotStorage moved to a separate interface/entity |
291 | | -* named queues handling moved out of EventStore to InMemoryMessageBus implementation |
292 | | -* command-to-event context copying moved out of EventStore to AbstractAggregate.prototype.emit, which frees up road for a concurrent operations on same aggregate implementation |
293 | | -* EventStream is immutable |
294 | | -* `AbstractProjection.prototype.shouldRestoreView` can be overriden in projection for own view implementations |
295 | 228 |
|
296 | | -## 0.13.0 (2017-10-04) |
297 | 229 |
|
298 | | -### Documentation |
| 230 | +## [0.9.3](https://github.com/snatalenko/node-cqrs/compare/v0.9.2...v0.9.3) (2017-01-06) |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | +## [0.9.2](https://github.com/snatalenko/node-cqrs/compare/v0.9.1...v0.9.2) (2016-12-19) |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | +## [0.9.1](https://github.com/snatalenko/node-cqrs/compare/v0.9.0...v0.9.1) (2016-12-17) |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | +# [0.9.0](https://github.com/snatalenko/node-cqrs/compare/v0.8.0...v0.9.0) (2016-12-17) |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | +# [0.8.0](https://github.com/snatalenko/node-cqrs/compare/v0.7.8...v0.8.0) (2016-12-07) |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | +## [0.7.8](https://github.com/snatalenko/node-cqrs/compare/v0.7.7...v0.7.8) (2016-12-05) |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | +## [0.7.7](https://github.com/snatalenko/node-cqrs/compare/v0.7.6...v0.7.7) (2016-12-04) |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | +## [0.7.6](https://github.com/snatalenko/node-cqrs/compare/v0.7.5...v0.7.6) (2016-12-01) |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | +## [0.7.5](https://github.com/snatalenko/node-cqrs/compare/v0.7.4...v0.7.5) (2016-12-01) |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | +## [0.7.4](https://github.com/snatalenko/node-cqrs/compare/v0.7.3...v0.7.4) (2016-11-30) |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | +## [0.7.3](https://github.com/snatalenko/node-cqrs/compare/v0.7.2...v0.7.3) (2016-11-29) |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | +## [0.7.2](https://github.com/snatalenko/node-cqrs/compare/v0.7.1...v0.7.2) (2016-11-25) |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | +## [0.7.1](https://github.com/snatalenko/node-cqrs/compare/v0.7.0...v0.7.1) (2016-11-20) |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | +# [0.7.0](https://github.com/snatalenko/node-cqrs/compare/v0.6.10...v0.7.0) (2016-11-18) |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | +## [0.6.10](https://github.com/snatalenko/node-cqrs/compare/v0.6.9...v0.6.10) (2016-10-24) |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | +## [0.6.9](https://github.com/snatalenko/node-cqrs/compare/v0.6.8...v0.6.9) (2016-10-24) |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | +## [0.6.8](https://github.com/snatalenko/node-cqrs/compare/v0.6.7...v0.6.8) (2016-10-23) |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | +## [0.6.7](https://github.com/snatalenko/node-cqrs/compare/v0.6.6...v0.6.7) (2016-10-23) |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | +## [0.6.6](https://github.com/snatalenko/node-cqrs/compare/v0.6.5...v0.6.6) (2016-08-23) |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | +## [0.6.5](https://github.com/snatalenko/node-cqrs/compare/v0.6.4...v0.6.5) (2016-08-23) |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | +## [0.6.4](https://github.com/snatalenko/node-cqrs/compare/v0.6.3...v0.6.4) (2016-07-24) |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | +## [0.6.3](https://github.com/snatalenko/node-cqrs/compare/v0.6.2...v0.6.3) (2016-07-06) |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | +## [0.6.2](https://github.com/snatalenko/node-cqrs/compare/v0.6.1...v0.6.2) (2016-07-02) |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | +## [0.6.1](https://github.com/snatalenko/node-cqrs/compare/v0.6.0...v0.6.1) (2016-05-31) |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | +# [0.6.0](https://github.com/snatalenko/node-cqrs/compare/v0.5.0...v0.6.0) (2016-03-06) |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | +# [0.5.0](https://github.com/snatalenko/node-cqrs/compare/v0.4.0...v0.5.0) (2016-03-03) |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | +# [0.4.0](https://github.com/snatalenko/node-cqrs/compare/v0.3.2...v0.4.0) (2016-03-03) |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | +## [0.3.2](https://github.com/snatalenko/node-cqrs/compare/v0.3.1...v0.3.2) (2016-02-29) |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | +## [0.3.1](https://github.com/snatalenko/node-cqrs/compare/v0.3.0...v0.3.1) (2016-02-29) |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | +# [0.3.0](https://github.com/snatalenko/node-cqrs/compare/v0.2.2...v0.3.0) (2016-02-29) |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | +## [0.2.2](https://github.com/snatalenko/node-cqrs/compare/v0.2.1...v0.2.2) (2015-12-23) |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | +## [0.2.1](https://github.com/snatalenko/node-cqrs/compare/v0.2.0...v0.2.1) (2015-12-22) |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | +# 0.2.0 (2015-12-22) |
299 | 359 |
|
300 | | -* docs publishing to [node-cqrs.org](https://www.node-cqrs.org) |
301 | 360 |
|
302 | | -### Changes |
303 | 361 |
|
304 | | -* In-Memory views do not respond to get(..) requests until they are restored |
305 | | -* In-Memory views restoring is handled by AbstractProjection |
|
0 commit comments