Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@Baptouuuu Baptouuuu released this 10 Mar 11:15
· 0 commits to develop since this release
5.0.0
060b925

Added

  • Innmind\OperatingSystem\Filesystem::temporary()

Changed

  • Innmind\OperatingSystem\Remote::socket() returned socket is now wrapped in a Innmind\IO\Sockets\Client
  • Innmind\OperatingSystem\Sockets::connectTo() returned socket is now wrapped in a Innmind\IO\Sockets\Client
  • Innmind\OperatingSystem\Sockets::open() returned socket is now wrapped in a Innmind\IO\Sockets\Server
  • Innmind\OperatingSystem\Sockets::takeOver() returned socket is now wrapped in a Innmind\IO\Sockets\Server
  • Innmind\OperatingSystem\Ports::open() returned socket is now wrapped in a Innmind\IO\Sockets\Server
  • Innmind\OperatingSystem\CurrentProcess\Generic::of() is now declared internal
  • Innmind\OperatingSystem\Filesystem\Generic::of() is now declared internal
  • Innmind\OperatingSystem\Ports\Unix::of() is now declared internal
  • Innmind\OperatingSystem\Remote\Generic::of() is now declared internal
  • Innmind\OperatingSystem\Ports\Sockets::of() is now declared internal
  • Requires innmind/file-watch:~4.0