Skip to content

Releases: mixpanel/mixpanel-node

configurable API host

12 Aug 02:09

Choose a tag to compare

Override host for mixpanel requests (for dev/testing/etc) with init option:

mixpanel.init(token, {host: 'example.com:1337'});

people.union support

06 Aug 18:36

Choose a tag to compare

people.union() merges a given list or value with a list-valued people analytics property, excluding duplicate values.

add batch import

15 Apr 02:34

Choose a tag to compare

import_batch() sends a list of events to Mixpanel using the import endpoint.

fix callback behavior in track_charges when no properties supplied

27 Mar 19:11

Choose a tag to compare

v0.1.1

fix callback behavior in track_charges when no properties supplied

updated dependencies and metadata

27 Mar 19:12

Choose a tag to compare

  • dropped support for node <0.10
  • added iojs and node 0.12 to test matrix