generated from VilledeMontreal/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from VilledeMontreal/develop
1.0.3
- Loading branch information
Showing
8 changed files
with
2,684 additions
and
2,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
All notable changes to this library will be documented in this file. | ||
|
||
## 1.0.3 | ||
|
||
- Fix issue with autobind-decorator which must be a runtime dependency ([issue #10](https://github.com/VilledeMontreal/express-idempotency/issues/10)) | ||
- Upgrade librairies | ||
- Adjust documentation | ||
|
||
## 1.0.2 | ||
|
||
Fixed issues with scoped dependencies and adjust documentation accordingly. | ||
|
||
## 1.0.1 | ||
|
||
Update package.json with keywords for NPM search engine. | ||
|
||
## 1.0.0 | ||
|
||
This is the first version of the idempotency middleware for express. | ||
|
||
Idempotency middleware for express | ||
|
||
- Allows custom data adapter to store idempotency key, request and response data | ||
- Allows custom intent validator | ||
- Allows custom response validator | ||
- Provides docker based example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.