Releases: sinnbeck/laravel-dom-assertions
Releases · sinnbeck/laravel-dom-assertions
v1.5.4
Add missing ide helpers for TestView (by @markieo1)
v1.5.3
Re-release as last release was broken for some reason
v1.5.1
- Workaround for bug in php8.3.8 #19
v1.5.2
- Implement each method to allow fluent assertions against all elements that match selector (by @FRFlor #22 )
- Fix wrong method used in readme (by @FRFlor )
v1.4.1
- Allow using symfony css selector v.7.0. Fixes #15
v1.2.0
- Add
containsText()
assertion. (thanks to @balping )