Skip to content

Releases: seregazhuk/php-watcher

v0.5.2

07 Dec 08:46
Compare
Choose a tag to compare
  • Fix: use predefined const for PHP binary #59
  • Fix: increase dependency options #58 by @mmoreram

v0.5.1

03 Nov 12:03
Compare
Choose a tag to compare
  • Fix: ability to disable the spinner #48

v0.5.0

01 Nov 07:30
2dc69ff
Compare
Choose a tag to compare
  • Feature: watching whether the script is alive #47

v0.4.3

27 Oct 22:18
7b0d77b
Compare
Choose a tag to compare
  • Improved: reused a package for spinner implementation #45
  • Fix: Output stderr of the underlying script #44
  • Improved: Improve file changes watching #42

v0.4.2

18 Oct 10:48
d99c95a
Compare
Choose a tag to compare
  • Fix: Make script argument required via cli #36
  • Fix: Move symfony process to dev dependencies #34
  • Fix: improvements in spinner rendering #32

v0.4.1

15 Oct 21:14
93dde9d
Compare
Choose a tag to compare

0.4.1 (2019-10-15)

  • Fix: CLI empty options override values from config file #30

v0.4.0

15 Oct 09:30
5317a01
Compare
Choose a tag to compare
  • Fix: allow to listen to signals when running inside the docker container #27
  • Feature: send custom signals to restart the app #27

v0.3.1

10 Oct 10:48
1dec430
Compare
Choose a tag to compare
  • Fix: autoload path inside watcher.php fixed for composer project
    installation (#16) by gorbunov
  • Fix: custom spinner implementation (#19)
  • Fix: restore screen cursor when interrupting the script (#20)

v0.3.0

08 Oct 20:24
d945c8d
Compare
Choose a tag to compare
  • Feature: add spinner to output (#11)
  • Feature / BC break: move to PHP 7.2 (#11)
  • Fix: make it truly async (#10)

v0.2.0

04 Oct 11:13
903dd6a
Compare
Choose a tag to compare
  • Feature: allow to specify config file via CLI option (#6)
  • Fix: default CLI options override config values (#2)