Skip to content

Releases: karam-mustafa/laravel-geographical-calculator

v2.2.0

08 Feb 20:08
Compare
Choose a tag to compare
  • Added the farthest point from a set of points to a custom point.
  • Added check if the point is located in a given area.

v2.1.1

22 Jan 13:10
a48769a
Compare
Choose a tag to compare
  • Fix code style and composer dependencies

v2.1.0

27 Dec 18:18
Compare
Choose a tag to compare
  • Improved getDistance and getCenter function to accept callback.
  • Added all function to get all package features.
  • Added Loops trait helper.
  • Added the closest point from a set of points to a custom point.
  • Added nearest neighbor algorithm.
  • Improved tests and code style

v2.0.1

17 Dec 20:27
2601652
Compare
Choose a tag to compare
  • Fix if there are no options inserted.

v2.0.0

15 Dec 23:51
Compare
Choose a tag to compare
  • Refactor class names.
  • Refactor distances calculations.
  • Added documents folder.
  • Added helper traits.
  • Added install command.
  • Added a package logo.
  • Added get the center of set of points.
  • Use the register pattern to store and fetch the data.

v1.1.0

09 Dec 22:19
Compare
Choose a tag to compare
  • refactor and improve internal code
  • write package test

v1.0.3

28 Nov 15:03
Compare
Choose a tag to compare

correct and refactor code with psr-4

v1.0.2

21 Nov 12:17
Compare
Choose a tag to compare

correct class accessible and functions name

refactor functions names

20 Nov 19:59
Compare
Choose a tag to compare

refactor get length function name , rename to gitDistance

first release

20 Nov 19:38
Compare
Choose a tag to compare

first release