Releases: 142vip/core-x
Releases · 142vip/core-x
v0.0.1-alpha.17
✨ Features
- 修改站点主题和侧边栏配置配置 - by @mmdapl (815b9)
- 引入
only-allow
模块,限定使用pnpm
命令 - by @mmdapl (8d8ac) - 增加演示Demo展示入口,优化配置文件 - by @mmdapl in #173 (36b56)
- 修改
turbo
缓存配置,移除outputs
选项 - by @mmdapl (231ec) - 简化
vitepress
博客配置和类型,移除element-plus
组件的手动导入, - by @mmdapl (767a8) - 关闭
turbo
缓存构建 - by @mmdapl (1f25b) - @142vip/utils:
- @142vip/vitepress:
- 增加
getThemeConfig
函数导出基本配置 - by @mmdapl (d3011) - 锁定
vitepress
版本,支持模块调用 - by @mmdapl in #165 (05feb) - 依赖调整,
vitepress
在生产依赖中引入 - by @mmdapl (dfa44) - 增加自定义主题,加载
element-plus
模块,提供getVipExtendsTheme
配置函数 - by @mmdapl (89f00) - 增加
types
类型导出,支持自定义主题配置优化 - by @mmdapl (1e42e) - 优化
defineVipExtendsTheme
参数类型,继承默认的Theme
类型 - by @mmdapl (6dcb9) - 按需引入
element-plus
中的组件,减少打包体积 - by @mmdapl (09bef)
- 增加
- vitepress-demo:
🐛 Bug Fixes
😏 Release Packages
- @142vip/utils:
- @142vip/vitepress:
- vitepress-demo:
Release New Version v0.0.1-alpha.17 👉 View Changes On GitHub
v0.0.1-alpha.16
✨ Features
- 修改导航栏配置,支持环境变量
NEED_PROXY
配置base
路径 - by @mmdapl (9ae73) - @142vip/utils:
- @142vip/vuepress:
- vuepress-demo:
- 引入
@142vip/utils
模块,调整Demo
基本结构和主题配置 - by @chufan443 and @mmdapl in #157 (0bf7c)
- 引入
🐛 Bug Fixes
😏 Release Packages
- @142vip/utils:
- @142vip/vitepress:
- @142vip/vuepress:
- vuepress-demo:
Release New Version v0.0.1-alpha.16 👉 View Changes On GitHub
v0.0.1-alpha.15
✨ Features
- @142vip/changelog:
- @142vip/utils:
- @142vip/vuepress:
- vuepress-demo:
🔥 Performance
🐛 Bug Fixes
- 修改
Dockerfile
的Nginx
配置,修复构建时镜像平台异常 - by @mmdapl (2149b) - 修复
bundle
脚本构建异常,更新Dockerfile
- by @mmdapl (3deba)
😏 Release Packages
- @142vip/changelog:
- @142vip/utils:
- @142vip/vuepress:
Release New Version v0.0.1-alpha.15 👉 View Changes On GitHub
v0.0.1-alpha.14
✨ Features
- 增加
nest-demo
模板应用,修改相关文档和校验配置 - by @mmdapl (92e0a) - 增加
bundle
脚本和Nginx
配置,支持Docker
构建镜像操作 - by @mmdapl in #125 (d2ceb) - 增加
bundle
脚本,支持编译站点,构建Docker
镜像 - by @mmdapl (e5ae5) - 博客站点支持
base
字段拓展,优化build
命令和流水线 - by @mmdapl (89be9) - 增加
Dockerfile
忽略文件,优化bundle
构建流程 - by @mmdapl (d8c84) pnpm
包下载源改为:https://mirrors.tencent.com/npm/
- by @mmdapl (e4ee7)- 移除Eslint相关冗余依赖,配置使用
@142vip/eslint-config
模块 - by @mmdapl (d3f83) - 增加
@142vip/vuepress
模块的演示示例,降低配置难度 - by @mmdapl (b8b6d) - 增加
git
忽略,处理vuepress
相关依赖 - by @mmdapl (d4c40) - 删除
build
命令中的--mpa
参数,关闭MPA
模式 - by @mmdapl (bd659) - 统一为各模块增加
exports
配置 - by @mmdapl (278e5) - 增加
git
忽略,处理vuepress
相关依赖 - by @mmdapl (f1bd1) - 删除
build
命令中的--mpa
参数,关闭MPA
模式 - by @mmdapl (c5c9a) - @142vip/eslint-config:
- @142vip/fairy-cli:
- @142vip/utils:
- 修改
getLogInfo
函数为getRecentGitCommit
- by @mmdapl (f7923) - 增加
docker
相关api
方法 - by @mmdapl (461bb) - 优化
buildImage
方法,支持Docker
地址导出 - by @mmdapl (8ecd1) - 优化
commandStandardExecutor
执行器逻辑,增加日志 - by @mmdapl (a0bcd) - 修改docker命令执行逻辑,
push
、delete
镜像等操作直接执行 - by @mmdapl (4fc01) - 修改
getRecentGitCommit
函数逻辑,只获取最近的push
信息,包含merge
操作 - by @mmdapl (a47e5) - 修改buildImage核心逻辑,支持
push
、delete
等可选参数 - by @mmdapl (d9347) - 拓展
buildImage
函数,支持Dockerfile
中的--target
参数,分步骤构建 - by @mmdapl (b558a) - 修改命令输出日志格式 - by @mmdapl (92036)
- 拓展
docker
命令,支持createContainer
函数快速创建容器 - by @mmdapl (f67dd)
- 修改
- @142vip/vuepress:
- vuepress-demo:
🔥 Performance
🐛 Bug Fixes
- 修复
corepack
下载源在Dockerfile
中使用异常,统一为:https://mirrors.tencent.com/npm/
- by @mmdapl (7cdd5) - 修复
Dockerfile
中编译OOM
内存溢出、镜像构建超时的问题 - by @mmdapl (4f089) - 修复
CI
流水线异常,关闭Eslint
校验 - by @mmdapl (6c075) - 修复首页链接异常 - by @mmdapl (3b871)
- 修复首页链接异常 - by @mmdapl (52295)
- @142vip/eslint-config:
- @142vip/redis:
- @142vip/utils:
📖 Documentation
😏 Release Packages
- @142vip/eslint-config:
- @142vip/fairy-cli:
- @142vip/redis:
- @142vip/utils:
- @142vip/vuepress:
- vuepress-demo:
Release New Version v0.0.1-alpha.14 👉 View Changes On GitHub
v0.0.1-alpha.13
✨ Features
- 移除
element-plus
相关插件依赖,由模块管理 - by @mmdapl (ba2a0) dev
命令增加--force --strictPort
参数,开启严格端口模式 - by @chufan443 and @mmdapl in #115 (1447b)- 网站各子页面增加
VipBackTop
组件,支持一键返回顶部 - by @mmdapl (d52b3) - @142vip/vitepress:
🔥 Performance
🐛 Bug Fixes
📖 Documentation
😏 Release Packages
- @142vip/fairy-cli:
- @142vip/vitepress:
Release New Version v0.0.1-alpha.13 👉 View Changes On GitHub
v0.0.1-alpha.12
✨ Features
- 使用
VipProjectTable
组件,优化首页显示效果,首页-趋势
支持暗夜模式 - by @mmdapl (4e1b0) - 使用
VipTeam
组件,优化首页展示 - by @mmdapl (f2e9f) - 移除全局
chalk
模块,使用vipColor
变量处理日志格式 - by @mmdapl (51156) - @142vip/fairy-cli:
- @142vip/release-version:
- @142vip/utils:
- @142vip/vitepress:
🔥 Performance
🐛 Bug Fixes
- 修复编辑路径跳转异常,支持平台超链接复用 - by @mmdapl (90830)
- 修复
release
命令检验模块包异常,打印错误提示信息 - by @mmdapl (b518e) - @142vip/fairy-cli:
😏 Release Packages
- @142vip/fairy-cli:
- @142vip/release-version:
- @142vip/utils:
- @142vip/vitepress:
Release New Version v0.0.1-alpha.12 👉 View Changes On GitHub
v0.0.1-alpha.11
✨ Features
- 删除
husky
模块,使用simple-git-hooks
模块管理git
提交校验 - by @mmdapl (7294b) - 移除
@142vip/common
依赖,使用@142vip/common
依赖,全面升级各基础模块 - by @mmdapl (202d0) - 修复开源表格日志链接异常,菜单栏支持
emoji
表情 - by @mmdapl (33bae) - 删除
scripts
中无用脚本,简化工程文件结构,补充技术文档 - by @mmdapl (9c8df) - 拓展
clean
命令,支持对dist
、vite
、turbo
缓存目录进行删除 - by @mmdapl (5f7c7) - @142vip/fairy-cli:
- @142vip/release-version:
- @142vip/utils:
- @142vip/vitepress:
🔥 Performance
🐛 Bug Fixes
💅 Refactors
📖 Documentation
- 静态网站改造升级,基于
HomePage
组件修改首页显示 - by @mmdapl (44587) - 统一修改
npm version
标签样式,更新README
文档 - by @mmdapl (e9749)
😏 Release Packages
- @142vip/fairy-cli:
- @142vip/release-version:
- @142vip/utils:
- @142vip/vitepress:
Release New Version v0.0.1-alpha.11 👉 View Changes On GitHub
v0.0.1-alpha.10
✨ Features
- 静态站点增加
@142vip/axios
模块文档入口配置 - by @mmdapl (771cd) - 优化
simple-git-hooks
流程,支持commit
和push
操作前进行功能预检 - by @mmdapl (9f359) - 增加
build
命令,优化CI/CD流水线处理步骤,简化verify-commit
校验 - by @chufan443 and @mmdapl in #81 (60ba3) - @142vip/fairy-cli:
- @142vip/vitepress:
🐛 Bug Fixes
- 修复
release
命令执行时触发simple-git-hooks
钩子检验问题,拓展scope
范围 - by @mmdapl (7b5e0) - @142vip/fairy-cli:
- Github Actions:
📖 Documentation
😏 Release Packages
- @142vip/fairy-cli:
- @142vip/vitepress:
Release New Version v0.0.1-alpha.10 👉 View Changes On GitHub
v0.0.1-alpha.9
✨ Features
- 移除
@esm2cjs/execa
模块,提升inquirer
依赖 - by @mmdapl (bdcc0) - 移除
commit-and-tag-version
、enquirer
模块 - by @mmdapl (48b1e) - 统一README文档中的证书说明,支持
142vip
的MIT证书 - by @mmdapl (3cf41) - 引入
simple-git-hooks
模块,支持git commit
时触发钩子进行代码校验 - by @mmdapl (fcdf3) - @142vip/axios:
- @142vip/changelog:
- @142vip/egg-sequelize:
- @142vip/fairy-cli:
- 移除
cnpm
模块,基于api实现,支持npm包同步到cnpm平台上 - by @mmdapl (92eaa) release
命令增加--vip
等参数,支持cli
交互式选择发布的模块和版本 - by @mmdapl (d2694)- 优化
versionBump
参数,支持提交commit
信息和push
远程仓库 - by @chufan443 and @mmdapl in #64 (a5bf5) - 修正
CHANGELOG
文档,优化release
命令支持版本名称markdown
显示 - by @mmdapl (77678) - 移除
inquirer
模块,release
命令有限check-release
逻辑,日志格式调整 - by @mmdapl (5e56c) - 丰富
TS
类型,增加branch
参数,默认从next
分支获取commit
信息,增加release
交互全局错误捕获 - by @mmdapl (c2793) - 修复
release
根模块时tag
功能触发异常 - by @chufan443 (468c4)
- 移除
- @142vip/release-version:
- 优化
CHANGELOG
文档存储目录,基于cwd
参数生成目录绝对路径 - by @chufan443 and @mmdapl in #63 (dede7)
- 优化
- Eslint:
- Github Actions:
🔥 Performance
- 移除
scripts
目录下release
脚本,package.json
文件的scripts
配置新增release:check
和release
命令 - by @mmdapl (de840) - Github Actions:
- 移除
lint
脚本,统一在用package.json
中配置link
、lint:fix
命令 - by @chufan443 in #62 (05439)
- 移除
🐛 Bug Fixes
- @142vip/changelog:
- @142vip/fairy-cli:
💅 Refactors
- @142vip/changelog:
- @142vip/fairy-cli:
😏 Release Packages
- @142vip/axios:
- @142vip/changelog:
- @142vip/egg-sequelize:
- @142vip/fairy-cli:
- @142vip/release-version:
Release New Version v0.0.1-alpha.9 👉 View Changes On GitHub
v0.0.1-alpha.8
✨ Features
🔥 Performance
🐛 Bug Fixes
💅 Refactors
📖 Documentation
😏 Release Packages
- @142vip/changelog:
- @142vip/release-version:
Release New Version v0.0.1-alpha.8 👉 View Changes On GitHub