Skip to content

Commit

Permalink
Update changelog to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Jan 16, 2012
1 parent 1bcf05c commit 27d49ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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:
Expand Down

0 comments on commit 27d49ef

Please sign in to comment.