Releases: thephpleague/geotools
Releases · thephpleague/geotools
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
0.7.0
0.6.0
0.5.0
- [BC breaks] Updated: use Geocoder 3.x / @morrislaptop
- Added: Polygon class / @gabrielbull
- Added: Bounding box class / @gabrielbull
- Fixed: division by zero in vincenty algorithm / @tix
- [BC breaks] Dropped: PHP 5.3 and stub to JsonSerializable
- [BC breaks] Updated: switch from async to promise / @morrislaptop
- Updated: documentation / @caseyw @brandonsavage @BreiteSeite @GrahamCampbell
- Added: code of conduct
NOTE: If you still use Geocoder 2.x
and/or PHP 5.3
please use the Geotools 0.4
!