Skip to content

Releases: thephpleague/geotools

0.4.0

30 Jul 20:25
Compare
Choose a tag to compare
  • Uses: PSR-4 !
  • Removed: not relevant autoloads
  • Fixed: tests
  • Fixed: typos

0.3.3

16 May 00:00
Compare
Choose a tag to compare
  • 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

0.3.2

15 Mar 16:55
Compare
Choose a tag to compare
  • 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

0.3.1

16 Nov 15:23
Compare
Choose a tag to compare
  • Updated: use Geocoder 2.3.x
  • Updated: use SensioLabs Insight
  • Updated: documentation
  • Fixed: travis, packagist and sensiolabs insight badges
  • Fixed: tests

0.3.0

19 Jul 20:20
Compare
Choose a tag to compare

Changes:

  • Updated: loep (The League of Extraordinary Packages) is now owner - BC break
  • Updated: use Geocoder 2.0.0

Upgrade: basically you just need to add League\ before Geotools' namespaces.

NB: if you need to use an older version like 0.2.4 for instance, install or update packages with --prefer-source option.