Features
- Added support for filtering Event and People properties before they are stored and sent to Mixpanel, helping reduce payload size and exclude unwanted properties through exact, case-sensitive key matching. (#734)
let options = MixpanelOptions(token: token, excludeProperties: ["key_1", "key_2"])
Mixpanel.initialize(options: options)
Fixes
- Fixed an issue where initializing Mixpanel inside a SwiftUI App.init() caused the app's global accent color to be reverted to the system default blue (#727)
- Added missing comma in .swift-format config (#736)
Chores
- Align changelog extraction with rest of SDK fleet (#735)