Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Releases: edx/frontend-analytics

v3.0.0

18 Sep 21:30
65cbf35

Choose a tag to compare

3.0.0 (2019-09-18)

Bug Fixes

  • userId required for identifyAuthenticatedUser (8bcba25)

BREAKING CHANGES

  • UserId is now required for identifyAuthenticatedUser.

This should not require any app changes. If you do need to identify
for an anonymous user, without the userId, use identifyAnonymousUser.

ARCH-948

v2.0.0

12 Jun 13:54
95e9cbb

Choose a tag to compare

2.0.0 (2019-06-12)

Bug Fixes

  • change identifyAuthenticatedUser function signature (957c154)

BREAKING CHANGES

  • userId is now a required parameter of the identifyAuthenticatedUser function

v1.0.4

06 Jun 20:12
683a97b

Choose a tag to compare

1.0.4 (2019-06-06)

Bug Fixes

  • log all cookies on identify user error (097d97f)

v1.0.3

05 Jun 15:09
1f7bbe3

Choose a tag to compare

1.0.3 (2019-06-05)

Bug Fixes

  • log accessToken for debugging purposes (29728f2)

v1.0.2

04 Jun 15:21
b652421

Choose a tag to compare

1.0.2 (2019-06-04)

Bug Fixes

v1.0.1

28 May 17:38
ffd8fda

Choose a tag to compare

1.0.1 (2019-05-28)

Bug Fixes

v1.0.0

11 Apr 12:46
859f997

Choose a tag to compare

1.0.0 (2019-04-11)

Bug Fixes

  • add NPM and Github tokens to .travis.yml (3ce1788)
  • update readme (b4136ee)

Features

  • create new frontend-analytics library (32af525)