Skip to content

Releases: LessUp/tiny-dl-inference

v2.0.1 - Documentation & Security Update

16 Apr 02:26

Choose a tag to compare

English

This release includes comprehensive documentation refactoring and security vulnerability fixes.

Security

  • Fixed 5 moderate npm vulnerabilities (esbuild, vite, vitest)
  • Updated vitest from v1.6.1 to v4.1.4
  • Updated @vitest/coverage-v8 from v1.6.1 to v4.1.4
  • 0 vulnerabilities in npm audit

Changed

  • Updated @webgpu/types from 0.1.68 to 0.1.69
  • Updated @types/node to latest v20.x

Documentation

  • Unified CHANGELOG.md following Keep a Changelog format
  • Refactored all documentation files
  • Optimized README.md and README.zh-CN.md
  • Fixed GitHub workflows (ci.yml, pages.yml)
  • Removed unnecessary Jekyll _config.yml

中文

此版本包含全面的文档重构和安全漏洞修复。

安全

  • 修复了 5 个中等严重程度的 npm 漏洞(esbuild、vite、vitest)
  • vitest 从 v1.6.1 更新到 v4.1.4
  • @vitest/coverage-v8 从 v1.6.1 更新到 v4.1.4
  • npm audit 检查结果:0 个漏洞

变更

  • @webgpu/types 从 0.1.68 更新到 0.1.69
  • @types/node 更新到最新 v20.x

文档

  • 按照 Keep a Changelog 格式统一了 CHANGELOG.md
  • 重构了所有文档文件
  • 优化了 README.md 和 README.zh-CN.md
  • 修复了 GitHub workflows(ci.yml、pages.yml)
  • 移除了不必要的 Jekyll _config.yml

Verification / 验证

  • ✅ TypeScript type check passed / TypeScript 类型检查通过
  • ✅ 134/134 tests passed / 134/134 测试通过
  • ✅ Build successful / 构建成功