Skip to content

Releases: 142vip/JavaScriptCollection

v0.0.2-alpha.22

01 Nov 10:00
Compare
Choose a tag to compare

🔥 Performance

🐛 Bug Fixes

  • 修复simple-git-hooks钩子函数触发异常  -  by @mmdapl in #181 (cf3f0)
  • 修复Docker构建OOM异常,使用增加OOM限制的node:20.17.0-alpine基础镜像  -  by @mmdapl (d78e0)

📖 Documentation

Release New Version v0.0.2-alpha.22 👉 View Changes On GitHub

v0.0.2-alpha.21

16 Oct 09:33
Compare
Choose a tag to compare

✨ Features

  • 移除vercel模块和流水线同步,采用官方基于Git仓库同步策略进行部署  -  by @chufan443 and @mmdapl in #179 (38ffb)

💅 Refactors

  • 站点改造,引入@142vip/vuepress模块,简化站点结构,删除冗余配置文件  -  by @mmdapl in #178 (b180f)

Release New Version v0.0.2-alpha.21 👉 View Changes On GitHub

v0.0.2-alpha.20

01 Oct 04:22
Compare
Choose a tag to compare

✨ Features

  • 增加文档内容,优化站点主页,新增icon图标、超链接  -  by @mmdapl (be4d8)
  • 移除@142vip/release-version模块,升级依赖。替换CD流水线上的changelog命令  -  by @mmdapl (4ddd2)
  • 移除antfu/eslint-config模块,使用@142vip/eslint-config替换,修复配置异常  -  by @chufan443 and @mmdapl in #177 (4f7d2)

🔥 Performance

  • 升级@142vip/utils依赖版本,引入only-allow严格校验pnpm使用  -  by @mmdapl (57229)

🐛 Bug Fixes

  • 修复Dockerfile构建异常,增加git国内下载  -  by @mmdapl (0f686)

Release New Version v0.0.2-alpha.20 👉 View Changes On GitHub

v0.0.2-alpha.19

23 Sep 09:27
Compare
Choose a tag to compare

✨ Features

  • pnpm包下载源改为:https://mirrors.tencent.com/npm/  -  by @mmdapl (1d124)
  • 移除无用pnpm模块,优化bundler编译配置  -  by @mmdapl (742ee)
  • 移除husky模块,使用simple-git-hooks来配置钩子函数,规范仓库内容  -  by @mmdapl (0298f)
  • 修改导航栏配置,支持图标,完善文档内容  -  by @mmdapl (94128)

🔥 Performance

🐛 Bug Fixes

📖 Documentation

Release New Version v0.0.2-alpha.19 👉 View Changes On GitHub

v0.0.2-alpha.18

19 Sep 12:39
Compare
Choose a tag to compare

✨ Features

  • 增加externalLinkIcon配置,不显示外部链接图标  -  by @mmdapl (b1602)
  • 移除bumpp等用于发布功能的模块,简化release脚本  -  by @chufan443 and @mmdapl in #153 (2e64d)
  • 使用@142vip/fairy-cli模块,优化clean命令  -  by @mmdapl (2027b)
  • pnpm版本锁定9.6.0,增加only-allow配置约束pnpm  -  by @mmdapl (038f1)
  • 升级@antfu/eslint-config到最新版本,新增lint相关命令,删除重复的lint脚本  -  by @chufan443 and @mmdapl in #159 (c45a0)
  • 配置release命令,升级@142vip/fairy-cli模块,打通整个发布工作流  -  by @mmdapl (4a7de)
  • 移除exec脚本执行器,修改bundle脚本逻辑  -  by @mmdapl (05f7f)
  • Github Actions:
    • 移除流水线下载依赖时的registry-url配置  -  by @mmdapl (a0dd6)

🔥 Performance

  • 优化scripts脚本,ci命令统一npm配置  -  by @mmdapl in #156 (c5a55)
  • 移除@142vip/common模块,使用@142vip/utils替换  -  by @mmdapl (da164)

🐛 Bug Fixes

Release New Version v0.0.2-alpha.18 👉 View Changes On GitHub

v0.0.2-alpha.17

02 Aug 05:43
Compare
Choose a tag to compare

🐛 Bug Fixes

Release New Version v0.0.2-alpha.17 👉 View Changes On GitHub

v0.0.2-alpha.16

01 Aug 08:03
Compare
Choose a tag to compare

✨ Features

  • 调整导航栏,对文档排版和显示做了些优化  -  by @mmdapl (842f3)
  • 全局搜索框支持中文提示  -  by @mmdapl (4a883)
  • Eslint回退到8.55.0版本,增加monorepo配置管理code模块中的依赖。  -  by @mmdapl (28873)

🐛 Bug Fixes

Release New Version v0.0.2-alpha.16 👉 View Changes On GitHub

v0.0.2-alpha.15

30 Jul 16:01
Compare
Choose a tag to compare

🐛 Bug Fixes

Release New Version v0.0.2-alpha.15 👉 View Changes On GitHub

v0.0.2-alpha.14

30 Jul 14:36
Compare
Choose a tag to compare

✨ Features

  • 关闭自动生成README目录配置,避免构建时覆盖和路径导航问题  -  by @mmdapl (b3549)
  • 更新release脚本,使用bumpx命令生成CHANGELOG文档  -  by @mmdapl (54f7b)
  • 删除dev脚本,脚本逻辑  -  by @mmdapl (78795)
  • 删除deploy和docker脚本,备份对应逻辑  -  by @mmdapl (2cdc5)
  • 更换阿里云镜像地址  -  by @mmdapl (be2e5)
  • 移除markdown-cli模块,采用prettier校验文档格式  -  by @mmdapl (5a2b2)
  • 更换github pages部署方式,支持actions部署  -  by @mmdapl in #144 (7afb3)

🔥 Performance

  • 升级@142vip/release-version依赖,支持新版本  -  by @mmdapl (cd095)

🐛 Bug Fixes

  • 修复Express版本过低告警  -  by @lir0115 (930eb)
  • 修复文档引入异常,优化流水线触发条件  -  by @mmdapl (7d5ae)
  • 修复sync脚本同步异常,支持main作为默认分支  -  by @mmdapl (acaa3)

💅 Refactors

Release New Version v0.0.2-alpha.14 👉 View Changes On GitHub

v0.0.2-alpha.13

17 Apr 02:35
Compare
Choose a tag to compare

Release 0.0.2-alpha.13

Features

Performance Improvements