Skip to content

Releases: thephpleague/geotools

Release 1.2.0

14 Mar 22:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

Release 1.1.0 (2022-10-26)

26 Oct 19:45
Compare
Choose a tag to compare

Fixed

  • Suppressed of deprecation warnings
  • increased precision in calculation
  • Compatility with different locales

Release 1.0.0 (2022-02-11)

11 Feb 08:58
Compare
Choose a tag to compare

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() and finalBearing()

Release 0.8.3

07 Jul 14:50
4869ab2
Compare
Choose a tag to compare

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

02 Feb 13:22
070cfbb
Compare
Choose a tag to compare
  • Fix namespace issue when creating provider class name (#125)
  • Upgrade to PHP >= 7.3 and PHPUnit 8.5 (#138)
  • Allow PHP8 & Fix PHPUnit deprecations (#146)

Release 0.8.1

30 Jan 14:24
b62a49e
Compare
Choose a tag to compare

Added Symfony 5 support.

Release 0.8.0

22 Feb 05:39
ed02a15
Compare
Choose a tag to compare

See change log for changes

0.7.0

03 Feb 16:36
Compare
Choose a tag to compare
  • [BC break] Updated: Point is now Vertex everywhere
  • Updated: use Predis 1.0 version
  • Updated: tests against PHP7
  • Updated: documentation and badges
  • Added: allow Symfony console, property-access and serializer ~3.0

Thanks to all contributors!

0.6.0

11 Oct 16:46
Compare
Choose a tag to compare

If you use the cache layer please update to this version.

  • Fixed: cache layer: Redis, Memcached and MongoDB
  • Added: cache possibility in CLI
  • Added: 10:10 algorithm
  • Updated: symfony console, serializer and property-access to ~2.7

0.5.0

10 Oct 20:13
Compare
Choose a tag to compare

NOTE: If you still use Geocoder 2.x and/or PHP 5.3 please use the Geotools 0.4!