Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Mapbox welcomes participation and contributions from everyone.

### v3.2.0
- Added sub - to BannerInstructions (#823)
- Added directions & active - to BannerText (#823)
- Properties passed to Feature.fromGeometry and CarmenFeature.properties should be Nullable (#815)
- Move TurfAssertions.getCoord() to TurfMeta.getCoord() to follow Turf.js (#818)
- Semicolon should be used as radiuses and timestamps delimiters (#821)
- Added approaches request paramenter to Directions and MapMatching (#827)


### v3.1.0
- Added voiceLocale to DirectionsRoute (#804)
- Added line-slice-along() and degreesToRadians() to Turf functions(#800)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
}

dependencies {
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:3.2.0-SNAPSHOT'
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:3.3.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=3.2.0-SNAPSHOT
VERSION_NAME=3.3.0-SNAPSHOT
GROUP=com.mapbox.mapboxsdk

POM_URL=https://github.com/mapbox/mapbox-java
Expand Down
2 changes: 1 addition & 1 deletion services-core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.2.0-SNAPSHOT
VERSION_NAME=3.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-core
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (core module)
Expand Down
2 changes: 1 addition & 1 deletion services-geojson/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.2.0-SNAPSHOT
VERSION_NAME=3.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-geojson
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (GeoJSON support)
Expand Down
2 changes: 1 addition & 1 deletion services-turf/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.2.0-SNAPSHOT
VERSION_NAME=3.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-turf
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (Turf support)
Expand Down
2 changes: 1 addition & 1 deletion services/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.2.0-SNAPSHOT
VERSION_NAME=3.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-services
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (APIs)
Expand Down