UNPKG

5.39 kBMarkdownView Raw
10.17.0 / 2022-08-11
2==================
3* support sending timestamps with millisecond precision
4
50.16.0 / 2022-06-02
6==================
7* support automatic geolocation with `geolocate` option (thanks tmpvar)
8* send library version as property with events (thanks ArsalImam)
9
100.15.0 / 2022-05-20
11==================
12* use keepAlive by default for requests
13
140.14.0 / 2021-10-29
15==================
16* support $latitude and $longitude in profile operations (thanks wneild)
17
180.13.0 / 2020-09-04
19==================
20* support API Secret auth for imports and deprecate use of API Key
21
220.12.0 / 2020-08-31
23==================
24* https-proxy-agent upgrade to 5.0.0 to fix https.request patching and many subdependency upgrades (thanks veerabio)
25* dropped support for node 8
26
270.11.0 / 2019-11-26
28==================
29* add support for Groups API
30
310.10.3 / 2019-10-09
32==================
33* upgrade https-proxy-agent for security fix (thanks omrilotan)
34
350.10.2 / 2019-03-26
36==================
37* type definitions for people.unset (thanks bradleyayers)
38
390.10.1 / 2018-12-03
40==================
41* support configurable API path (thanks CameronDiver)
42
430.9.2 / 2018-05-22
44==================
45* add type declarations file (thanks mklopets)
46
470.9.1 / 2018-04-12
48==================
49* upgrade https-proxy-agent for security fix
50
510.9.0 / 2018-02-09
52==================
53* default to tracking over HTTPS (thanks jhermsmeier)
54
550.8.0 / 2017-11-28
56==================
57* upgraded node-https-proxy-agent to v2.1.1 for security patch (see
58https://github.com/TooTallNate/node-https-proxy-agent/issues/37)
59
600.7.0 / 2017-04-07
61===================
62* added `track_batch` for tracking multiple recent events per request (thanks cruzanmo)
63* support for routing requests through proxy server specified in env var `HTTPS_PROXY`
64or `HTTP_PROXY` (thanks colestrode)
65* dropped support for node 0.10 and 0.12
66
670.6.0 / 2017-01-03
68===================
69* support for `time` field in `mixpanel.track()` (thanks cruzanmo)
70
710.5.0 / 2016-09-15
72===================
73* optional https support (thanks chiangf)
74
750.4.1 / 2016-09-09
76===================
77* include `$ignore_alias` in permitted `people` modifiers (thanks Left47)
78
790.4.0 / 2016-02-09
80===================
81* allow optional `modifiers` in all `people` calls for `$ignore_time`, `$ip`,
82 and `$time` fields
83
840.3.2 / 2015-12-10
85===================
86* correct `$delete` field in `people.delete_user` request (thanks godspeedelbow)
87
880.3.1 / 2015-08-06
89===================
90* added config option for API host (thanks gmichael225)
91
920.3.0 / 2015-08-06
93===================
94* added people.union support (thanks maeldur)
95
960.2.0 / 2015-04-14
97===================
98* added batch import support
99
1000.1.1 / 2015-03-27
101===================
102* fixed callback behavior in track_charges when no properties supplied
103(thanks sorribas)
104
1050.1.0 / 2015-03-20
106===================
107* updated URL metadata (thanks freeall)
108* updated dev dependencies
109* added builds for iojs, node 0.12, dropped support for node <0.10
110
1110.0.20 / 2014-05-11
112====================
113* removed hardcoded port 80 for more flexibility (thanks zeevl)
114
1150.0.19 / 2014.04.03
116====================
117* added people.append (thanks jylauril)
118
1190.0.18 / 2013-08-23
120====================
121* added callback to alias (thanks to sandinmyjoints)
122* added verbose config option (thanks to sandinmyjoints)
123* added unset method (thanks to lukapril)
124
1250.0.17 / 2013-08-12
126====================
127* added alias method (thanks to PierrickP)
128
1290.0.16 / 2013-06-29
130====================
131* allow special key "ip" to be 0 in people.set (thanks to wwlinx)
132
1330.0.15 / 2013-05-24
134====================
135* adds set once functionality to people (thanks to avoid3d)
136* $ignore_time in people.set (thanks to Rick Cotter)
137
1380.0.14 / 2013-03-28
139====================
140* revert Randal's http only patch since Mixpanel indeed supports https.
141* handles the ip property in a property object properly for people calls
142
1430.0.13 / 2013-03-25
144====================
145* force requests to go over http [reverted in 0.0.14]
146
1470.0.12 / 2013-01-24
148====================
149* track_charge() no longer includes $time by default, rather it lets
150Mixpanel's servers set the time when they receive the transaction. This
151doesn't modify the ability for the user to pass in their own $time (for
152importing transactions).
153
1540.0.11 / 2013-01-11
155====================
156* added track_charge() method which provides the ability to record user
157transactions for revenue analytics.
158* added clear_charges() method which provides the ability to remove a
159users transactions from Mixpanel
160* added tests for delete_user()
161
1620.0.10 / 2012-11-26
163====================
164* added import() method which provides the ability to import events
165older than 5 days. Contributions from Thomas Watson Steen.
166
1670.0.9 / 2012-11-15
168===================
169* removed time from properties sent to server. This is to ensure that
170UTC is always used. Mixpanel will set the correct time as soon as they
171receive the event.
172
1730.0.8 / 2012-10-24
174===================
175* added mp_lib property, so people can segment by library
176
1770.0.7 / 2012-01-05
178===================
179* added unit tests
180* people.increment() only prints error message if debug is true
181
1820.0.6 / 2012-01-01
183===================
184* added engage support
185 * people.set()
186 * people.increment()
187 * people.delete_user()
188* deprecated old constructor: require("mixpanel").Client(token)
189* added new constructor: require("mixpanel").init(token)
190
\No newline at end of file