- deprecated mixpanel.people.identify
- mixpanel.identify will already set the id for use in tracking events and people api
- mixpanel.people.trackCharge (thanks Emmanuel Prochasson for providing the base)
- mixpanel.people.unset
- republish because of accidental npmjs mistake
- update android lib from 4.9.1 to 4.9.2
- NOTICE: 4.9.2 requires Google Play Services > 7.5.0
- update ios lib from 3.0.0 to 3.0.6
- ios 10 should now be supported in case anyone had problems with it
- android play services dependency as wildcard version to avoid conflict with other plugins (thanks ZiFFeL1992)
- update ios lib from 2.9.1 to 3.0.0 (thanks Timan Rebel)
- update android lib from 4.7.0 to 4.9.1 and use maven repo (thanks Timan Rebel)
- add TimeEvent methods (thanks Jon Smart)
- add typescript declarations file (thanks Jon Smart)
- fix for distinctId by damienfa
- browser platform supported (thanks Damien Fa)
- update ios lib from 2.7.2 to 2.9.1
- fix for flush timer not starting after init
- same as 2.0.0, just bumped it because of npm publish problem
- release on NPM to support cordova 5.x.x
- install plugin via
cordova add cordova-plugin-mixpanel
- install plugin via
- update android lib from 4.5.3 to 4.7.0 (thanks Simon Arneson)
- more mixpanel functionality (thanks Justin Young)
- mixpanel api:
- showSurvey (only iOS currently)
- mixpanel people api:
- increment
- setOnce
- mixpanel api:
- fix registerPushToken functionality (thanks Steven Feaster)
- use correct fn on android
- fix data conversion of pushId on ios
- rename it to setPushId to avoid confusion with 'registration' process
- more mixpanel functionality (thanks Josh Dover)
- mixpanel api:
- distinctId
- registerSuperProperties
- mixpanel people api:
- registerPushToken
- mixpanel api:
- perform arguments checks in js instead in native code
- plugin.xml - dont use use 'android-minSdkVersion' preference
- plugin.xml - use 'android-minSdkVersion' smarter cordova preference instead of 'uses-sdk' (thanks Florian Holzhauer)
- min required cordova-cli is now 3.5.0, to support the smart preference mentioned above
- basic mixpanel people api
- identify
- set
- basic mixpanel api
- alias
- flush
- identify
- init
- reset
- track