Releases: mapbox/mapbox-base-android
Releases · mapbox/mapbox-base-android
v0.1.2
- Fixed package name for
TripNotification
module. Thanks @113408! #45
v0.1.1
Improvements
- Additionally improved module creation exception messages by printing a nested failure cause. #43
v0.1.0
Improvements
- Improved module creation exception messages by printing failure cause. #36
Bug fixes
- Added minification prevention for the
MapboxLogger
default implementation. #42
Documentation
- Added docs highlighting the need to prevent the minification of custom modules. #35
v0.0.1-alpha.3
- Remove navigation sessions and service modules, update default router constant name #23
- Introduce generic module provider and skip configuration by default #26
- Improve readability of nested module creation exceptions #28
- Add modularization documentation #29
- Add common Logger module implementation #21
- Use strong class reference for no-config glue class #32
v0.0.1-alpha.2
LibraryLoader
module doesn't depend on the Android components anymore (doesn't require Context
). #13
- Exposed
HttpClient
module. #19
- Removed plugin annotations and opted for a manual configuration. Introduced
CompassPlugin
and map delegates. #20