Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 564 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 564 Bytes

0.3.2

  • Change close code in drop implementation to 1000 given that in browsers only the code 1000 and codes between 3000 and 4999 are allowed to be set by userland code. See PR 5229.

0.3.1

  • Add support for different WASM environments by introducing a WebContext that detects and abstracts the Window vs the WorkerGlobalScope API. See PR 4889.

0.3.0

0.2.0

  • Add Websys Websocket transport.

0.1.0

  • Crate claimed.