You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ All notable changes to this project will be documented in this file. See [Conven
8
8
9
9
### ✨ Features
10
10
11
-
-增加externalLinkIcon配置,不显示外部链接图标 - by **chufan**[<samp>(b1602)</samp>](https://github.com/142vip/JavaScriptCollection/commit/b160234)
12
-
-移除bumpp等用于发布功能的模块,简化release脚本 - by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/153[<samp>(2e64d)</samp>](https://github.com/142vip/JavaScriptCollection/commit/2e64d8c)
11
+
-增加`externalLinkIcon`配置,不显示外部链接图标 - by **chufan**[<samp>(b1602)</samp>](https://github.com/142vip/JavaScriptCollection/commit/b160234)
12
+
-移除`bumpp`等用于发布功能的模块,简化`release`脚本 - by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/153[<samp>(2e64d)</samp>](https://github.com/142vip/JavaScriptCollection/commit/2e64d8c)
13
13
- 使用`@142vip/fairy-cli`模块,优化`clean`命令 - by **chufan**[<samp>(2027b)</samp>](https://github.com/142vip/JavaScriptCollection/commit/2027b1a)
14
14
-`pnpm`版本锁定`9.6.0`,增加`only-allow`配置约束`pnpm` - by **chufan**[<samp>(038f1)</samp>](https://github.com/142vip/JavaScriptCollection/commit/038f1b7)
15
15
- 升级`@antfu/eslint-config`到最新版本,新增`lint`相关命令,删除重复的`lint`脚本 - by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/159[<samp>(c45a0)</samp>](https://github.com/142vip/JavaScriptCollection/commit/c45a087)
16
16
- 配置`release`命令,升级`@142vip/fairy-cli`模块,打通整个发布工作流 - by **chufan**[<samp>(4a7de)</samp>](https://github.com/142vip/JavaScriptCollection/commit/4a7def8)
17
17
- 移除`exec`脚本执行器,修改`bundle`脚本逻辑 - by **chufan**[<samp>(05f7f)</samp>](https://github.com/142vip/JavaScriptCollection/commit/05f7fa1)
18
-
-**Github Actions**:
18
+
-**GitHub Actions**:
19
19
- 移除流水线下载依赖时的`registry-url`配置 - by **chufan**[<samp>(a0dd6)</samp>](https://github.com/142vip/JavaScriptCollection/commit/a0dd623)
20
20
21
21
### 🔥 Performance
@@ -25,8 +25,8 @@ All notable changes to this project will be documented in this file. See [Conven
25
25
26
26
### 🐛 Bug Fixes
27
27
28
-
-使用eslint@8.55.0版本,修复IDEA校验规则报错 - by **chufan**[<samp>(3983a)</samp>](https://github.com/142vip/JavaScriptCollection/commit/3983aa5)
29
-
- 修复文档、代码的Eslint校验错误 - by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/154[<samp>(7e54c)</samp>](https://github.com/142vip/JavaScriptCollection/commit/7e54cfd)
28
+
-使用`eslint@8.55.0`版本,修复`IDEA`校验规则报错 - by **chufan**[<samp>(3983a)</samp>](https://github.com/142vip/JavaScriptCollection/commit/3983aa5)
29
+
- 修复文档、代码的`Eslint`校验错误 - by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/154[<samp>(7e54c)</samp>](https://github.com/142vip/JavaScriptCollection/commit/7e54cfd)
30
30
- 升级`express`模块到`4.21.0`版本,解决模块安全告警 - by **chufan**[<samp>(5720d)</samp>](https://github.com/142vip/JavaScriptCollection/commit/5720dbb)
31
31
32
32
**Release New Version v0.0.2-alpha.18 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.17...v0.0.2-alpha.18)**
@@ -35,7 +35,7 @@ All notable changes to this project will be documented in this file. See [Conven
35
35
36
36
### 🐛 Bug Fixes
37
37
38
-
- 修复依赖异常,支持eslint校验 - by **chufan**[<samp>(6daed)</samp>](https://github.com/142vip/JavaScriptCollection/commit/6daed76)
38
+
- 修复依赖异常,支持`eslint`校验 - by **chufan**[<samp>(6daed)</samp>](https://github.com/142vip/JavaScriptCollection/commit/6daed76)
39
39
40
40
**Release New Version v0.0.2-alpha.17 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.16...v0.0.2-alpha.17)**
41
41
@@ -45,7 +45,7 @@ All notable changes to this project will be documented in this file. See [Conven
45
45
46
46
- 调整导航栏,对文档排版和显示做了些优化 - by **chufan**[<samp>(842f3)</samp>](https://github.com/142vip/JavaScriptCollection/commit/842f3d1)
47
47
- 全局搜索框支持中文提示 - by **chufan**[<samp>(4a883)</samp>](https://github.com/142vip/JavaScriptCollection/commit/4a883ac)
48
-
-Eslint回退到8.55.0版本,增加monorepo配置管理code模块中的依赖。 - by **chufan**[<samp>(28873)</samp>](https://github.com/142vip/JavaScriptCollection/commit/28873aa)
48
+
-`Eslint`回退到`8.55.0`版本,增加`monorepo`配置管理`code`模块中的依赖。 - by **chufan**[<samp>(28873)</samp>](https://github.com/142vip/JavaScriptCollection/commit/28873aa)
49
49
50
50
### 🐛 Bug Fixes
51
51
@@ -59,8 +59,8 @@ All notable changes to this project will be documented in this file. See [Conven
59
59
### 🐛 Bug Fixes
60
60
61
61
-**Github Actions**:
62
-
-修复Release流水线异常 - by **chufan**[<samp>(d5226)</samp>](https://github.com/142vip/JavaScriptCollection/commit/d5226de)
63
-
-关闭Docker镜像构建 - by **chufan**[<samp>(74884)</samp>](https://github.com/142vip/JavaScriptCollection/commit/7488413)
62
+
-修复`Release`流水线异常 - by **chufan**[<samp>(d5226)</samp>](https://github.com/142vip/JavaScriptCollection/commit/d5226de)
63
+
-关闭`Docker`镜像构建 - by **chufan**[<samp>(74884)</samp>](https://github.com/142vip/JavaScriptCollection/commit/7488413)
64
64
65
65
**Release New Version v0.0.2-alpha.15 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.14...v0.0.2-alpha.15)**
66
66
@@ -69,12 +69,12 @@ All notable changes to this project will be documented in this file. See [Conven
69
69
### ✨ Features
70
70
71
71
- 关闭自动生成README目录配置,避免构建时覆盖和路径导航问题 - by **chufan**[<samp>(b3549)</samp>](https://github.com/142vip/JavaScriptCollection/commit/b3549ff)
72
-
-更新release脚本,使用bumpx命令生成CHANGELOG文档 - by **chufan**[<samp>(54f7b)</samp>](https://github.com/142vip/JavaScriptCollection/commit/54f7b51)
73
-
-删除dev脚本,脚本逻辑 - by **chufan**[<samp>(78795)</samp>](https://github.com/142vip/JavaScriptCollection/commit/78795c3)
74
-
-删除deploy和docker脚本,备份对应逻辑 - by **chufan**[<samp>(2cdc5)</samp>](https://github.com/142vip/JavaScriptCollection/commit/2cdc560)
72
+
-更新`release`脚本,使用`bumpx`命令生成`CHANGELOG`文档 - by **chufan**[<samp>(54f7b)</samp>](https://github.com/142vip/JavaScriptCollection/commit/54f7b51)
73
+
-删除`dev`脚本,脚本逻辑 - by **chufan**[<samp>(78795)</samp>](https://github.com/142vip/JavaScriptCollection/commit/78795c3)
74
+
-删除`deploy`和`docker`脚本,备份对应逻辑 - by **chufan**[<samp>(2cdc5)</samp>](https://github.com/142vip/JavaScriptCollection/commit/2cdc560)
75
75
- 更换阿里云镜像地址 - by **chufan**[<samp>(be2e5)</samp>](https://github.com/142vip/JavaScriptCollection/commit/be2e584)
76
-
-移除markdown-cli模块,采用prettier校验文档格式 - by **chufan**[<samp>(5a2b2)</samp>](https://github.com/142vip/JavaScriptCollection/commit/5a2b23c)
77
-
-更换github pages部署方式,支持actions部署 - by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/144[<samp>(7afb3)</samp>](https://github.com/142vip/JavaScriptCollection/commit/7afb312)
76
+
-移除`markdown-cli`模块,采用`prettier`校验文档格式 - by **chufan**[<samp>(5a2b2)</samp>](https://github.com/142vip/JavaScriptCollection/commit/5a2b23c)
77
+
-更换`github pages`部署方式,支持`actions`部署 - by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/144[<samp>(7afb3)</samp>](https://github.com/142vip/JavaScriptCollection/commit/7afb312)
0 commit comments