Skip to content

2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 09:45
· 32 commits to master since this release
a49efcb

Features

支持 NPMJS 安装,可在 package.json 中配置仓库:

"scopedRegistries": [
    {
      "name": "npmjs",
      "url": "https://registry.npmjs.org/",
      "scopes": ["com.leancloud"]
    }
  ]

在依赖处只声明版本即可(支持依赖):

"com.leancloud.storage": "2.2.2",
"com.leancloud.realtime": "2.2.2"

Improvements

  • 推送: 升级魅族推送 SDK 4.2.7
  • 云存储: 调整内置子类请求接口