Releases: mbolli/php-geobuf
Releases · mbolli/php-geobuf
v0.2.0 (2024-11-18)
Maintenance release, no difference in functionality.
Changes:
- Discontinued PHP 8.0 and 8.1 support
- Changed CI to run test suite on PHP 8.2, 8.3 and 8.4
- Dependency updates
- Pest v1 to v3
- PhpStan v1 to v2
- Protobuf v3 to v4
- Code style fixes
v0.1.4 (2022-12-19)
Maintenance release, functionality is the same as in the other versions.
Changes:
- Discontinued PHP 7.4 support (official security support ended November 28th)
- Fixed some errors based on phpstan static analyzer and added it to the GitHub CI
- Code style fixes as reported by PHP-CS-Fixer
Decoder
andEncoder
classes are nowfinal
- Changed the test assertion from
toEqualCanonicalizing()
totoEqual()
-> test suite is now returning 0 errors