UNPKG

3.83 kBMarkdownView Raw
10.7.0 / 2017-04-07
2===================
3* added `track_batch` for tracking multiple recent events per request (thanks cruzanmo)
4* support for routing requests through proxy server specified in env var `HTTPS_PROXY`
5or `HTTP_PROXY` (thanks colestrode)
6* dropped support for node 0.10 and 0.12
7
80.6.0 / 2017-01-03
9===================
10* support for `time` field in `mixpanel.track()` (thanks cruzanmo)
11
120.5.0 / 2016-09-15
13===================
14* optional https support (thanks chiangf)
15
160.4.1 / 2016-09-09
17===================
18* include `$ignore_alias` in permitted `people` modifiers (thanks Left47)
19
200.4.0 / 2016-02-09
21===================
22* allow optional `modifiers` in all `people` calls for `$ignore_time`, `$ip`,
23 and `$time` fields
24
250.3.2 / 2015-12-10
26===================
27* correct `$delete` field in `people.delete_user` request (thanks godspeedelbow)
28
290.3.1 / 2015-08-06
30===================
31* added config option for API host (thanks gmichael225)
32
330.3.0 / 2015-08-06
34===================
35* added people.union support (thanks maeldur)
36
370.2.0 / 2015-04-14
38===================
39* added batch import support
40
410.1.1 / 2015-03-27
42===================
43* fixed callback behavior in track_charges when no properties supplied
44(thanks sorribas)
45
460.1.0 / 2015-03-20
47===================
48* updated URL metadata (thanks freeall)
49* updated dev dependencies
50* added builds for iojs, node 0.12, dropped support for node <0.10
51
520.0.20 / 2014-05-11
53====================
54* removed hardcoded port 80 for more flexibility (thanks zeevl)
55
560.0.19 / 2014.04.03
57====================
58* added people.append (thanks jylauril)
59
600.0.18 / 2013-08-23
61====================
62* added callback to alias (thanks to sandinmyjoints)
63* added verbose config option (thanks to sandinmyjoints)
64* added unset method (thanks to lukapril)
65
660.0.17 / 2013-08-12
67====================
68* added alias method (thanks to PierrickP)
69
700.0.16 / 2013-06-29
71====================
72* allow special key "ip" to be 0 in people.set (thanks to wwlinx)
73
740.0.15 / 2013-05-24
75====================
76* adds set once functionality to people (thanks to avoid3d)
77* $ignore_time in people.set (thanks to Rick Cotter)
78
790.0.14 / 2013-03-28
80====================
81* revert Randal's http only patch since Mixpanel indeed supports https.
82* handles the ip property in a property object properly for people calls
83
840.0.13 / 2013-03-25
85====================
86* force requests to go over http [reverted in 0.0.14]
87
880.0.12 / 2013-01-24
89====================
90* track_charge() no longer includes $time by default, rather it lets
91Mixpanel's servers set the time when they receive the transaction. This
92doesn't modify the ability for the user to pass in their own $time (for
93importing transactions).
94
950.0.11 / 2013-01-11
96====================
97* added track_charge() method which provides the ability to record user
98transactions for revenue analytics.
99* added clear_charges() method which provides the ability to remove a
100users transactions from Mixpanel
101* added tests for delete_user()
102
1030.0.10 / 2012-11-26
104====================
105* added import() method which provides the ability to import events
106older than 5 days. Contributions from Thomas Watson Steen.
107
1080.0.9 / 2012-11-15
109===================
110* removed time from properties sent to server. This is to ensure that
111UTC is always used. Mixpanel will set the correct time as soon as they
112receive the event.
113
1140.0.8 / 2012-10-24
115===================
116* added mp_lib property, so people can segment by library
117
1180.0.7 / 2012-01-05
119===================
120* added unit tests
121* people.increment() only prints error message if debug is true
122
1230.0.6 / 2012-01-01
124===================
125* added engage support
126 * people.set()
127 * people.increment()
128 * people.delete_user()
129* deprecated old constructor: require("mixpanel").Client(token)
130* added new constructor: require("mixpanel").init(token)
131
\No newline at end of file