Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Releases: claudiodekker/inertia-laravel-testing

2.2.5

22 Jan 11:11
8c8191b
Compare
Choose a tag to compare
  • Re-fixes the previous release's bugfix, which only partly solved the issue. (#32)

2.2.4

21 Jan 18:59
08fb703
Compare
Choose a tag to compare
  • Fixes a bug where arrays that were ordered differently would cause a failure (#31)

2.2.3

19 Jan 19:13
c499c7d
Compare
Choose a tag to compare
  • Fail when an unsupported second argument is provided to has (#28)

2.2.2

19 Jan 18:45
042dbb2
Compare
Choose a tag to compare
  • Use assertSame instead of assertEquals for safer comparisons (#27)

2.2.1

18 Jan 19:45
659efdc
Compare
Choose a tag to compare
  • Fixes a bug where the automatic property interaction check was also enabled on the top-level by default (#26)

2.2.0

18 Jan 18:13
6ab7a72
Compare
Choose a tag to compare
  • Add dump and dd helpers by default (#24)
  • Add & prefer missing & missingAll methods (#23)
  • Fixes an issue where complex objects could not be scoped/asserted against correctly (#22)

2.1.0

18 Jan 13:17
726cbf2
Compare
Choose a tag to compare
  • Make the Assert class Macroable (#20)
  • Provide a dump and dd macro that can be mixed in using Assert::mixin(new VarDumper());

2.0.0

18 Jan 10:04
8a2c8ae
Compare
Choose a tag to compare
  • Reworked the entire library using a brand-new, fluent syntax (#18)
  • Updated deprecation notice: This version serves as the official beta for inertiajs/inertia-laravel.

1.2.0

30 Nov 13:50
ff97339
Compare
Choose a tag to compare
  • Introduced a new assertInertiaCount($key, $count) method (#10)
  • Tagged PHP 8 support

1.1.1

16 Oct 16:28
74d32bb
Compare
Choose a tag to compare