Skip to content

Commit 4c1a84b

Browse files
committed
chore: bump version to 1.0.12
1 parent b27755a commit 4c1a84b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
## 1.0.9 (2015-2-22)
215

316
Features:

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-websocket",
3-
"version": "1.0.9",
3+
"version": "1.0.12",
44
"homepage": "https://github.com/gdi2290/angular-websocket",
55
"description": "An AngularJS 1.x WebSocket service for connecting client applications to servers.",
66
"keywords": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-websocket",
3-
"version": "1.0.9",
3+
"version": "1.0.12",
44
"main": "angular-websocket.min.js",
55
"description": "An AngularJS 1.x WebSocket service for connecting client applications to servers.",
66
"homepage": "https://github.com/gdi2290/angular-websocket",

0 commit comments

Comments
 (0)