Skip to content

v0.1.0

Compare
Choose a tag to compare
@Ahmard Ahmard released this 27 Mar 09:33
· 11 commits to master since this release
6cf2604
  • 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