Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qiniu/js-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: qiniu/js-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 252 files changed
  • 2 contributors

Commits on Mar 28, 2024

  1. 4.x (#640)

    * 升级项目基础依赖,优化构建流程、开发体验 (#590)
    
    * merge qiniu/master
    
    * 细节调整
    
    * 将大量私有的方法标记为 deprecated & 更新文档
    
    * 调试 workflow actions
    
    * 为 upload 的上传结果添加泛型
    
    * 基本完成
    
    * 移除一些非必要的文件及改动
    
    * build 不应该使用 parallel
    
    * 添加 vscode workspace 配置文件
    
    * update dev-test package.json
    
    * 针对 iife 输出 umd 格式
    
    * update
    
    * just move files
    
    * init common package
    
    * 公共逻辑基本完成
    
    * 微信 SDK 基本完成
    
    * 优化错误和最终结果处理
    
    * 添加微信小程序 example
    
    * 更好的类型名称以及移除 UploadBlob 的导出
    
    * 移除微信小程序 SDK 直传 base64 的支持
    
    * 调整示例目录结构和位置
    
    * 错误处理等细节调整
    
    * 添加鸿蒙基本实现(仅支持分片上传)
    
    * 为 queue 添加基本的单元测试
    
    * UploadFile 设计内敛
    
    * update lock
    
    * fix bug
    
    * update actions
    
    * fix typo
    
    * update package info
    
    * 移除与本次无关的浏览器端代码
    
    * 补充上传时指定 key 和 mimetype 的能力
    
    * 补充配置文件
    
    * 添加自定义变量&metadata支持
    
    * 更新配置文件
    
    * 添加浏览器和 react-native 支持
    
    * 添加 rn examples
    
    * 暂时移除 rn
    
    * 鸿蒙细节调整
    
    * 添加鸿蒙系统兼容性检查
    
    * 添加 browser example
    
    * 细节调整
    
    * browser 添加 webWorker 演示
    
    * 浏览器端文件名处理优化
    
    * 优化鸿蒙的文件类型处理
    
    * 优化鸿蒙底层文件处理
    
    * 添加 uploadHosts 支持
    
    * 更新说明文档
    
    * update readme & changelog
    
    * 添加 v1 分片上传支持
    
    * 优化类型信息
    
    * add Progress export
    
    * fix ohpm install command in radme.md
    yinxulai authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f366200 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. 升级鸿蒙 SDK 项目版本 & 改进 monorepo 结构 (#648)

    * 升级鸿蒙 SDK 项目版本
    
    * 优化 monorepo 结构
    
    * update package script
    
    * update examples
    yinxulai authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9d6b2c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Release browser client 4.0.0-beta.1 (#652)

    * 更新 browser 端版本号
    
    * fix typo
    yinxulai authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d0c843d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. release new version (#653)

    * 更新 browser 端版本号
    
    * fix typo
    
    * update github actions
    yinxulai authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bab4165 View commit details
    Browse the repository at this point in the history
  2. update examples (#654)

    * 更新 browser 端版本号
    
    * fix typo
    
    * update github actions
    
    * auto build common
    
    * update examples
    
    * fix typo
    yinxulai authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7accb88 View commit details
    Browse the repository at this point in the history
  3. remove publish dry-run params (#655)

    * 更新 browser 端版本号
    
    * fix typo
    
    * update github actions
    
    * auto build common
    
    * update examples
    
    * fix typo
    
    * remove publish dry-run params
    yinxulai authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d45a7dc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    24694fc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update README.md

    yinxulai authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dcc659e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. 新增 key 参数,更明确指定上传文件名 (#663)

    * 新增 key 参数,更明确指定上传文件名
    
    * MockProgress 兼容多次调用 start
    
    * update version
    yinxulai authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    70d1f2d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. 调整 common 依赖方式 (#665)

    * 使用 copy 共享 common 代码
    
    * 调整引用 path
    
    * update tsconfig
    
    * update lock
    
    * update browser readme.md
    yinxulai authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    33c1efc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e715c View commit details
    Browse the repository at this point in the history
  3. 修复发布文件缺失问题 (#667)

    * 修复发布文件缺失问题
    yinxulai authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    666bcb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. [KS-55] 临时修复任务进度回退问题 (#668)

    * 临时修复任务进度回退问题
    
    * 更新版本号
    yinxulai authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    028c17c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    4119929 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    12efc5e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. 4.x 优化针对进度回退的处理 (#681)

    * 适当降低虚拟进度条的输出速度
    
    * 细节优化
    yinxulai authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b989d36 View commit details
    Browse the repository at this point in the history
Loading