Skip to content

v0.14.0

Compare
Choose a tag to compare
@jstarry jstarry released this 14 Mar 11:01
· 1438 commits to master since this release
ebbd145

Happy 馃ェ (PI) Day! This release brings a number of bug fixes for web-sys apps and ergonomic improvements to the API. Huge thanks to the community for diving into the migration from stdweb to web-sys so quickly and uncovering these issues!

Changelog

  • 鈿★笍 Features

  • 馃洜 Fixes

    • Fixed panic in stdweb ResizeService event handling. [@nicklaswj, #1014]
    • Removed build check for OS compatibility. [@jstarry, #1019]
    • Fixed interval and timer usage in web-sys workers by updating gloo. [@jstarry, #1018]
    • Send Connected message for Public agents. [@TheNeikos, #1007]
    • Fixed web-sys Public / Private agent initialization. [@jstarry, #1006]
    • Fixed websocket 'text' message handling for web-sys agents. [@jstarry, #1005]
  • 馃毃 Breaking changes

    • FetchError::FetchFailed enum variant now wraps a String to hold the failure reason. [@jstarry, #1025]
    • Message APIs now accept Into<Msg>, so calling msg.into() will cause compile errors. [@captain-yossarian, #999]