Skip to content

Releases: christophrumpel/missing-livewire-assertions

v2.9.1

04 Nov 09:03
Compare
Choose a tag to compare

What's Changed

  • fix params order for assertMethodNotWiredToAction and assertMethodWir… by @lfnincao in #42

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

22 Oct 06:53
Compare
Choose a tag to compare

What's Changed

  • Add wire:model.change to assertPropertyWired and assertPropertyNotWired by @fdalcin in #40

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

11 Apr 15:24
3075093
Compare
Choose a tag to compare

What's Changed

  • Convert to Pest by @alexmanase in #35
  • Add IDE support for assertions by @alexmanase in #36
  • Added wire:model.boolean as an option to assertPropertyWired and assertPropertyNotWired by @pikepa in #38

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

26 Mar 20:43
Compare
Choose a tag to compare

Add defer to pattern

v2.6.0

16 Mar 09:01
Compare
Choose a tag to compare

What's Changed

  • Add assertMethodWiredToAction and assertMethodNotWiredToAction by @alexmanase in #32
  • Fix assertContainsLivewireComponent for @livewire directive that is used on multiple line by @alexmanase in #33

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

16 Mar 08:41
Compare
Choose a tag to compare
  • Add L11 support

v2.4.0

22 Jan 18:41
d7a946e
Compare
Choose a tag to compare
  • Clean up
  • Assert against downloads

Thanks to @nuernbergerA 👏

v2.3.0

16 Dec 15:13
Compare
Choose a tag to compare

Support magic Livewire methods

v2.2.0

17 Oct 07:46
Compare
Choose a tag to compare
  • Add support for "model.blur"

v2.1.1

29 Sep 12:38
Compare
Choose a tag to compare
  • Fix how new assertions get the component HTML