eve v0.1.7 Release Notes

  • ๐Ÿ”„ Changed

    • Dispatcher is now called EventDispatcher to alleviate confusion.
    • liftApp is now called runApp.
    • eve_ now has the simplified type eve_ :: App () -> IO ()

    Migration

    • ๐Ÿ“‡ Rename all Dispatcher -> EventDispatcher
    • ๐Ÿ“‡ Rename all liftApp -> runApp