File tree Expand file tree Collapse file tree 6 files changed +27
-6
lines changed Expand file tree Collapse file tree 6 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 1
- 0.1.17 (2015)
1
+ 0.1.20 (2015/08/10)
2
+ ===================
3
+ - Expose http ` server ` instance to service.
4
+ - Add WebSocket support (handle upgrade request).
5
+ - Add socket.io service example.
6
+ - Add server-side middleware support.
7
+
8
+ 0.1.19 (2015/08/07)
9
+ ===================
10
+ - [ Breaking changes] Use ` startService ` and ` runServer ` instead of ` boot ` to run service/server.
11
+ - Add ` Makefile ` for example.
12
+
13
+
14
+ 0.1.18 (2015/08/05)
15
+ ===================
16
+ - Use socket.io as the default transporter for RPC.
17
+ - Only one micromono instance per process.
18
+ - Fully functional express+passport example.
19
+ - Use a separate connect instance for middleware.
20
+ - Some bug fixes.
21
+
22
+ 0.1.17 (2015/07/30)
2
23
===================
3
24
- Load services with command line option ` --service ` .
4
25
- Allow waiting for services with command line option ` --allow-pending ` .
Original file line number Diff line number Diff line change 7
7
"cookie-parser" : " ^1.3.5" ,
8
8
"express-session" : " ^1.11.3" ,
9
9
"jade" : " ^1.11.0" ,
10
- "micromono" : " ^0.1.18 " ,
10
+ "micromono" : " ^0.1.20 " ,
11
11
"passport" : " ^0.2.2" ,
12
12
"passport-local" : " ^1.0.0"
13
13
}
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"body-parser" : " ^1.13.2" ,
14
14
"jade" : " ^1.11.0" ,
15
- "micromono" : " ^0.1.18 "
15
+ "micromono" : " ^0.1.20 "
16
16
},
17
17
"devDependencies" : {
18
18
"jspm" : " 0.15.7"
Original file line number Diff line number Diff line change 2
2
"name" : " io" ,
3
3
"version" : " 0.1.0" ,
4
4
"dependencies" : {
5
- "micromono" : " ^0.1.19 " ,
5
+ "micromono" : " ^0.1.20 " ,
6
6
"socket.io" : " 1.3.6"
7
7
}
8
8
}
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"express" : " ^4.13.1" ,
13
13
"jade" : " ^1.11.0" ,
14
- "micromono" : " ^0.1.18 "
14
+ "micromono" : " ^0.1.20 "
15
15
}
16
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " micromono" ,
3
- "version" : " 0.1.19 " ,
3
+ "version" : " 0.1.20 " ,
4
4
"description" : " Microservice in monolithic style" ,
5
5
"main" : " lib/index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments