Zach is Gone :(
This release changes completely the way to check handle_events and handle_infos. Before, a Spy module was included. Now, a few assert_handle_x
methods have been added. These are way less flaky (not flaky so far in my tests, pun intended) and more Elixir-like.
We cannot assert on socket anymore though. This change is intended as it might be difficult to make the user understand that the socket is the one in the dummy LiveView and not the one in the component.
Full Changelog: v0.2.1...v0.3.0