All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.2.0 - 2024-11-27
- Support for PHP 8.4
- Psalm
2.1.0 - 2023-09-23
- Support PHP 8.2 (#3, thanks @devnix)
- More specific return type for
Flowcontrol\React\Inotify\InotifyStream::addWatch
(#4, thanks @devnix)
- GitHub Action Badge in
README.md
2.0.0 - 2022-01-06
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
Flowcontrol\Reacht\Inotify\InotifyStream::__construct
does not need inotify stream or event loop anymore
- Support for PHP 7
Flowcontrol\React\Inotify\InotifyStream::isReadable
Flowcontrol\React\Inotify\InotifyStream::pause
Flowcontrol\React\Inotify\InotifyStream::resume
Flowcontrol\React\Inotify\InotifyStream::close
1.1.1 - 2021-01-04
- switched from Travis-CI to GitHub Actions
- Bumped depedencies
1.1.0 - 2020-09-26
- PHP 8 support
- Updated development dependencies
- Will not close file pointer anymore in library
1.0.2 - 2019-11-07
- PHP 7.4 to ci pipeline
- Updated all dev dependencies to latests versions
- Fixed Travis build badge
- PHPCS instead of PHPCSFixer
- PSR2 -> PSR12
1.0.1 - 2019-08-25
- psalm annotations for suppressing not problematic/incorrect notices
- missing PHPUnit cover annotation
- this changelog :-)
1.0.0 - 2019-09-08
- basic inotify stream handler
- example code
- unit tests
- static code analysis using Pslam and PHPStan