@@ -9,19 +9,19 @@ Mapbox welcomes participation and contributions from everyone.
99
1010### v4.9.0-alpha.1 - September 4, 2019
1111
12- - Fixed up bintray publish script, generate sources and javadoc jars #1065
13- - Keep * .java files in source.jar artifacts #1064
14- - Added setup for bintray release process #1037
15- - Add an API to check if a custom shifter is set. #1062
16- - Added new nearestPointOnLine default and custom distance unit #1058
17- - Adjustments to TurfMeasurement#bboxPolygon() to return a Feature instead of Polygon #1055
18- - Added fuzzyMatch support to MapboxGeocoding #1051
19- - Add Interceptor support to Directions Refresh API and enable Debug logging #1039
20- - Add square() api to TurfMeasurement #1019
21- - Adjusted link to Turf installation instructions #1038
22- - Removed the last updated line from ported Turf method list #1032
23- - Making GeoJson extend Serializable #1034
24- - Add support for Turf envelope #1020
12+ - Fixed up bintray publish script, generate sources and javadoc jars [ #1065 ] ( https://github.com/mapbox/mapbox-java/pull/1065 )
13+ - Keep * .java files in source.jar artifacts [ #1064 ] ( https://github.com/mapbox/mapbox-java/pull/1064 )
14+ - Added setup for bintray release process [ #1037 ] ( https://github.com/mapbox/mapbox-java/pull/1037 )
15+ - Add an API to check if a custom shifter is set. [ #1062 ] ( https://github.com/mapbox/mapbox-java/pull/1062 )
16+ - Added new nearestPointOnLine default and custom distance unit [ #1058 ] ( https://github.com/mapbox/mapbox-java/pull/1058 )
17+ - Adjustments to TurfMeasurement#bboxPolygon() to return a Feature instead of Polygon [ #1055 ] ( https://github.com/mapbox/mapbox-java/pull/1055 )
18+ - Added fuzzyMatch support to MapboxGeocoding [ #1051 ] ( https://github.com/mapbox/mapbox-java/pull/1051 )
19+ - Add Interceptor support to Directions Refresh API and enable Debug logging [ #1039 ] ( https://github.com/mapbox/mapbox-java/pull/1039 )
20+ - Add square() api to TurfMeasurement [ #1019 ] ( https://github.com/mapbox/mapbox-java/pull/1019 )
21+ - Adjusted link to Turf installation instructions [ #1038 ] ( https://github.com/mapbox/mapbox-java/pull/1038 )
22+ - Removed the last updated line from ported Turf method list [ #1032 ] ( https://github.com/mapbox/mapbox-java/pull/1032 )
23+ - Making GeoJson extend Serializable [ #1034 ] ( https://github.com/mapbox/mapbox-java/pull/1034 )
24+ - Add support for Turf envelope [ #1020 ] ( https://github.com/mapbox/mapbox-java/pull/1020 )
2525
2626### v4.8.0 - May 10, 2019
2727### v4.8.0-alpha.3 - May 10, 2019
@@ -74,84 +74,83 @@ Mapbox welcomes participation and contributions from everyone.
7474- Add getting mapmatching through POST method [ #948 ] ( https://github.com/mapbox/mapbox-java/pull/948 )
7575
7676### v4.3.0 - December 18, 2018
77- - Do not use BigDecimal for rounding ( #938 ) [ https://github.com/mapbox/mapbox-java/pull/938 ]
78- - Remove coordinate limit from MapboxMapMatching ( #940 ) [ https://github.com/mapbox/mapbox-java/pull/940 ]
79- - Remove character waypoint names limit from mapbox map matching ( #941 ) [ https://github.com/mapbox/mapbox-java/pull/941 ]
80- - Adding additional tests to files related to coordinate shifting ( #936 ) [ https://github.com/mapbox/mapbox-java/pull/936 ]
81- - Added waypoint targets to MapboxDirections request ( #942 ) [ https://github.com/mapbox/mapbox-java/pull/942 ]
77+ - Do not use BigDecimal for rounding [ #938 ] ( https://github.com/mapbox/mapbox-java/pull/938 )
78+ - Remove coordinate limit from MapboxMapMatching [ #940 ] ( https://github.com/mapbox/mapbox-java/pull/940 )
79+ - Remove character waypoint names limit from mapbox map matching [ #941 ] ( https://github.com/mapbox/mapbox-java/pull/941 )
80+ - Adding additional tests to files related to coordinate shifting [ #936 ] ( https://github.com/mapbox/mapbox-java/pull/936 )
81+ - Added waypoint targets to MapboxDirections request [ #942 ] ( https://github.com/mapbox/mapbox-java/pull/942 )
8282
8383### v4.2.0 - December 4, 2018
84- - Adding Shifter implementation #922
84+ - Adding Shifter implementation [ #922 ] ( https://github.com/mapbox/mapbox-java/pull/922 )
8585- Fix v4.1.1 release
8686
8787### v4.1.1 - November 30, 2018
88- - Remove waypoint limit check #928
89- - Adding code coverage report generation and upload to Codecov #925
88+ - Remove waypoint limit check [ #928 ] ( https://github.com/mapbox/mapbox-java/pull/928 )
89+ - Adding code coverage report generation and upload to Codecov [ #925 ] ( https://github.com/mapbox/mapbox-java/pull/925 )
9090
9191### v4.1.0 - November 12, 2018
92- - Added wrappers for route tile APIs Feature #913
93- - Add annotations, approaches request parameter & distances to the response object #911
94- - Add interceptor and network interceptor support to Mapbox Speech #910
95- - Remove dependency on BindingContextFactory #909
96- - Archive stale issues and pull request #906
97- - Added StepManeuver.Type for ease of use #898
98- - Route options should be serialized/deserialized using backend names #895
99- - BoundingBox deserialization #891
92+ - Added wrappers for route tile APIs Feature [ #913 ] ( https://github.com/mapbox/mapbox-java/pull/913 )
93+ - Add annotations, approaches request parameter & distances to the response object [ #911 ] ( https://github.com/mapbox/mapbox-java/pull/911 )
94+ - Add interceptor and network interceptor support to Mapbox Speech [ #910 ] ( https://github.com/mapbox/mapbox-java/pull/910 )
95+ - Remove dependency on BindingContextFactory [ #909 ] ( https://github.com/mapbox/mapbox-java/pull/909 )
96+ - Archive stale issues and pull request [ #906 ] ( https://github.com/mapbox/mapbox-java/pull/906 )
97+ - Added StepManeuver.Type for ease of use [ #898 ] ( https://github.com/mapbox/mapbox-java/pull/898 )
98+ - Route options should be serialized/deserialized using backend names [ #895 ] ( https://github.com/mapbox/mapbox-java/pull/895 )
99+ - BoundingBox deserialization [ #891 ] ( https://github.com/mapbox/mapbox-java/pull/891 )
100100
101101### v4.0.0 - September 19, 2018
102- - downgrade to java 7 #876
103- - The first and last positions should be equivalent in polygon ring Bug Ready For Review refactor #886
104- - Fix circle generation in TurfTransformation #885
105- - coordinates() should have @NotNull annotation in Geometry implementations #882
106- - Tilequery API #879
107- - all accesToken fields should be annotated with @nonnull #875
102+ - downgrade to java 7 [ #876 ] ( https://github.com/mapbox/mapbox-java/pull/876 )
103+ - The first and last positions should be equivalent in polygon ring Bug Ready For Review refactor [ #886 ] ( https://github.com/mapbox/mapbox-java/pull/886 )
104+ - Fix circle generation in TurfTransformation [ #885 ] ( https://github.com/mapbox/mapbox-java/pull/885 )
105+ - coordinates() should have @NotNull annotation in Geometry implementations [ #882 ] ( https://github.com/mapbox/mapbox-java/pull/882 )
106+ - Tilequery API [ #879 ] ( https://github.com/mapbox/mapbox-java/pull/879 )
107+ - all accesToken fields should be annotated with @nonnull [ #875 ] ( https://github.com/mapbox/mapbox-java/pull/875 )
108108
109109### v3.4.1 - August 9, 2018
110- - DirectionsRoute#fromJson RuntimeException ( # 864 )
110+ - DirectionsRoute#fromJson RuntimeException [ # 864 ] ( https://github.com/mapbox/mapbox-java/pull/ 864)
111111
112112
113113### v3.4.0 - August 6, 2018
114- - Fixed typo in static map annotations and added tests for map annotations ( # 855 )
115- - Added toJson and fromJson to Directions models ( # 854 )
116- - Upgraded dependencies ( # 853 )
117- - Missing space ( # 846 )
118- - Add voiceLanguage to MapMatchingMatching ( # 847 )
114+ - Fixed typo in static map annotations and added tests for map annotations [ # 855 ] ( https://github.com/mapbox/mapbox-java/pull/ 855)
115+ - Added toJson and fromJson to Directions models [ # 854 ] ( https://github.com/mapbox/mapbox-java/pull/ 854)
116+ - Upgraded dependencies [ # 853 ] ( https://github.com/mapbox/mapbox-java/pull/ 853)
117+ - Missing space [ # 846 ] ( https://github.com/mapbox/mapbox-java/pull/ 846)
118+ - Add voiceLanguage to MapMatchingMatching [ # 847 ] ( https://github.com/mapbox/mapbox-java/pull/ 847)
119119
120120### v3.3.0
121- - add reverseMode parameter to Geocoding Service ( # 843 )
122- - doc changes ( #840 ) ( # 835 )
123- - static map request format #836 ( # 839 )
124- - add waypoint names ( # 831 )
125- - add approaches to RouteOptions ( # 830 )
121+ - add reverseMode parameter to Geocoding Service [ # 843 ] ( https://github.com/mapbox/mapbox-java/pull/ 843)
122+ - doc changes [ #840 ) [ # 835 ] ( https://github.com/mapbox/mapbox-java/pull/ 835)
123+ - static map request format #836 [ # 839 ] ( https://github.com/mapbox/mapbox-java/pull/ 839)
124+ - add waypoint names [ # 831 ] ( https://github.com/mapbox/mapbox-java/pull/ 831)
125+ - add approaches to RouteOptions [ # 830 ] ( https://github.com/mapbox/mapbox-java/pull/ 830)
126126
127127### v3.2.0
128- - Added sub - to BannerInstructions ( # 823 )
129- - Added directions & active - to BannerText ( # 823 )
130- - Properties passed to Feature.fromGeometry and CarmenFeature.properties should be Nullable ( # 815 )
131- - Move TurfAssertions.getCoord() to TurfMeta.getCoord() to follow Turf.js ( # 818 )
132- - Semicolon should be used as radiuses and timestamps delimiters ( # 821 )
133- - Added approaches request paramenter to Directions and MapMatching ( # 827 )
128+ - Added sub - to BannerInstructions [ # 823 ] ( https://github.com/mapbox/mapbox-java/pull/ 823)
129+ - Added directions & active - to BannerText [ # 823 ] ( https://github.com/mapbox/mapbox-java/pull/ 823)
130+ - Properties passed to Feature.fromGeometry and CarmenFeature.properties should be Nullable [ # 815 ] ( https://github.com/mapbox/mapbox-java/pull/ 815)
131+ - Move TurfAssertions.getCoord() to TurfMeta.getCoord() to follow Turf.js [ # 818 ] ( https://github.com/mapbox/mapbox-java/pull/ 818)
132+ - Semicolon should be used as radiuses and timestamps delimiters [ # 821 ] ( https://github.com/mapbox/mapbox-java/pull/ 821)
133+ - Added approaches request paramenter to Directions and MapMatching [ # 827 ] ( https://github.com/mapbox/mapbox-java/pull/ 827)
134134
135135### v3.1.0
136- - Added voiceLocale to DirectionsRoute ( # 804 )
136+ - Added voiceLocale to DirectionsRoute [ # 804 ] ( https://github.com/mapbox/mapbox-java/pull/ 804)
137137- Added line-slice-along() and degreesToRadians() to Turf functions(#800 )
138- - Removed java.awt.Color dependency in static map (#793 )
139- - Add missing RouteOptions params for MapMatching (#792 )
140- - Added BoundingBox.fromLngLats() for consistency (#789 )
141- - added toBuilder() to model classes (#787 )
142-
138+ - Removed java.awt.Color dependency in static map [ #793 ] ( https://github.com/mapbox/mapbox-java/pull/793 )
139+ - Add missing RouteOptions params for MapMatching [ #792 ] ( https://github.com/mapbox/mapbox-java/pull/792 )
140+ - Added BoundingBox.fromLngLats() for consistency [ #789 ] ( https://github.com/mapbox/mapbox-java/pull/789 )
141+ - added toBuilder() to model classes [ #787 ] ( https://github.com/mapbox/mapbox-java/pull/787 )
143142### v3.0.1
144143- Adjust maxspeed annotation [ #777 ] ( https://github.com/mapbox/mapbox-java/pull/777 )
145144
146145### v3.0.0
147- - Added MapMatching Error reporting #758
148- - MapMaptchingMatching to DirectionsRoute #759
149- - Add Abbreviations and type to BannerComponent #762
150- - Add voiceUnits to MapMatching #764
151- - Implemented Comparable in BannerComponents #768
152- - Adds a bbox() utility method for Geometry #769
153- - Adds a method to Geometry to load from json #770
154- - Add MaxSpeed Annotation to Directions API #772
146+ - Added MapMatching Error reporting [ #758 ] ( https://github.com/mapbox/mapbox-java/pull/758 )
147+ - MapMaptchingMatching to DirectionsRoute [ #759 ] ( https://github.com/mapbox/mapbox-java/pull/759 )
148+ - Add Abbreviations and type to BannerComponent [ #762 ] ( https://github.com/mapbox/mapbox-java/pull/762 )
149+ - Add voiceUnits to MapMatching [ #764 ] ( https://github.com/mapbox/mapbox-java/pull/764 )
150+ - Implemented Comparable in BannerComponents [ #768 ] ( https://github.com/mapbox/mapbox-java/pull/768 )
151+ - Adds a bbox() utility method for Geometry [ #769 ] ( https://github.com/mapbox/mapbox-java/pull/769 )
152+ - Adds a method to Geometry to load from json [ #770 ] ( https://github.com/mapbox/mapbox-java/pull/770 )
153+ - Add MaxSpeed Annotation to Directions API [ #772 ] ( https://github.com/mapbox/mapbox-java/pull/772 )
155154
156155### v3.0.0-beta.4
157156- Rework dependency tree, add api instead of implementation
0 commit comments