- Fix complex object serialization to json.
- Prevent null exception when calling HubConnection.stop()
- Change the logging behaviour: The client uses the dart standard logging package instead of a proprietary logging behaviour (see readme for an example).
- Fixes a bug within the MessageHeaders class.
- Be more descriptional within the desciption of the pubspec.yaml
- Be more descriptional within the desciption of the pubspec.yaml
- Chat client/server example added.
- Reformat Library code to compile to PUB spec.
- Added some more description to the readme.
- Intitial Version