blob: 40ccf95a38702d7b3e99d30fc3c9f796323d65a4 [file] [view]
## 1.0.5
* Increase the SDK version constraint to `<2.0.0-dev.infinity`.
## 1.0.4
* Support `crypto` 2.0.0.
## 1.0.3
* Fix all strong-mode errors and warnings.
* Fix a bug where `HtmlWebSocketChannel.close()` would crash on non-Dartium
browsers if the close code and reason weren't provided explicitly.
## 1.0.2
* Properly use `BASE64` from `dart:convert` rather than `crypto`.
## 1.0.1
* Add support for `crypto` 1.0.0.
## 1.0.0
* Initial version