- Add support for null safety
- Add MimeType
- Remove useless export
- Update HubConnectionBuilder API
- Add Console with different colors
- Fix MessagePack use toMessagePack() instead of toJSON() by default
- Add MessagePack
- Add MessagePackHubProtocol for Signalr
- Fix Use Codec API and remove the JSON class
- 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
- Add example/README.md
- Fix Failed to complete negotiation with the server: Expected a value of type 'int', but got one of type 'String'
- Add CRC Calculator
- Add HTTP Client
- Add JSON util
- Add Signalr Client
- Add EventSource
- Add WebSocket