UNPKG

3.23 kBMarkdownView Raw
10.4.0 / 2016-02-09
2===================
3* allow optional `modifiers` in all `people` calls for `$ignore_time`, `$ip`,
4 and `$time` fields
5
60.3.2 / 2015-12-10
7===================
8* correct `$delete` field in `people.delete_user` request (thanks godspeedelbow)
9
100.3.1 / 2015-08-06
11===================
12* added config option for API host (thanks gmichael225)
13
140.3.0 / 2015-08-06
15===================
16* added people.union support (thanks maeldur)
17
180.2.0 / 2015-04-14
19===================
20* added batch import support
21
220.1.1 / 2015-03-27
23==================
24* fixed callback behavior in track_charges when no properties supplied
25(thanks sorribas)
26
270.1.0 / 2015-03-20
28===================
29* updated URL metadata (thanks freeall)
30* updated dev dependencies
31* added builds for iojs, node 0.12, dropped support for node <0.10
32
330.0.20 / 2014-05-11
34====================
35* removed hardcoded port 80 for more flexibility (thanks zeevl)
36
370.0.19 / 2014.04.03
38====================
39* added people.append (thanks jylauril)
40
410.0.18 / 2013-08-23
42====================
43* added callback to alias (thanks to sandinmyjoints)
44* added verbose config option (thanks to sandinmyjoints)
45* added unset method (thanks to lukapril)
46
470.0.17 / 2013-08-12
48====================
49* added alias method (thanks to PierrickP)
50
510.0.16 / 2013-06-29
52====================
53* allow special key "ip" to be 0 in people.set (thanks to wwlinx)
54
550.0.15 / 2013-05-24
56====================
57* adds set once functionality to people (thanks to avoid3d)
58* $ignore_time in people.set (thanks to Rick Cotter)
59
600.0.14 / 2013-03-28
61====================
62* revert Randal's http only patch since Mixpanel indeed supports https.
63* handles the ip property in a property object properly for people calls
64
650.0.13 / 2013-03-25
66====================
67* force requests to go over http [reverted in 0.0.14]
68
690.0.12 / 2013-01-24
70====================
71* track_charge() no longer includes $time by default, rather it lets
72Mixpanel's servers set the time when they receive the transaction. This
73doesn't modify the ability for the user to pass in their own $time (for
74importing transactions).
75
760.0.11 / 2013-01-11
77====================
78* added track_charge() method which provides the ability to record user
79transactions for revenue analytics.
80* added clear_charges() method which provides the ability to remove a
81users transactions from Mixpanel
82* added tests for delete_user()
83
840.0.10 / 2012-11-26
85====================
86* added import() method which provides the ability to import events
87older than 5 days. Contributions from Thomas Watson Steen.
88
890.0.9 / 2012-11-15
90===================
91* removed time from properties sent to server. This is to ensure that
92UTC is always used. Mixpanel will set the correct time as soon as they
93receive the event.
94
950.0.8 / 2012-10-24
96===================
97* added mp_lib property, so people can segment by library
98
990.0.7 / 2012-01-05
100===================
101* added unit tests
102* people.increment() only prints error message if debug is true
103
1040.0.6 / 2012-01-01
105===================
106* added engage support
107 * people.set()
108 * people.increment()
109 * people.delete_user()
110* deprecated old constructor: require("mixpanel").Client(token)
111* added new constructor: require("mixpanel").init(token)
112
\No newline at end of file