1.2.0
New in 1.2.0:
- New method: channel.off - stop watching event
- New method: channel.once - executing callback only one time and stop watching event
- New method: channel.emit - the alias of channel.broadcast
- Function window.isMaster() now returns true even if no one channel has initialized #3
- Dev test coverage (Mocha + PhantomJS)