Skip to content

safe-writer 2.0.0

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 27 Nov 20:08
· 103 commits to master since this release
2.0.0
d03bea3

Added

  • #5 adds \Throwable extension for package-specific exception marker Webimpress\SafeWriter\Exception\ExceptionInterface.

Changed

  • #5 changes all exception classes to be non-instantiable and all theirs public method to be internal.
    Library exceptions can only be caught in the user code, cannot be thrown.

  • #5 changes all method declarations to have type hints and return types.

Deprecated

  • Nothing.

Removed

  • #5 removes support for PHP versions prior to 7.2.

Fixed

  • Nothing.