2.1.0 (2026-06-03)
June 3, 2026 · View on GitHub
Features
2.0.0 (2026-04-09)
Bug Fixes
- plugin: relax request generic default type (0c62aed)
Features
- add ipv6 hosts to default list (8dfc9f7), closes #116
- plugin: add apply option for plugin execution (9a58063), closes #112
- plugin: detect mkcert binary from path (de2702c), closes #96
- plugin: improve logger control and download progress (23f8cd4)
- plugin: support proxy download and improve request handling (06f74b4)
BREAKING CHANGES
- plugin: require Node.js >= 22.19.0.
1.17.12 (2026-04-09)
Bug Fixes
- ci: pass npm token in release workflow (32355fd)
- ci: setup pnpm before node cache initialization (f44dc12)
- release: avoid setup-node npm auth conflicts (f896941)
- release: use OIDC auth path for npm publishing (2535095)
1.17.11 (2026-04-08)
Bug Fixes
1.17.10 (2026-02-25)
Bug Fixes
1.17.9 (2025-10-07)
Bug Fixes
- another missing whitespace in README.md (#109) (792d6c6)
- typo in README.md missing whitespace (#108) (1ee1ef4)
Performance Improvements
- upgrade dependencies version (c727312)
1.17.8 (2025-03-14)
Bug Fixes
1.17.7 (2025-02-28)
Bug Fixes
1.17.6 (2024-08-15)
Bug Fixes
Performance Improvements
1.17.5 (2024-03-20)
Bug Fixes
1.17.4 (2024-02-27)
Bug Fixes
- the plugin reports mkcert not recognized as an internal or external command when parentheses in the folder name (02278c8), closes #83
1.17.3 (2024-01-18)
Bug Fixes
- rollback required node version (782ab10)
1.17.2 (2024-01-09)
Bug Fixes
1.17.1 (2023-11-20)
Bug Fixes
- typescript can't correct resolve .d.ts file (363d66a)
1.17.0 (2023-11-20)
Bug Fixes
Features
- Upgrade vite to 5.0 (ac39d72)
1.16.0 (2023-06-28)
Features
1.15.0 (2023-05-04)
Features
1.14.1 (2023-04-26)
Bug Fixes
1.14.0 (2023-03-30)
Features
- 适配 v4.3.0 (a117ed8)
1.13.4 (2023-03-23)
Bug Fixes
1.13.3 (2023-02-27)
Bug Fixes
1.13.2 (2023-02-20)
Bug Fixes
1.13.1 (2023-02-16)
Bug Fixes
1.13.0 (2023-02-04)
Features
Performance Improvements
- pretty log formatter (f75dfd1)
1.12.0 (2023-01-31)
Features
1.11.0 (2023-01-12)
Features
Performance Improvements
- upgrade all dependencies (fd5a8c0)
1.10.1 (2022-09-28)
Bug Fixes
1.10.0 (2022-09-26)
Bug Fixes
Features
- use peerDependence instead of dependence to control vite version (542f15e)
1.9.0 (2022-07-19)
Features
1.8.1 (2022-07-14)
Bug Fixes
- get warning from esbuild build (7e4d968)
1.8.0 (2022-07-14)
Features
- 适配 vite3.0 (960ff59)
1.7.2 (2022-06-12)
Bug Fixes
1.7.1 (2022-06-07)
Bug Fixes
- local hosts not include ips in node18 (b710399)
1.7.0 (2022-06-07)
Features
- always include local hosts (6bab2ec)
1.6.4 (2022-05-21)
Bug Fixes
- fix built assets error (12a2de4)
1.6.3 (2022-05-21)
Bug Fixes
Reverts
- Revert "fix: fix npm package not includes built files" (a5f04df)
1.6.2 (2022-05-21)
Bug Fixes
1.6.1 (2022-05-20)
Bug Fixes
Changelog
v1.6.0(2022-02-25)
:tada: Enhancements
-
feat: https is enabled by default :point_right: ( liuweigl )
-
feat: allow force to generate certificate :point_right: ( liuweigl )
:beetle: Bug Fixes
- fix: fix access denied error caused by JAVA_HOME close #15 :point_right: ( liuweigl )
:rose: Improve code quality
- refactor: replace chalk with picocolors :point_right: ( liuweigl )
:rocket: Improve Performance
- perf: upgrade dependencies version :point_right: ( liuweigl )
:blush: Other Changes
-
chore: remove git merge conflict :point_right: ( liuweigl )
-
chore: update playground vite config :point_right: ( liuweigl )
v1.5.2(2021-10-08)
:beetle: Bug Fixes
- fix: fix the error caused by the path containing spaces close #17 :point_right: ( liuweigl )
:blush: Other Changes
-
chore: fix changelog author shows incorrect when name containing spaces :point_right: ( liuweigl )
-
chore: upgrade dependencies :point_right: ( liuweigl )
v1.5.1(2021-08-06)
:beetle: Bug Fixes
- fix: fix wrong debug log :point_right: ( Jeremy Cook )
v1.5.0(2021-08-02)
:tada: Enhancements
- feat: support read host from server config :point_right: ( liuweigl )
:beetle: Bug Fixes
- fix: fix tsc report an type error :point_right: ( liuweigl )
v1.4.2(2021-08-06)
No Change Log
v1.4.1(2021-07-29)
:tada: Enhancements
- feat: pretty write config.json file :point_right: ( liuweigl )
:beetle: Bug Fixes
- fix(plugin): mkcert binary lost (#13) :point_right: ( iulo )
:memo: Documents Changes
- docs: add hosts parameter description :point_right: ( liuweigl )
:rose: Improve code quality
- refactor(plugin): make code clean :point_right: ( liuweigl )
v1.4.0(2021-07-22)
:tada: Enhancements
-
feat(plugin): add certificate cache :point_right: ( liuweigl )
-
feat(plugin): 支持自定义域名 (#11) :point_right: ( blacksunset )
:beetle: Bug Fixes
- fix(script): fix release workflow wrong :point_right: ( liuweigl )
:rose: Improve code quality
-
refactor(plugin): Adjust the hosts parameter :point_right: ( liuweigl )
-
refactor(script): 把 version 跟 changelog 操作拆分开来 :point_right: ( liuweigl )
:blush: Other Changes
-
chore: adjust filename case :point_right: ( liuweigl )
-
chore: update tsc outdir structure :point_right: ( liuweigl )
-
chore: remove jest to keep simple :point_right: ( liuweigl )
-
chore: update github template :point_right: ( liuweigl )
v1.3.2(2021-07-03)
:beetle: Bug Fixes
- fix(script): 修复发包之前没有构建资源 :point_right: ( liuweigl )
v1.3.1(2021-07-03)
:blush: Other Changes
-
chore: rm needless file :point_right: ( liuweigl )
-
chore: update CHANGELOG :point_right: ( liuweigl )
v1.3.0(2021-07-03)
:beetle: Bug Fixes
-
fix(script): fix read config.json error :point_right: ( liuweigl )
-
fix(plugin): fix linux system permission denied resolve #7 :point_right: ( liuweigl )
:blush: Other Changes
- chore: remove unused file :point_right: ( liuweigl )
v1.2.1-beta.1(2021-07-03)
:beetle: Bug Fixes
- fix(plugin): fix linux system permission denied resolve #7 :point_right: ( liuweigl )
v1.2.0(2021-07-03)
:beetle: Bug Fixes
- fix(script): 修复获取最新版本号错误 :point_right: ( liuweigl )
v1.1.2-beta.1(2021-07-03)
No Change Log
v1.1.2-beta.0(2021-07-03)
No Change Log
v1.1.1(2021-07-03)
No Change Log
v1.1.0(2021-07-03)
:tada: Enhancements
-
feat(script): 添加 npm 发布环节 :point_right: ( liuweigl )
-
feat(script): add version command :point_right: ( liuweigl )
-
feat(plugin): plugin only works in serve mode :point_right: ( liuwei )
-
feat: add logger prefix :point_right: ( liuwei )
:beetle: Bug Fixes
- fix(script): 修复 git commit 类型判断错误 :point_right: ( liuweigl )
:memo: Documents Changes
-
docs: add changelog link :point_right: ( liuwei )
-
docs: update plugin readme :point_right: ( liuwei )
:rose: Improve code quality
- refactor(script): 调整 git tag 时机 :point_right: ( liuweigl )
:hammer_and_wrench: Update Workflow Scripts
-
build: fix changelog location incorrect :point_right: ( liuweigl )
-
build: update release script :point_right: ( liuweigl )
-
build: 添加发布脚本模块 :point_right: ( liuweigl )
:blush: Other Changes
-
chore: fix script package version incorrect :point_right: ( liuweigl )
-
chore: 更新 playground 的依赖 :point_right: ( liuweigl )
-
chore: 使用 pnpm 包管理器 :point_right: ( liuweigl )
-
chore: conform with the vite plugin conventions :point_right: ( liuwei )