File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 2.0.0-beta.4 " ,
3+ "version" : " 2.0.0-beta.5 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [
66
Original file line number Diff line number Diff line change 1+ ## 2.0.0-beta.5 (2016-11-16)
2+ ### Bug Fixes
3+ * 修复了在 Android 微信小程序上运行时抛 ` undefined is not a function ` 异常的问题
4+
15# 2.0.0-beta.4 (2016-11-11)
26### Breaking Changes
37* ` objectId ` 、` createdAt ` 、` updatedAt ` 现在是只读字段,尝试 set 这些字段时 SDK 会抛出异常
913
1014## 2.0.0-beta.3 (2016-11-8)
1115### Bug Fixes
12- * 修复了微信小程序在真机上抛 ` ReferenceError: Can't find variable: FormData ` 异常的问题
16+ * 修复了在微信小程序真机上运行时抛 ` ReferenceError: Can't find variable: FormData ` 异常的问题
1317* 修复了 2.0.0 中引入的 ` AV.Query#select ` 、` AV.Query#include ` 不支持多个参数的问题
1418
1519## 2.0.0-beta.2 (2016-10-20)
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 2.0.0-beta.4 " ,
3+ "version" : " 2.0.0-beta.5 " ,
44 "main" : " ./dist/node/index.js" ,
55 "description" : " LeanCloud JavaScript SDK." ,
66 "repository" : {
Original file line number Diff line number Diff line change 1- module . exports = 'js2.0.0-beta.4 ' ;
1+ module . exports = 'js2.0.0-beta.5 ' ;
You can’t perform that action at this time.
0 commit comments