JavaScript SDK release notes

New releases and release notes will be posted on GitHub.

1.2.4

August 21, 2017

View release notes on GitHub.

1.2.3

View release notes on GitHub.

1.2.2

July 6, 2017

View release notes on GitHub.

1.2.1

May 18, 2017

View release notes on GitHub.

1.2.0

May 16, 2017

View release notes on GitHub.

1.1.9

January 27, 2016 - The development mode socket now uses secure communication.

1.1.8

Adds a function, Leanplum.setUserId, which is a shorthand for calling Leanplum.setUserAttributes with a user ID and no attributes.

1.1.7

Fixes Leanplum.getVariable().

1.1.6

Fixes a localStorage exception that can occur in Safari Private Browsing.

1.1.5

Removes registration prompt. You can register devices from the dashboard now.

1.1.4

Fixed an issue with setUserAttributes, where it may inadvertently change the user ID.

1.1.3

Bug fixes and performance improvements.

1.1.2

Adds ability to update the user ID after the session has started.

1.1.1

New method to set user attributes at any time during the session.

1.1.0

Fixes an issue that can occur when certain arguments are null. Implements a batching strategy by default.

1.0.9

Fixes compatibility issues with Internet Explorer.

1.0.8

Supports JSON arrays within variables.

1.0.7

Allows the SDK to be started from cached variables so that a server call is not needed.