Skip to content

Releases: sinnbeck/laravel-dom-assertions

v1.5.1

07 Jun 07:03

Choose a tag to compare

  • Workaround for bug in php8.3.8 #19

v1.5.2

17 Jun 12:29
bc19b20

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

Choose a tag to compare

v1.4.1

03 Jan 09:41

Choose a tag to compare

  • Allow using symfony css selector v.7.0. Fixes #15

v1.4.0

03 Jan 09:30
14364cc

Choose a tag to compare

v1.3.1

02 Aug 05:43
1e8987f

Choose a tag to compare

  • Add optgroup support (by @ziadoz)

v1.3.0

14 Feb 19:22
453985f

Choose a tag to compare

  • Add laravel 10 support

v1.2.0

13 Feb 08:34
2e8b093

Choose a tag to compare

  • Add containsText() assertion. (thanks to @balping )

v1.1.2

10 Feb 07:02

Choose a tag to compare

  • Add ->doesntHave() assertion

v1.1.1

10 Nov 06:54

Choose a tag to compare

  • Add datalist assertions (thanks to @Tray2)
  • Add html5 assertion