All Versions
30
Latest Version
Avg Release Cycle
111 days
Latest Release
-

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 to BoundingBox::getAsPolygon
    • PolygonInterface extends GeometryInterface

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Decimal-Degrees parser from Decimal-Minutes

    โœ‚ Removed

    • โœ‚ Removed AbstractGeotools class in favor of CoordinateCouple. Also added constants to GeotoolsInterface.
    • Our HTTP layer in favor of HTTPlug
    • Our cache layer in favor of PSR-6
  • v0.7.0 Changes

    February 03, 2016
    • [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!

  • 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

    NOTE: If you still use Geocoder 2.x and/or PHP 5.3 please use the Geotools 0.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
  • 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