- Fix: Error while parsing the browscap data that occurred in dependence of the source file length, e.g. with the Browscap full ini file in version 6021 (issue #34).
- Feature: Updated composer.json to allow usage with PHP 7.1.x
- Feature: Added support for older SQLite versions as used by some Linux distributions like CentOS and RHEL (issue #25).
- Feature: Adjustment to avoid warnings in PHP 7.1.x when using the CLI version.
- Fix: Added info about the required SQLite library version to the documentation.
- Fix: Corrected the check for directory permissions, so that directories don't have to be writable if only used in read-only mode (issue #26).
- Fix: Corrected the parser for the case that the Browscap source file was generated on a Windows system and contains differend line-endings (issue #28).
- Fix: Fixed wrong example in documentation (issue #27).
- Fix: Adjusted some unit tests to no more use deprecated methods (which caused that the test result on Travis was marked as failed for PHP 5.6.x)
- Fix: Fixed composer requirements (pull request #24).
- Feature: Library optimized for PHP 7 (with strict types).