Skip to content

Releases: realFlowControl/react-inotify

v2.1.0

04 Sep 18:56
Compare
Choose a tag to compare

Added

  • Support PHP 8.2 (#3, thanks @devnix)
  • More specific return type for Flowcontrol\React\Inotify\InotifyStream::addWatch (#4, thanks @devnix)

Fixed

  • GitHub Action Badge in README.md

v2.0.0

06 Jan 19:37
2b813fb
Compare
Choose a tag to compare

Added

  • Flowcontrol\React\Inotify\InotifyStream::addWatch method to add a new watcher
  • Flowcontrol\React\Inotify\InotifyStream::rmWatch remove a prior registered watcher
  • Support for PHP 8.1

Changed

  • Flowcontrol\Reacht\Inotify\InotifyStream::__construct does not need inotify stream or event loop anymore

Removed

  • Support for PHP 7
  • Flowcontrol\React\Inotify\InotifyStream::isReadable
  • Flowcontrol\React\Inotify\InotifyStream::pause
  • Flowcontrol\React\Inotify\InotifyStream::resume
  • Flowcontrol\React\Inotify\InotifyStream::close

v1.1.1

04 Jan 10:38
Compare
Choose a tag to compare

Changed

  • switched from Travis-CI to GitHub Actions
  • Bumped depedencies

v1.1.0

25 Sep 12:04
Compare
Choose a tag to compare

Added

  • PHP 8 support

Changed

  • Updated developement dependencies
  • Will not close file pointer anymore in library

v1.0.2

07 Nov 20:33
Compare
Choose a tag to compare

Added

  • PHP 7.4 to ci pipeline

Changed

  • Updated all dev dependencies to latests versions
  • Fixed Travis build badge
  • PHPCS instead of PHPCSFixer
  • PSR2 -> PSR12

v1.0.1

25 Aug 18:46
Compare
Choose a tag to compare

Added

  • psalm annotations for suppressing not problematic/incorrect notices
  • missing phpunit cover annotation
  • this changelog :-)