Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1002 Bytes

CHANGELOG.md

File metadata and controls

38 lines (27 loc) · 1002 Bytes

0.1.0-nullsafety.0 - 2021/01/19

  • Add support for null safety
  • Add MimeType
  • Remove useless export
  • Update HubConnectionBuilder API

0.0.5 - 2021/01/11

  • Add Console with different colors
  • Fix MessagePack use toMessagePack() instead of toJSON() by default

0.0.4 - 2021/01/07

  • Add MessagePack
  • Add MessagePackHubProtocol for Signalr
  • Fix Use Codec API and remove the JSON class

0.0.3 - 2021/01/01

  • Migrate Follow HTTP redirects TS client #28912
  • Fix Log was written twice in console
  • Fix Failed to execute 'close' on 'WebSocket': The code must be either 1000, or between 3000 and 4999. 0 is neither
  • Fix Some spelling mistakes

0.0.2 - 2020/12/31

  • Add example/README.md
  • Fix Failed to complete negotiation with the server: Expected a value of type 'int', but got one of type 'String'

0.0.1 - 2020/12/31

  • Add CRC Calculator
  • Add HTTP Client
  • Add JSON util
  • Add Signalr Client
  • Add EventSource
  • Add WebSocket