Releases: pestphp/pest
Releases · pestphp/pest
v2.34.1
Full Changelog: v2.34.0...v2.34.1
v2.34.0
What's Changed
- feat(plugin-laravel): adds
--without-exception-handling
,--with-exception-handling
,without-deprecation-handling
, andwith-deprecation-handling
CLI options
v2.33.6
Full Changelog: v2.33.5...v2.33.6
v2.33.5
Full Changelog: v2.33.4...v2.33.5
v2.33.4
Full Changelog: v2.33.3...v2.33.4
v2.33.3
v2.33.2
Full Changelog: v2.33.1...v2.33.2
v2.33.1
What's Changed
- Fixing version number by @devajmeireles in #1076
- Add test for junit implementation by @nuernbergerA in #1080
- Track vendor changes by @nuernbergerA in #1081
Full Changelog: v2.33.0...v2.33.1
v2.33.0
What's Changed
- feat: allow multiple hooks per directory by @bastien-phi in #961
- feat: adds
toContainEquals
expectation by @erikgaal in #974 - feat: improve coverage output message on failing minimum requirements by @davybaccaert in #1069
- feat: allow
string
type ingreaterThan
/lessThan
expectations by @paulsn-mapon in #1055 - feat: adds
toBeStringBackedEnum()
andtoBeIntBackedEnum()
arch expectations by @JonPurvis in #1006 - feat: improves output of fatal php exceptions by @nunomaduro in c5ce355
- feat(plugin-watch): fixes arguments and coloring by passed to underlying process by @nunomaduro in 8c57cc1 and pestphp/pest-plugin-watch@9f8513d
- fix: warn if no code coverage driver by @calebdw in #1060
- fix: fixing backtrace not found error if project dirname endswith pest by @Carnicero90 in #972
- fix:
doNotThrowsExceptions
being marked as incomplete by @nunomaduro in 1d2fe2d - fix: allowing running high order testing with bound datasets by @nunomaduro in 2562d36
- fix: removes process-isolation from --help output @nunomaduro in 7a46514
- fix:
--cache-directory
PHPUnit xml directive being ignore by @nunomaduro in a5bf6a3 - tests: refactors
ansi
escape removal by @salehhashemi1992 in #981 - tests: build failing to run by @luismgsantos in #1075
New Contributors
- @bastien-phi made their first contribution in #961
- @erikgaal made their first contribution in #974
- @Carnicero90 made their first contribution in #972
- @davybaccaert made their first contribution in #1069
- @paulsn-mapon made their first contribution in #1055
- @luismgsantos made their first contribution in #1075
Full Changelog: v2.32.3...v2.33.0