Skip to content

Releases: phprtc/watcher

v0.1.3

23 Mar 12:54
17dc7a7
Compare
Choose a tag to compare
  • fix(watch): dir name can now
  • fix(test): fixed race
  • fix(phpstan): error free codebase

v0.1.2

14 Jun 15:26
69025fd
Compare
Choose a tag to compare
  • Watcher::addPath() now accepts string|array
  • Watcher::addExtension() now accepts string|array
  • Fixed failing test

v0.1.1

01 May 07:32
6fdb95c
Compare
Choose a tag to compare
  • Added Licence -> MIT

v0.1.0

27 Mar 09:33
6cf2604
Compare
Choose a tag to compare
  • Added unit tests
  • Watcher::on() & Watcher::once() now fully functional
  • Watcher::onAny() & Watcher::onChange() now returns instance of Watcher\Watcher
  • Added onDelete(), onMove() & onCreate() methods
  • Added stop() to stop running watcher
  • Added Watcher::start() as a proxy of Watcher::watch()
  • Added check to avoid accessing undefined property
  • Fixed WatchedItem::isFile(), isDir() check bug

v0.0.2

06 Mar 11:05
30d885f
Compare
Choose a tag to compare
  • Fixed methods visibility & and made Watcher extensible
  • Updated documentation

v0.0.1

05 Mar 23:39
ceae89a
Compare
Choose a tag to compare

Initial Release