Skip to content

Releases: Laragear/MetaTesting

v3.0.0

16 Feb 22:48
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v3.0.0

(Basically, Laravel 12 support, and deprecation of Laravel 10 and PHP 8.1).

v2.0.1

29 Jan 01:14
f91fb11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

13 Mar 06:39
f686359
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

v1.3.1

18 Mar 01:12
a020fec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

22 Feb 23:04
ed4c15a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

18 Feb 21:38
Compare
Choose a tag to compare

Fixes assertHasViews not identifying real paths.

Full Changelog: v1.2.1...v1.2.2

v1.2.1

18 Feb 20:55
Compare
Choose a tag to compare

Fixes relative paths.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Feb 20:35
Compare
Choose a tag to compare

Adds return Route to route assertion methods.

$route = $this->assertRouteByName('test');

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Feb 19:51
Compare
Choose a tag to compare

Adds route assertion methods.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Feb 03:09
Compare
Choose a tag to compare
Migrates PHPUnit XML.