This release comes with no new features. It fixes some issues and edge-cases that were not properly handled before (eg resolving #17, throwing more often exceptions when bad data is detected). It also addresses numerous previously neglected housekeeping todos like:
- Dropping support for PHP 5.5 which is EOL. This means the minimum PHP version is now 5.6.
- Applying automated code style check.
- Applying fixes reported by static analysis.
- Updating Travis and Scrutinizer configurations. The CI pipeline checks for more stuff and does this in a better way.