Skip to content

Releases: sinnbeck/laravel-dom-assertions

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 )

v1.1.2

10 Feb 07:02
Compare
Choose a tag to compare
  • Add ->doesntHave() assertion

v1.1.1

10 Nov 06:54
Compare
Choose a tag to compare
  • Add datalist assertions (thanks to @Tray2)
  • Add html5 assertion

v1.1.0

10 Nov 06:53
Compare
Choose a tag to compare
  • Normalize multi-line text #9
  • Prepare for head assertions

v1.0.4

27 Oct 10:37
Compare
Choose a tag to compare
  • remove internal tag from service provider as it caused issues in other packages

1.0.3

26 Oct 04:44
Compare
Choose a tag to compare
  • Fixes bug where $selector is called as closure

v1.0.2

25 Oct 07:42
Compare
Choose a tag to compare
  • Remove @internal from externally accessible classes

v1.0.1

25 Oct 07:32
Compare
Choose a tag to compare
fix typo

v1.0.0

25 Oct 07:22
Compare
Choose a tag to compare

First official release

  • assertElement() and assertForm() has been renamed to assertElementExists() and assertFormExists()
  • all assertion classes been renamed by swapping the words. Eg. ElementAssert is now AssertElement