All Versions
30
Latest Version
Avg Release Cycle
111 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.3 Changes
๐ Fixed
- ๐ Fix incompatibility with PHP >= 7.4 by saving longitude and latitude as a string
๐ Changed
- ๐ Use react/event-loop: 1.0
-
v0.8.2 Changes
๐ Fixed
- ๐ Fix namespace issue when creating provider class name
- ๐ PHPUnit deprecations
๐ Changed
- ๐ Supported PHP versions >= 7.3
- PHPUnit 8.5
-
v0.8.1 Changes
January 30, 2020๐ Fixed
- ๐ Symfony 5 support.
-
v0.8.0 Changes
February 22, 2018โ Added
- We use
willdurand/geocoder
4. - โ Add a method to vertex to compute the determinant with another vertex
- ๐
ArrayCollection::merge
- ๐
BoundingBox::merge
- ๐
BoundingBoxInterface::merge
BoundingBoxInterface::getAsPolygon
- โ Added abstract class
GeometryCollection
- โ Added
GeometryInterface
- โ Added
MultiPolygon
๐ Changes
- ๐ Renamed
BoundingBox::getPolygon
toBoundingBox::getAsPolygon
PolygonInterface
extendsGeometryInterface
๐ Fixed
- ๐ Decimal-Degrees parser from Decimal-Minutes
โ Removed
- โ Removed
AbstractGeotools
class in favor ofCoordinateCouple
. Also added constants toGeotoolsInterface
. - Our HTTP layer in favor of HTTPlug
- Our cache layer in favor of PSR-6
- We use
-
v0.7.0 Changes
February 03, 2016- [BC break] Updated:
Point
is nowVertex
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!
- [BC break] Updated:
-
v0.6.0 Changes
October 11, 2015โก๏ธ 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
-
v0.5.0 Changes
October 10, 2015- [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 PHP5.3
please use the Geotools0.4
! -
v0.4.0 Changes
July 30, 2014- ๐ Uses: PSR-4 !
- โ Removed: not relevant autoloads
- ๐ Fixed: tests
- ๐ Fixed: typos
-
v0.3.3 Changes
May 16, 2014- ๐ Fixed: HHVM compatible tested on
HipHop VM 3.1.0-dev+2014.05.15
- โ Added: falling tests in Distance with same coordinates (@kornrunner)
- ๐ Fixed: division by zero in computing distance between 2 identical coordinates (@kornrunner)
- โ Added:
setFromString
method to create and modify coordinate + doc - fix #31 - ๐ Fixed: coordinate parsing issue
- ๐ Fixed: HHVM compatible tested on
-
v0.3.2 Changes
March 15, 2014- โก๏ธ Updated: geotools CLI moved in bin folder
- โก๏ธ Updated: use Geocoder 2.4.x
- โ Added: great circle formula and CLI + tests
- โ Added: test against php 5.6
- โก๏ธ Updated: repo name
- โ Added: coverage and scrutinizer-ci badges
- โก๏ธ Updated: organisation name
- โ Added: test against HHVM