-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
46 additions
and
46 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
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 |
---|---|---|
|
@@ -166,7 +166,7 @@ Please see CONTRIBUTING.md for details on how to contribute to this project. | |
Copyright | ||
--------- | ||
|
||
Copyright 2012-2013 the original author or authors | ||
Copyright 2012-2014 the original author or authors | ||
|
||
msgs.js is made available under the MIT license. See LICENSE.txt for details. | ||
|
||
|
@@ -189,7 +189,7 @@ Change Log | |
- moved .inboundGateway() and .outboundGateway() from msgs into msgs/gateways, when.js is now an optional dependency | ||
- bus.on('channel', listener) - syntatic sugar over outboundAdapter | ||
- receive'ing from a queue returns the full message, not just the payload | ||
- update when.js to 2.x, dropping 1.x | ||
- update when.js to 3.x, dropping 1.x | ||
|
||
0.3.3 | ||
- extended when.js version to allow [email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
} | ||
], | ||
"optionalDependencies": { | ||
"when": "~2" | ||
"when": "~3" | ||
}, | ||
"devDependencies": { | ||
"wire": "~0.10", | ||
|
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