Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

74 lines (54 loc) · 2.38 KB

Changelog

0.1.5 - WIP

Add

  • HERE Map Api

0.1.4 - 2021-05-02

Add

  • Added some tests for Utils;

Change

  • Removed support for PHP7.3;
  • Improved code quality also for /tests and refactoring stuff (based on feedback provided by code quality phpcs + phpstan);
  • Update GitHub Actions Workflow by Ghygen (https://ghygen.hi-folks.dev/);

0.1.3 - 2021-04-15

Add

  • Add PHP 8 compatibility
  • Add new Workflow for Github Actions
  • Add new examples for geocoding and authentication

0.1.2 - 2020-11-06

Add

  • Routing V8: add avoid param, thanks to @torelafes;
  • Routing V8: add helper methods for avoidFerry, avoidTunnel, avoidDirtRoad etc;
  • Routing V8: add departureTime param, thanks to @torelafes;
  • Implement Bbox class;
  • Routing V8: add auto geocoding in routing, you can use address and not just latitude longitude;
  • Add Extended polyline encoding/decoding, thanks to https://github.com/rozklad/heremaps-flexible-polyline;
  • Isoline: export GeoJSON;

Change

  • Routing V8: Fix multiple via param;

0.1.1 - 2020-10-31

Add

  • Routing V8: add new transport mode "bicycle" and "scooter";
  • Routing V8: add alternatives parameter;
  • Routing V8: add units (metrics/imperial);
  • Routing V8: add via parameter (thanks to @cgarde89);
  • Isoline: add Isoline integration;
  • Adding test suite;
  • LatLong added magic method toString() (thanks to @cgarde89);

Change

  • Fix Phpstan warnings (level 6) (thanks to @creativenull)
  • Refactoring base classes avoiding Singleton design pattern, and introducing DI;
  • update examples/* and Readme file

0.1.0 - 2020-10-21

Initial release.