This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
Releases: crookedneighbor/amplitude
Releases · crookedneighbor/amplitude
v4.0.0
v3.5.0
- Add Session ID via #44 thanks @chase-seibert
v3.4.0
Allow passing in an array of data for track
and identify
methods. (Thanks @geoffdutton)
v3.3.0
Add eventSegmentation method (thanks @mattpardee)
v3.2.1
Update superagent dependency
v3.2.0
Features
- Add search and activity apis (thanks @geoffdutton)
Fixes
- Send track parameters as a post body instead of a query string so that requests won't hit a data limit (jnorris441)
v3.1.0
v3.0.0
Breaking Changes
- Drop support for Node < 4.0.0
- Requires built in promise support
New Features
track
method can use camel cased version of data properties- new method
export
to download zip files of your Amplitude data