All notable changes to phpunit-watcher will be documented in this file
- Fix crash when using
JoliNotif@3by @KentarouTakeda in #179
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.24.3...1.24.4
- Support php new versions and higher and
symfony/console@8by @KentarouTakeda in #178
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.24.2...1.24.3
- Make it work properly with Symfony 8 by @KentarouTakeda in #177
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #175
- @KentarouTakeda made their first contribution in #177
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.24.1...1.24.2
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot[bot] in #163
- Bump actions/checkout from 2 to 4 by @dependabot[bot] in #162
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot[bot] in #165
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #166
- Update issue template by @AlexVanderbist in #170
- Added Symfony 8 support to all symfony/* packages. by @thecaliskan in #174
- Bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in #171
- @dependabot[bot] made their first contribution in #163
- @AlexVanderbist made their first contribution in #170
- @thecaliskan made their first contribution in #174
Full Changelog: https://github.com/spatie/phpunit-watcher/compare/1.24.0...1.24.1
- replace passthru with echo (#133)
- add support for
excludeandignoreoptions
- merge options recursively in
WatcherFactoryto preserve nested values (#115)
- add ability to control timeout for PHPUnit process (#104)
- fix compatibility with yosymfony/resource-watcher (#101)
- some version numbers were skipped due to mistagging
- update dependencies
- improve windows compatibility (#98)
- update version number
- new random seed feature. Run tests in random order.
- Remove
deleteCharcall
- update version number
- drop support for older symfony versions
- drop support for PHP 7.1
- fix compatibly with newer symfony versions
- fix for deprecated symfony/process string construction
- removed support for PHP 7.0
- add
hideManualoption
- update to version 2 of react-stdio and use new methods
- reverts 1.8.1
THIS VERSION DOES NOT WORK
- allow new versions of deps
- add
binaryPathto configuration file
- support for alternative config file names
- add autocomplete when filtering on file names
- fix a bug around screen switching
- add filter for groups
- add filter on testsuite
- use Jolinotif 2
- allow PHPUnit 7
- allow symfony 4
- fix typing in interactive mode
- add back version number
- fix for tests being run too many times
- fix tool becoming unresponsive after pressing a key with no action
- fix filters
- improved readability of manual
- added desktop notifications
- display used config file and application version
- allow initial arguments for PHPUnit to be set in the config file
- throw exception if config file does not contain yml
- check parent directories for config file
- add interactive commands
- do not halt when watching a non existing directory
- switch to in memory cache
- fix performance problems
- scan for changes every quarter of a second instead of an entire second
- initial release