Skip to content

Releases: cloudcome/iconfont-sync

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 16:56

1.3.0 (2026-06-01)

Features

  • build: 生成带 JSDoc 的 as const 图标对象及派生类型 (2ebc659)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 13 May 11:26

1.2.2 (2026-05-13)

Bug Fixes

  • docs: 更新配置文件示例,添加 $schema 字段并修正 dest 路径格式 (651e5fa)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 12 May 20:42

1.2.1 (2026-05-12)

Bug Fixes

  • schema: 添加 $schema 字段 (72b080f)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 12 May 20:01

1.2.0 (2026-05-12)

Features

  • schema: 添加 JSON schema 文件以支持配置验证 (90ee063)

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 07 May 21:00

1.1.3 (2026-05-07)

Bug Fixes

  • 修正版本号输出不正确的问题 (1c94204)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 07 May 20:40

1.1.2 (2026-05-07)

Bug Fixes

  • 更新生成的 TypeScript 类型文件名为 "types.ts" (7071377)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 07 May 20:07

1.1.1 (2026-05-07)

Note: Version bump only for package iconfont-sync

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 07 May 19:35

1.1.0 (2026-05-07)

Bug Fixes

  • build: 检查 iconfont.json 存在性并处理空图标列表 (ca84720)
  • 修正bin/index.cjs中require路径错误 (f01d088)

Features

  • build: 新增根据 iconfont.json 生成 TypeScript 类型文件的功能 (c64cc21)
  • cli: 添加 iconfont 同步工具的命令行界面 (f361bce)
  • config: 新增 iconfont 同步配置模块 (967ff40)
  • download: 新增资源下载功能 (aa6e88c)
  • unzip: 改进解压逻辑,使用临时目录并支持扁平化处理 (d596576)
  • utils: 新增解压 zip 文件功能 (ce85ac2)
  • 添加可执行入口文件以运行命令 (3719c8b)
  • 添加版本号常量及测试 (41de25d)