Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 716 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 716 Bytes

[0.1.5]

  • Fix complex object serialization to json.

[0.1.4]

  • Prevent null exception when calling HubConnection.stop()

[0.1.3]

  • 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.

[0.1.2]

  • Be more descriptional within the desciption of the pubspec.yaml

[0.1.1]

  • Be more descriptional within the desciption of the pubspec.yaml

[0.1.0]

  • Chat client/server example added.
  • Reformat Library code to compile to PUB spec.
  • Added some more description to the readme.

[0.0.1]

  • Intitial Version