Skip to content

Releases: nette/safe-stream

Released version 3.0.4

Choose a tag to compare

@dg dg released this 23 Feb 03:34

A code quality release that tightens static analysis and cleans up internals.

  • Fixed all PHPStan errors and improved phpDoc annotations
  • Switched to singleline declare statements across the codebase

Released version 3.0.3

Choose a tag to compare

@dg dg released this 31 Oct 00:21
  • support for PHP 8.5

Released version 3.0.2

Choose a tag to compare

@dg dg released this 01 Jan 21:33
  • support for PHP 8.4

Released version 3.0.1

Choose a tag to compare

@dg dg released this 26 Nov 23:05
  • support for PHP 8.3
  • removed error suppression

Released version 3.0.0

Choose a tag to compare

@dg dg released this 12 Dec 17:19
  • requires PHP 8.0
  • constants are PascalCase
  • removed old protocol safe://
  • renamed Nette\Utils\SafeStream -> Nette\SafeStream\Wrapper

Released version 2.5.1

Choose a tag to compare

@dg dg released this 12 Dec 16:59

supports PHP 8.2

Released version 2.5.0

Choose a tag to compare

@dg dg released this 03 Jan 23:15
  • Revert "SafeStream: reimplemented to provide real atomicity"
  • simplified implementation only using locks

Released version 2.4.2

Choose a tag to compare

@dg dg released this 02 Jun 14:46
  • fixed fopen mode #10

Released version 2.4.1

Choose a tag to compare

@dg dg released this 16 Mar 14:30
ae6f314
  • PHP 7.4 compatibility

For the details you can have a look at the diff.

Released version 2.4.0

Choose a tag to compare

@dg dg released this 05 Feb 22:45
  • requires PHP 7.1
  • uses PHP 7.1 features
  • added PHP 7.1 scalar and return type hints
  • added declare(strict_types=1);