File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ # msgflo-nodejs 0.5.0, 06.06.2016
3+
4+ * Allows to register custom transports using ` msgflo_nodejs.transport.register() `
5+ * Transport dependencies (` amqplib ` and ` mqtt ` ) are no longer included by default.
6+ So the project using msgflo-nodejs must to add it to their own dependencies.
7+ * No longer requires CoffeeScript at runtime; the NPM package is plain JS
8+
9+ # msgflo.nodejs 0.4.0, 04.06.2015
10+
11+ First version split out of [ msgflo] ( https://github.com/msgflo/msgflo ) .
Original file line number Diff line number Diff line change 1010 "type" : " git" ,
1111 "url" : " git://github.com/msgflo/msgflo.git"
1212 },
13- "licenses" : [
14- {
15- "type" : " MIT" ,
16- "url" : " https://github.com/msgflo/blob/master/LICENSE"
17- }
18- ],
13+ "license" : " MIT" ,
1914 "dependencies" : {
2015 "async" : " ^0.9.0" ,
2116 "chance" : " ^0.7.3" ,
You can’t perform that action at this time.
0 commit comments