Releases: realFlowControl/react-inotify
Releases · realFlowControl/react-inotify
v2.2.0
v2.1.0
v2.0.0
Added
Flowcontrol\React\Inotify\InotifyStream::addWatch
method to add a new watcherFlowcontrol\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
Changed
- switched from Travis-CI to GitHub Actions
- Bumped depedencies
v1.1.0
Added
- PHP 8 support
Changed
- Updated developement dependencies
- Will not close file pointer anymore in library
v1.0.2
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
Added
- psalm annotations for suppressing not problematic/incorrect notices
- missing phpunit cover annotation
- this changelog :-)