Skip to content

v5.0.0

Compare
Choose a tag to compare
@caijf caijf released this 17 Jun 02:30
· 56 commits to master since this release

BREAKING CHANGE

移除废弃方法和属性

  • 移除 version 属性,请使用 VERSION 替代
  • 移除 blobToDataURL 方法,请使用 fileReader 替代
  • 移除 normalizeString 方法,请使用 ut2toString 替代
  • 移除 waitTime 方法,请使用 ut2sleep 替代
  • 移除 isPromiseLike 方法,请使用 ut2isPromiseLike 替代

移除方法废弃参数

  • 移除 isSocialCreditCode 方法参数 loose ,请使用 checkCode 替代
  • 移除 isBusinessLicense 方法参数 loose ,请使用 checkCode 替代
  • 移除 formatMobile 方法参数 char ,请使用 spaceMark 替代
  • 移除 formatBankCard 方法参数 char ,请使用 spaceMark 替代

图片文件加载和压缩方法去掉缓存

  • getImageInfo loadImage loadImageWithBlob compressImage 去掉缓存以及缓存配置参数。如果需要缓存,建议使用 AsyncMemo