- Adds auto reconnect events.
- Upgrade socketcluster-client to latest patch version.
- Let events with $error objects pass through.
- Replace "ignore" handling with check for "Action was silently blocked by publishIn middleware" error now that socketcluster fixed ignore bug.
- Adds "ignore" handling for publish events.
- Change "ignore" handling for socketcluster bug.
- Improve rejected promise handling.
- Squelch "true" errors that come back from single.publish events.
- Add in listening for individual socket events rather than just events on the channel. This will allow servers to broadcast individually.
- Fix the resolution of promises. They were blindly resolving rather than making sure the proper events fired.
- Made all of the public api promisified for easier use and better control over the flow of the application
- Fixed numerous bugs with the socket interface (broadcasting events, etc)
- Added initial commit files to the repository which sets up the interface functionality, error handling, etc etc.
- Added initial documentation (api and usage) to the repository