|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## 0.10.1 |
| 4 | + |
| 5 | +- Added Example README.md |
| 6 | +- Revised Documentation Content |
| 7 | + |
3 | 8 | ## 0.10.0 |
4 | 9 |
|
5 | | -- Geodesy Refactoring |
6 | | -- Implement Geodesic Measurements |
7 | | - - Calculate the length of a polyline formed by connecting multiple points |
8 | | - - Calculate the area of a polygon defined by a set of points using Shoelace formula |
9 | | -- Implement Intersection and Projection |
10 | | - - Calculate intersection points of two geodesic lines |
11 | | - - Project a point onto a geodesic line |
| 10 | +- Refactored Geodesy |
| 11 | +- Implemented Geodesic Measurements |
| 12 | + - Calculating the length of a polyline formed by connecting multiple points |
| 13 | + - Calculating the area of a polygon defined by a set of points using Shoelace formula |
| 14 | +- Implemented Intersection and Projection |
| 15 | + - Calculating intersection points of two geodesic lines |
| 16 | + - Projecting a point onto a geodesic line |
12 | 17 |
|
13 | 18 | ## 0.9.0 |
14 | 19 |
|
15 | | -- Implement DistanceCalculations: EquirectangularApproximation, and SphericalLawOfCosines |
16 | | -- Implement GeodeticPointManipulation: DestinationPoint, MidPointBetweenTwoPoints, and GreatCirclePoint |
| 20 | +- Implemented DistanceCalculations: EquirectangularApproximation, and SphericalLawOfCosines |
| 21 | +- Implemented GeodeticPointManipulation: DestinationPoint, MidPointBetweenTwoPoints, and GreatCirclePoint |
17 | 22 |
|
18 | 23 | ## 0.8.0 |
19 | 24 |
|
20 | | -- Implement Calculating Polygon Area With Hole |
21 | | -- Implement Vincenty Formula for Geodesic Distance Calculation |
22 | | -- Add CODE_OF_CONDUCT.md |
23 | | -- Revise LICENSE |
| 25 | +- Implemented Calculating Polygon Area With Hole |
| 26 | +- Implemented Vincenty Formula for Geodesic Distance Calculation |
| 27 | +- Added CODE_OF_CONDUCT.md |
| 28 | +- Revised LICENSE |
24 | 29 |
|
25 | 30 | ## 0.7.0 |
26 | 31 |
|
27 | | -- Refactor geodesy |
28 | | -- Support Class & Static methods |
| 32 | +- Refactored geodesy |
| 33 | +- Supported Class & Static methods |
29 | 34 |
|
30 | 35 | ## 0.6.0 |
31 | 36 |
|
32 | | -- Add findPolygonCentroid |
33 | | -- Add getPolygonIntersection |
| 37 | +- Added findPolygonCentroid |
| 38 | +- Added getPolygonIntersection |
34 | 39 |
|
35 | 40 | ## 0.5.0 |
36 | 41 |
|
37 | | -- Add greatCircleDistanceBetweenTwoGeoPoints |
38 | | -- Add getRectangleBounds |
39 | | -- Add calculateBoundingBox |
| 42 | +- Added greatCircleDistanceBetweenTwoGeoPoints |
| 43 | +- Added getRectangleBounds |
| 44 | +- Added calculateBoundingBox |
40 | 45 |
|
41 | 46 | ## 0.4.2 |
42 | 47 |
|
|
0 commit comments