File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11## Releases
22--
33
4+ #### 1.14.4 - 2017-09-13
5+ * Support for Chrome headless testing
6+ * Allow logging of multiple impressions at once as an array
7+ * Move cartProducts and productBags to localStorage
8+
49#### 1.14.3 - 2017-08-16
510* Change case for product expansion labels, add product count to purchase and refund ProductActions
611* Replace current userAttribute key with most recent differently cased userAttribute key; no longer persists previous case
Original file line number Diff line number Diff line change 2020 var serviceUrl = 'jssdk.mparticle.com/v1/JS/' ,
2121 secureServiceUrl = 'jssdks.mparticle.com/v1/JS/' ,
2222 serviceScheme = window . location . protocol + '//' ,
23- sdkVersion = '1.14.3 ' ,
23+ sdkVersion = '1.14.4 ' ,
2424 isEnabled = true ,
2525 pluses = / \+ / g,
2626 sessionAttributes = { } ,
Original file line number Diff line number Diff line change 11{
22 "name" : " mparticle-sdk-javascript" ,
3- "version" : " 1.14.3 " ,
3+ "version" : " 1.14.4 " ,
44 "description" : " mParticle core Javascript SDK" ,
55 "repository" : " https://github.com/mParticle/mparticle-sdk-javascript" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments