Skip to content

Releases: sinnbeck/laravel-dom-assertions

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

v0.3.5

24 Oct 09:38
Compare
Choose a tag to compare
  • Add support for : in attributes (eg. wire:click="doStuff")

v0.3.4

24 Oct 07:39
Compare
Choose a tag to compare
  • Fix has() assertion bug
  • Add phpstan
  • Clean up folder structure