Releases: allebb/cartographer
Releases · allebb/cartographer
2.0.4
Adds official support for PHP 8.2.
2.0.3
Scrutinuzer and core dependency updates.
2.0.1
Full support added for PHP 8.
2.0.0
The package now supports PHP 7.2+, tests now handled by GitHub Actions and code coverage now managed by CodeCov. Bumping version number to prevent issues on older, previously supported versions of PHP.
1.0.4
Adding build/testing against PHP 7.4, bumped dependencies and fixed a coupe of DocBlock issues.
1.0.3
Minor release (updating composer dependencies) and fixes a failing unit test.
1.0.2
Base package updates, added PHP 7.1 to the test configuration and code cleanup based on CodeClimate results.
1.0.1
LineString type class constructor argument is now optional, coordinates can be programmatically added to the LineString object using the addCoordinate() method or using mass assignment in the class constructor.