Skip to content

Latest commit

 

History

History
103 lines (69 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

103 lines (69 loc) · 2.9 KB

Changelog

2.3.3 2016-11-21

  • deprecated mixpanel.people.identify
    • mixpanel.identify will already set the id for use in tracking events and people api

2.3.2 2016-11-19

  • mixpanel.people.trackCharge (thanks Emmanuel Prochasson for providing the base)
  • mixpanel.people.unset

2.3.1 2016-11-19

  • republish because of accidental npmjs mistake

2.3.0 2016-11-19

  • 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

2.2.1 2016-08-09

  • android play services dependency as wildcard version to avoid conflict with other plugins (thanks ZiFFeL1992)

2.2.0 2016-07-31

  • 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)

2.1.0 2015-12-20

  • 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

2.0.1 2015-11-07

  • same as 2.0.0, just bumped it because of npm publish problem

2.0.0 2015-11-07

  • release on NPM to support cordova 5.x.x
    • install plugin via cordova add cordova-plugin-mixpanel
  • 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

1.3.1 2015-10-17

  • 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

1.3.0 2015-09-24

  • more mixpanel functionality (thanks Josh Dover)
    • mixpanel api:
      • distinctId
      • registerSuperProperties
    • mixpanel people api:
      • registerPushToken
  • perform arguments checks in js instead in native code

1.2.1 2015-05-29

  • plugin.xml - dont use use 'android-minSdkVersion' preference

1.2.0 2015-05-26

  • 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

1.1.0 2015-05-11

  • basic mixpanel people api
    • identify
    • set

1.0.0 2015-04-19

  • basic mixpanel api
    • alias
    • flush
    • identify
    • init
    • reset
    • track