All notable changes to phpunit-watcher
will be documented in this file
- replace passthru with echo (#133)
- add support for
exclude
andignore
options
- merge options recursively in
WatcherFactory
to 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
deleteChar
call
- 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
hideManual
option
- 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
binaryPath
to 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