View Source Changelog
Noteworthy changes are included here. For a full version of changes, see git history.
To see dates a version was published, see the hex package page
0.2.0
Breaking changes
- Update our static implementation to raise when we find many elements. That brings it in line with how our LiveView implementation works. See commit daa4dca
Improved
- Improves error messages in assertions. See commit c995fc1
0.1.1
Added
- Adds
click_link/3andclick_button/3which allow for specifying a CSS selector. See commit c7401b6.
0.1.0
- Initial version of the library.