Skip to content

Latest commit

 

History

History
143 lines (75 loc) · 5.79 KB

CHANGELOG.md

File metadata and controls

143 lines (75 loc) · 5.79 KB

Release Notes

v7.2.0 - 2024-02-09

  • Supports Paratests and Fixes PHPUnit 11 Supports by @crynobone in #179

v7.1.1 - 2024-01-22

v7.1.0 - 2024-01-12

v7.0.0 - 2023-02-14

Added

  • PHPUnit v10 Support by @driesvints in #169

Changed

  • Drop old PHP and Laravel versions by @driesvints in #168

v6.4.0 - 2023-01-06

Added

  • Laravel v10 Support by @driesvints in #166

v6.3.1 - 2022-04-13

Changed

  • Fix withoutMiddleware docblock by @bytestream in #164

Changed

  • Laravel 9 Support (#162)

Fixed

  • Fix seeJson with null data (#160)

Fixed

  • Use TestResponse as return value in PHPDoc (#150)
  • Fix missing $cookies argument (#151)

Fixed

  • Add missing import for CookieValuePrefix (#148)

Added

  • PHP 8 Support (#146)

Added

  • Support Laravel 8 (#140)

Security

Added

  • Allow PHPUnit 9 (#121)

Changed

  • Bumped minimum dependencies to Laravel 7.0 (#111)
  • Dropped support for PHP 7.1 (d0152a0)
  • Dropped support for PHPUnit 7.x
  • Keep cookies between redirects (#107)
  • Utilise illuminate/testing (#126)

Removed

  • Remove deprecated seeJsonSubset method (#116)

Added

  • PHP 8 Support (#147)

Security

Changed

  • Updated version constraints for Laravel 6.0 (73b18b2)

Fixed

  • Implement abstract shouldReport method (#93)

Fixed

  • Fix PHPUnit 8 strict comparison (48a7a39)

Added

Added

  • Provide PHPUnit 8 compatibility (d4f4894)

Changed

  • Update minimum Laravel version (1185004)
  • Update Symfony dependencies to latest version (b60a346)