Skip to content

Releases: Innmind/FileWatch

6.0.1

22 Feb 16:52
Immutable release. Only release title and notes can be modified.
6.0.1
43e78ff

Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

07 Feb 12:43
6.0.0
7d3dca2

Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...6.0.0

5.0.0

08 May 16:16
5.0.0
abbd000

Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...5.0.0

4.0.0

10 Mar 10:43
4.0.0
f69601d

Choose a tag to compare

Changed

  • When the ping callable is called it must return a Innmind\FileWatch\Continuation

Removed

  • Innmind\FileWatch\Stop
  • Innmind\FileWatch\Failed

3.2.0

12 Nov 14:37
3.2.0
280ee1e

Choose a tag to compare

Added

  • Innmind\FileWatch\Watch\Kind

Changed

  • Directly use an output diff when the watched path targets a directory

Removed

  • Support for PHP 8.1

3.1.0

29 Jan 14:21
3.1.0
8ab1c47

Choose a tag to compare

Changed

  • Require innmind/server-control:~5.0

3.0.0

27 Feb 10:41
3.0.0
1c8a97c

Choose a tag to compare

Added

  • Innmind\FileWatch\Factory::build()
  • Innmind\FileWatch\Failed
  • Innmind\FileWatch\Stop

Changed

  • Innmind\FileWatch\Ping::__invoke() now has a value as first parameter that will be passed to the callable at each call, the callable now must return a Innmind\Immutable\Either<L|Innmind\FileWatch\Stop<C>, C>
  • Innmind\FileWatch\Ping\Logger constructor is now private, use ::psr() named constructor instead
  • Innmind\FileWatch\Watch\Logger constructor is now private, use ::psr() named constructor instead

Removed

  • Support for php 7.4 and 8.0
  • Innmind\FileWatch\bootstrap(), use Innmind\FileWatch\Factory::build() instead
  • Innmind\FileWatch\Exception\Exception
  • Innmind\FileWatch\Exception\RuntimeException
  • Innmind\FileWatch\Exception\WatchFailed

Fixed

  • Support for watching directories on Linux