- Fix re-connection issue
- Add sound null safety
- Fix a channel re-join issue (#20)
- Make sure Push instances trigger only one event, and only once (#18)
- Bugfix (#15)
- Bugfix (#13 @carlosmobile)
- Improve typing of channel parameters (#12 @carlosmobile)
- Improve error handling on initial socket connection
- Add readme.md to example/
- Improve handling of errors raised when Flutter app is put in background
- Add simple flutter example
- Get rid of Zone (introduced in 0.3.0)
- Further improve error handling (fixed #5 and #6) and reconnection
- Improve error handling
- Auto-reconnect when connection drops unexpectedly
- Fix code analysis (from very_good_analysis) issues
- Improve code readability and inline documentation
- Add ability to provide socket parameters
- Fix closing of underlying websocket on PhoenixSocket close
- Use quiver.async's StreamRouter to route messages to topic-specific streams
- Fix bug where channels being closed by a socket would indirectly change the socket's 'channels' Map, leading to changes being concurrent to iteration, hence raising a StateError
- Do not try to send a 'leave' push if socket is closed anyway
- Use dart:async Zone to isolate function calls that modify internal state.
- Improved the internals quite a bit
- Fix a couple of bugs around failing states
- Fix duplicate message sending/completing in some race conditions
- Make logging more configurable
- Fix auto-rejoin of channels
- Add much more logging using the logging library
- Fix a couple of minor bugs
- Fix some statement management issues
- Clean up classes file location
- Improve API to be more consistent with behavior
- Add some very incomplete docs
- First version that feel really stable
- Presence still largely untested