Skip to content

Commit 14a5c3c

Browse files
committed
0.3.19
1 parent 9bd48d7 commit 14a5c3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.3.19
2+
======
3+
4+
* Update `node-uuid` version #224
5+
* Add `disable_cors` option to prevent CORS headers from being added to responses #218
6+
* Add `dnt` header to whitelist #212
7+
* Add `x-forwarded-host` and `x-forwarded-port` headers to whitelist #208
8+
* Update `sockjs_url` default to latest 1.x target #223
9+
* Updated hapi.js example #216
10+
111
0.3.18
212
======
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sockjs",
33
"description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
4-
"version": "0.3.18",
4+
"version": "0.3.19",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)