Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Releases: crookedneighbor/amplitude

v4.0.0

24 Jul 14:17
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade superagent to ^v5.1.0
    • see the release notes for v4 and v5 for details

v3.5.0

24 Apr 12:18
Compare
Choose a tag to compare

v3.4.0

02 Feb 04:10
Compare
Choose a tag to compare

Allow passing in an array of data for track and identify methods. (Thanks @geoffdutton)

v3.3.0

19 Jan 14:41
Compare
Choose a tag to compare

Add eventSegmentation method (thanks @mattpardee)

v3.2.1

19 Jan 14:41
Compare
Choose a tag to compare

Update superagent dependency

v3.2.0

03 Jan 14:51
Compare
Choose a tag to compare

Features

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

03 Jan 14:49
Compare
Choose a tag to compare

Features

  • Add support for the Amplitude Identify API. (thanks @mjk)

v3.0.0

05 Aug 16:41
Compare
Choose a tag to compare

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