Comparing version 1.1.0 to 1.1.1
{ | ||
"author": "adrai", | ||
"name": "cqrs-saga", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": false, | ||
@@ -23,2 +23,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"azure-storage": ">=0.3.0", | ||
"cradle": ">=0.6.7", | ||
@@ -25,0 +26,0 @@ "expect.js": ">= 0.1.2", |
@@ -28,3 +28,3 @@ # Introduction | ||
// optional, default is in-memory | ||
// currently supports: mongodb, redis and inmemory | ||
// currently supports: mongodb, redis, azuretable and inmemory | ||
// hint settings like: [eventstore](https://github.com/adrai/node-eventstore#provide-implementation-for-storage) | ||
@@ -55,3 +55,3 @@ // mongodb: | ||
// the revisionguard only works if aggregateId and revision are defined in event definition | ||
// currently supports: mongodb, redis, tingodb and inmemory | ||
// currently supports: mongodb, redis, tingodb, azuretable and inmemory | ||
// hint settings like: [eventstore](https://github.com/adrai/node-eventstore#provide-implementation-for-storage) | ||
@@ -58,0 +58,0 @@ revisionGuard: { |
@@ -0,1 +1,4 @@ | ||
## [v1.1.1](https://github.com/adrai/node-cqrs-saga/compare/v1.1.0...v1.1.1) | ||
- added azure-table support [#2](https://github.com/adrai/node-cqrs-saga/pull/#2) thanks to [sbiaudet](https://github.com/sbiaudet) and [rvin100](https://github.com/rvin100) | ||
## [v1.1.0](https://github.com/adrai/node-cqrs-saga/compare/v1.0.2...v1.1.0) | ||
@@ -2,0 +5,0 @@ - introduce revisionGuard |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
194539
44
3857
7