Skip to content

Releases: sinnbeck/laravel-dom-assertions

v1.5.4

28 Aug 06:27
ff847b0
Compare
Choose a tag to compare

Add missing ide helpers for TestView (by @markieo1)

v1.5.3

17 Jun 13:27
Compare
Choose a tag to compare

Re-release as last release was broken for some reason

v1.5.1

07 Jun 07:03
Compare
Choose a tag to compare
  • Workaround for bug in php8.3.8 #19

v1.5.2

17 Jun 12:29
bc19b20
Compare
Choose a tag to compare
  • 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.5.0

13 Mar 07:17
bc19b20
Compare
Choose a tag to compare

v1.4.1

03 Jan 09:41
Compare
Choose a tag to compare
  • Allow using symfony css selector v.7.0. Fixes #15

v1.4.0

03 Jan 09:30
14364cc
Compare
Choose a tag to compare

v1.3.1

02 Aug 05:43
1e8987f
Compare
Choose a tag to compare
  • Add optgroup support (by @ziadoz)

v1.3.0

14 Feb 19:22
453985f
Compare
Choose a tag to compare
  • Add laravel 10 support

v1.2.0

13 Feb 08:34
2e8b093
Compare
Choose a tag to compare
  • Add containsText() assertion. (thanks to @balping )