sa-sdk-javascript
Advanced tools
Comparing version 1.14.8 to 1.14.9
@@ -0,1 +1,5 @@ | ||
## 1.14.9 | ||
* 优化:解析URL参数值时,不自动替换加号为空格。修复utm里包含%2B时会被替换成空格的问题,不会自动解析表单值里的空格自动转换的+ | ||
## 1.14.8 | ||
@@ -2,0 +6,0 @@ * 优化:sensors.login(id,callback) 增加 callback 功能 |
{ | ||
"name": "sa-sdk-javascript", | ||
"version": "1.14.8", | ||
"version": "1.14.9", | ||
"description": "official sensorsdata javascript sdk", | ||
@@ -5,0 +5,0 @@ "main": "sensorsdata.min.js", |
@@ -1,4 +0,4 @@ | ||
var sensorsdata_js_sdk_latest_version = '1.14.8'; | ||
var sensorsdata_js_sdk_latest_version = '1.14.9'; | ||
if(typeof module ==='object' && typeof module.exports === 'object'){ | ||
module.exports = sensorsdata_js_sdk_latest_version; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
284203
917