Skip to content

v4.5.1

Choose a tag to compare

@leeyeh leeyeh released this 24 Mar 11:07
· 116 commits to master since this release
ab70983

Bug Fixes

  • 修复了不兼容 IE 11 等不支持 Promise 的运行环境的问题。
  • 修复了 TypeScript 找不到 @leancloud/adapter-types 模块的问题。

Internal Changes

  • AV.Promise 现在使用 core-js 的实现代替了 es6-promise