All notable changes to laravel-test-watcher
will be documented in this file
- Initial release
Updated PHP version dependency to 7.2 in composer.json file
Removed version number from CLI UI header
Bug fixes
Fixed issue with missing error output on Windows
Fixed issue where Laravel Test Watcher's environment would override PHPUnits environment.
Fixed bug where tests with long failure output would get cut off
Fixed bug where CLI did not update when all watch annotations has been removed
Added composer.lock to repository for Snyk vulnerability testing
Added Laravel 6.0 Compatibility
Added Laravel 6.* Compatibility
Bumped up other dependencies for compatibility with Laravel 6.7.0
Added Laravel 7 Compatibility
Fixed an issue where DotEnv would give an error on Laravel 7, since the way to initialize DotEnv v4 has been changed from DotEnv v3. The package now supports both versions.
Added Laravel 8 Compatibility