Skip to content

0.2.0

Choose a tag to compare

@dsrees dsrees released this 01 May 15:55
· 76 commits to master since this release

Rewrite of the client, matching phoenixjs 1.4

NOTE: This is a breaking release. For the most part, it should behave much the same, just a few naming changes.

  • Phx has been remove from all classes. So PhxSocket is now just Socket
  • All timers have been moved to use a ScheduledThreadPoolExecutor
  • Presence support has been added
  • Complete test coverage has been added