Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

67 lines (52 loc) · 2.02 KB

Changelog

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.0.0 - 2022-01-06

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

1.1.1 - 2021-01-04

Changed

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

1.1.0 - 2020-09-26

Added

  • PHP 8 support

Changed

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

1.0.2 - 2019-11-07

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

1.0.1 - 2019-08-25

Added

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

1.0.0 - 2019-09-08

Added

  • basic inotify stream handler
  • example code
  • unit tests
  • static code analysis using Pslam and PHPStan