Releases: thephpleague/geotools
Releases · thephpleague/geotools
Release 1.3.0
What's Changed
- Support for PHP 8.4 by @batyrmastyr in #194
New Contributors
- @batyrmastyr made their first contribution in #194
Full Changelog: 1.2.0...1.3.0
Release 1.2.0
What's Changed
- PHP 8.2 CI support by @phpfui in #184
- Add support for Symfony 7/Laravel 11 by @dwightwatson in #188
- OpenStreetMap typo fixed #187. by @Surfoo in #189
- Ability to receive codes of neighboring points by @OleksandrWebLab in #185
New Contributors
- @dwightwatson made their first contribution in #188
- @OleksandrWebLab made their first contribution in #185
Full Changelog: 1.1.0...1.2.0
Release 1.1.0 (2022-10-26)
Fixed
- Suppressed of deprecation warnings
- increased precision in calculation
- Compatility with different locales
Release 1.0.0 (2022-02-11)
Fixed
- greatCircle calculator returned NAN #159
- Suppressed deprecation warning for JsonSerializable in PHP 8.1 #167
- Added floor on implicit float to in conversion #166
- Haversine distance calculation #158
Added
- New coordinate format "Degree Decimal Minutes" available with
toDegreeDecimalMinutes()
[BC break] - Support PHP 8.1
- Support Symfony 6, removed Symfony 3.4
Change
- Increased precision of
initialBearing()
andfinalBearing()
Release 0.8.3
0.8.3
Fixed
- Fix incompatibility with PHP >= 7.4 by saving longitude and latitude as a string
Changed
- Use react/event-loop: 1.0
Release 0.8.2
Release 0.8.1
Added Symfony 5 support.
Release 0.8.0
See change log for changes