Releases: mapbox/mapbox-events-ios
Releases · mapbox/mapbox-events-ios
v0.10.6
Changes
This is a bug fix release
- Fixes an issue where statistics counters are not updated correctly in all cases
- Improved SPM packaging and testing
- Removes a warning when checking SDK version strings
- Simplify initial checkout developer experience and CI scripts
v0.10.5
✨ New features
- Adjusted events to cover iOS 14 precise location related changes
🐞 Bug fixes
- Fixed a bug where a background task would not end correctly.
- Removed module imports to support Objective-C++
- We now do much less work on the main thread by offloading the request builder.
💫️ Other
- Added support for Swift Package Manager
- Exclude arm simulator arch with integrating with Carthage
v0.10.4
v0.10.4-alpha.1
- Adds Cocoapods integration testing
- Adds tests to measure startup time
- Fixes headers for Objective-C++ Clients (Thanks to Damiaan Twelker)
- Adds support for reporting reduced accuracy on iOS 14 devices
- Adds configuration option for setting the horizontal accuracy
- Adds counters to our stats object to track various location states
v0.10.3
v0.10.2
v0.10.1-alpha
Update version to 0.10.1-alpha
v0.9.5
v0.9.4
Changes:
- Adds SKU Id to turnstile events
- Adds Reporting for
NSException
andNSError
Events - Adds
MME_DEPRECATED...
macros for functions we will be officially deprecating in1.0.0
MMEEvent
andMMEEventManager
now useNS_ASSUME_NONNULL
MMEEvent
is now fail-fast when creating events, use+eventWithAttributes:error:
MMEEventsManager
is now a singleton:+sharedInstace
and-init
will return the same objectMMEEventsManagerDelegates
can implementeventsManager:didEncouterError:
to be notified of errors- Fixes #130
- Fixes compiler and static analyzer warnings