Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 1.1 KB

Changelog

0.3.4 - 2019-10-11

  • another try at fixing docs.rs

0.3.3 - 2019-10-10

  • another try at fixing docs.rs

0.3.2 - 2019-10-08

  • fix docs.rs

0.3.1 - 2019-10-08

  • update dependencies

0.3.0 - 2019-08-02

  • actually, block_on will panic on wasm (uses thread::park internally), so it's removed again until wasm get's threads

0.2.1 - 2019-07-19

  • add forgotten rt::block_on to the wasm runtime

0.2.0 - 2019-07-15

  • BREAKING CHANGE: set the lib name to async_runtime

0.1.7 - 2019-07-11

  • enable futures-preview to version 0.3.0-alpha.17. Until rustwasm/wasm-bindgen#1640 get's fixed, this version won't work on wasm, however often cargo will require that different dependencies use the same version of futures-preview. If your other dependencies use alpha.17, you can use this version. If you need wasm to work, pin to 0.1.6: async_runtime = { version = "=0.1.6", package = "naja_async_runtime" }

0.1.6 - 2019-07-11