Releases: claudiodekker/inertia-laravel-testing
Releases · claudiodekker/inertia-laravel-testing
2.2.5
- Re-fixes the previous release's bugfix, which only partly solved the issue. (#32)
2.2.4
- Fixes a bug where arrays that were ordered differently would cause a failure (#31)
2.2.3
- Fail when an unsupported second argument is provided to
has
(#28)
2.2.2
- Use
assertSame
instead of assertEquals
for safer comparisons (#27)
2.2.1
- Fixes a bug where the automatic property interaction check was also enabled on the top-level by default (#26)
2.2.0
- 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
- 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
- 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
- Introduced a new
assertInertiaCount($key, $count)
method (#10)
- Tagged PHP 8 support