File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.12 (2015-6-2)
2
+
3
+ Features:
4
+ - Update to angular 1.3.15
5
+ - Added an alwaysReconnect option
6
+ - Can mock a websocket server for testing purpose.
7
+ - Use Angular's ` bind ` polyfill
8
+
9
+ Bugfixes:
10
+ - Pass options to the $websocket constructor
11
+ - Fix MockWebsocket readyState and flush
12
+
13
+
1
14
## 1.0.9 (2015-2-22)
2
15
3
16
Features:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-websocket" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"homepage" : " https://github.com/gdi2290/angular-websocket" ,
5
5
"description" : " An AngularJS 1.x WebSocket service for connecting client applications to servers." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-websocket" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"main" : " angular-websocket.min.js" ,
5
5
"description" : " An AngularJS 1.x WebSocket service for connecting client applications to servers." ,
6
6
"homepage" : " https://github.com/gdi2290/angular-websocket" ,
You can’t perform that action at this time.
0 commit comments