safe-writer 2.0.0 Added ----- - [#5](https://github.com/webimpress/safe-writer/pull/5) adds `\Throwable` extension for package-specific exception marker `Webimpress\SafeWriter\Exception\ExceptionInterface`. Changed ------- - [#5](https://github.com/webimpress/safe-writer/pull/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](https://github.com/webimpress/safe-writer/pull/5) changes all method declarations to have type hints and return types. Deprecated ---------- - Nothing. Removed ------- - [#5](https://github.com/webimpress/safe-writer/pull/5) removes support for PHP versions prior to 7.2. Fixed ----- - Nothing.