You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,23 @@
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
5
### main
6
+
7
+
### v6.4.0-beta.1 - February 22, 2021
6
8
- Exposed `viaWaypoints` in `RouteLeg`[#1364](https://github.com/mapbox/mapbox-java/pull/1364)
7
-
- Added an API for providing points to exclude. [#1362](https://github.com/mapbox/mapbox-java/pull/1362)
9
+
- Added `RouteOptions#excludeObject` for providing points that should be avoided in the returned route. [#1362](https://github.com/mapbox/mapbox-java/pull/1362)
10
+
- Updated nullability of `DirectionsWaypoint` properties to reflect the API structure. [#1360](https://github.com/mapbox/mapbox-java/pull/1360)
- Added experimental EV routing request/response parameters. These change will only be part of pre-releases (removed from final versions) until refactored into stable APIs in the future. [#1365](https://github.com/mapbox/mapbox-java/pull/1365)
13
+
14
+
### v6.3.0 - February 22, 2021
15
+
- No additional changes.
8
16
9
17
### v6.3.0-beta.1 - January 28, 2021
10
18
- Exposed [turf.lineIntersect](https://turfjs.org/docs/#lineIntersect) via `TurfMisc#lineIntersect` using an algorithm with O(nm) time complexity which should suite small to medium sized geometries until a more performant solution is implemented. [#1348](https://github.com/mapbox/mapbox-java/pull/1348)
11
19
- Fixed an issue where ends of lines where not considered as intersection points. [#1348](https://github.com/mapbox/mapbox-java/pull/1348)
12
20
13
21
### v6.2.0 - January 20, 2022
22
+
- No additional changes.
14
23
15
24
### v6.2.0-beta.2 - November 30, 2021
16
25
- Exposed `ShieldSprites`, `ShieldSprite` and `ShieldSpriteAttribute` in support for mapbox designed route shields. [#1336](https://github.com/mapbox/mapbox-java/pull/1336)
0 commit comments