Skip to content

Releases: Hi-Folks/milk-sdk-php

Discover API - Hacktoberfest 2021

10 Oct 19:38
Compare
Choose a tag to compare

Add

  • HERE Discover API integration. Now you can search and validate an address via Discover API

Hacktoberfest

  • Type casts for RoutingV8, Geocode, Isoline, thanks to @kjellknapen
  • Avoid duplicate code for adding api key in src/Here/RestApi/* files, thanks to @JohnAyling1979
  • creating a new cover image.

New Contributors

Full Changelog: v0.1.5...v0.1.6

HERE Map API (static image) and Hacktoberfest

06 Oct 20:42
Compare
Choose a tag to compare

Add

  • HERE Map API integration. Now you can generate static image for map using HERE Map Image

Hacktoberfest

  • Update some examples;
  • update GitHub Actions workflow;
  • Update CONTRIBUTING.md, thanks to @iridacea
  • Create CODE_OF_CONDUCT.md;
  • Update Isoling.PHP for type declarations, thanks to @KamaZz
  • Add Map Image API usage documentation, thanks to @soil-droid

New Contributors

Full Changelog: v0.1.4...v0.1.5

Improve Code Quality

02 May 19:22
Compare
Choose a tag to compare

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/);

PHP 8 compatibility

15 Apr 06:51
Compare
Choose a tag to compare

Add

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

Routing V8 improvement, export GeoJSON

06 Nov 17:40
Compare
Choose a tag to compare

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;

Isoline and refactor

31 Oct 08:39
Compare
Choose a tag to compare

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

Welcome Milk SDK PHP

21 Oct 07:01
Compare
Choose a tag to compare