Skip to content

Commit

Permalink
Edited changelog.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Apr 9, 2011
1 parent 6b9a485 commit 795a87f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions changelog.md
Expand Up @@ -3,12 +3,21 @@ NowJS Version 0.5 - 4/8/2011

Changes since 0.3:

* initialize() optionally accepts options parameter.
* initialize() optionally accepts `options` parameter.
* It is possible to set a custom host/port combination in now.js using `options.host` and `options.port`. This overrides the default auto-detected settings.
* The object set at `options.socketio` is passed to socket.io as a configuration parameter.
* Clients can optionally be prevented from making changes to their now namespace. To enable, set the `options.clientWrite` flag to false in the options parameter to `initialize()`
* Clients can optionally be prevented from making changes to their now namespace. To enable, set the `options.clientWrite` flag to `false` in the options parameter to `initialize()`
* Set `options.host` and `options.port` to set a fixed host and port and not use autodetection.
* Users can be added to groups other than `everyone`. Usage of this API is documented in the User Manual.

Bug fixes since 0.3:
* IE compatibility enhanced
* Events properly handled

NowJS Version 0.4
---------------------------
* Various bug fixes and performance issues

NowJS Version 0.3 - 3/18/2011
---------------------------

Expand Down

0 comments on commit 795a87f

Please sign in to comment.