Seed v0.5.1 Release Notes

Release Date: 2019-12-29 // over 4 years ago
    • [BREAKING] MessageMapper::map_message changed to MessageMapper::map_msg.
    • ๐Ÿ‘€ [BREAKING] fetch and storage moved to seed::browser::service::{fetch, storage},
      ๐Ÿ‘€ but reimported at the lib level. Ie: seed::fetch, and seed::storage.
    • โž• Added support for Vec<Attr> and Vec<Style> in view macros.
    • App included in prelude.
    • ๐Ÿ”จ [BREAKING] Seed refactored to use async/.await. fetch.rs docs updated.
    • ๐Ÿ’… Export Attrs, Style, Listener. ie, can import with seed::Style etc.
    • ๐Ÿ›  Fixed a bug causing the docs not to build.