Skip to content

Releases: pestphp/pest

v3.5.1

31 Oct 16:12
Compare
Choose a tag to compare

v3.5.0

22 Oct 14:34
Compare
Choose a tag to compare

feat: support for nested describe blocks by @jshayes in #1295
fix: issue where a describe block will prevent a beforeEach call from executing by @jshayes in #1294

v3.4.2

20 Oct 11:47
Compare
Choose a tag to compare

Full Changelog: v3.4.1...v3.4.2

v3.4.1

15 Oct 16:18
Compare
Choose a tag to compare

chore: uses stable versions of collision and termwind (with PHP 8.4 support)

v3.4.0

15 Oct 14:13
Compare
Choose a tag to compare

feat: php v8.4 support

v3.3.2

12 Oct 11:37
Compare
Choose a tag to compare

docs: fixes composer command by @AbdellahBoutmad in #1293
fix: missing policy suffix test by @olivernybroe in #1292

v3.3.1

11 Oct 08:33
Compare
Choose a tag to compare

chore: bumps dependencies

v3.3.0

06 Oct 18:26
Compare
Choose a tag to compare

feat: uses phpunit v11.4.0.

v3.2.5

01 Oct 10:56
Compare
Choose a tag to compare

fix: missing middleware method on allowable public methods on controllers on laravel preset by @CamKem in #1280
fix: strict types expectation to allows for comments above declaration by @midnite81 in #1279

v3.2.4

26 Sep 22:54
Compare
Choose a tag to compare

fix: App\Exceptions\Handler ignored on laravel preset