- Added unit tests for all examples and core methods.
- Reworked the examples directory.
- Updated the minimum required PHP version to 7.3.
- Fixed multiple PHP deprecated warnings (implicit conversion from float).
- Fixed incorrect string checking in the
addBreaklines
method. Thanks to @painbaker (#10).