From 27d49efacf94d099251dea22d777c1fc82abf1ae Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Mon, 16 Jan 2012 11:57:53 -0800 Subject: [PATCH] Update changelog to v0.8.0 --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index 476dabd..38d76ec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ +NowJS Version 0.8.0 - 1/16/2012 +--------------------------- +Changes since 0.7.6: + +* Client library now serves minified version by default. Pass option `debug: true` to serve unminified source +* /bin/build.js creates minified now.js in dist folder +* Experimental connect/express session support. Simply pass a connect or express http server in nowjs.initialize and `this.user.session` should be available. Change options `cookieKey` to specificy connect.sid key +* Support passing in options to socket.io on client side, `nowInitialize(uri, {socketio: {/* socket.io options */}});` +* Fix possible DoS exploit with large length argument lists +* Node.js client for NowJS now available in /lib/nodeclient/now.js + + NowJS Version 0.7.6 - 11/11/2011 --------------------------- Changes since 0.7.5: