Skip to content

1.2.0

Compare
Choose a tag to compare
@studentIvan studentIvan released this 15 Jan 23:34
· 36 commits to master since this release

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)