Skip to content

Latest commit

 

History

History
255 lines (100 loc) · 9.61 KB

CHANGELOG.md

File metadata and controls

255 lines (100 loc) · 9.61 KB

Changelog

v1.6.0(2022-02-25)

🎉 Enhancements

  1. feat: https is enabled by default 👉 ( liuweigl )

  2. feat: allow force to generate certificate 👉 ( liuweigl )

🪲 Bug Fixes

  1. fix: fix access denied error caused by JAVA_HOME close #15 👉 ( liuweigl )

🌹 Improve code quality

  1. refactor: replace chalk with picocolors 👉 ( liuweigl )

🚀 Improve Performance

  1. perf: upgrade dependencies version 👉 ( liuweigl )

😊 Other Changes

  1. chore: remove git merge conflict 👉 ( liuweigl )

  2. chore: update playground vite config 👉 ( liuweigl )

v1.5.2(2021-10-08)

🪲 Bug Fixes

  1. fix: fix the error caused by the path containing spaces close #17 👉 ( liuweigl )

😊 Other Changes

  1. chore: fix changelog author shows incorrect when name containing spaces 👉 ( liuweigl )

  2. chore: upgrade dependencies 👉 ( liuweigl )

v1.5.1(2021-08-06)

🪲 Bug Fixes

  1. fix: fix wrong debug log 👉 ( Jeremy Cook )

v1.5.0(2021-08-02)

🎉 Enhancements

  1. feat: support read host from server config 👉 ( liuweigl )

🪲 Bug Fixes

  1. fix: fix tsc report an type error 👉 ( liuweigl )

v1.4.2(2021-08-06)

No Change Log

v1.4.1(2021-07-29)

🎉 Enhancements

  1. feat: pretty write config.json file 👉 ( liuweigl )

🪲 Bug Fixes

  1. fix(plugin): mkcert binary lost (#13) 👉 ( iulo )

📝 Documents Changes

  1. docs: add hosts parameter description 👉 ( liuweigl )

🌹 Improve code quality

  1. refactor(plugin): make code clean 👉 ( liuweigl )

v1.4.0(2021-07-22)

🎉 Enhancements

  1. feat(plugin): add certificate cache 👉 ( liuweigl )

  2. feat(plugin): 支持自定义域名 (#11) 👉 ( blacksunset )

🪲 Bug Fixes

  1. fix(script): fix release workflow wrong 👉 ( liuweigl )

🌹 Improve code quality

  1. refactor(plugin): Adjust the hosts parameter 👉 ( liuweigl )

  2. refactor(script): 把 version 跟 changelog 操作拆分开来 👉 ( liuweigl )

😊 Other Changes

  1. chore: adjust filename case 👉 ( liuweigl )

  2. chore: update tsc outdir structure 👉 ( liuweigl )

  3. chore: remove jest to keep simple 👉 ( liuweigl )

  4. chore: update github template 👉 ( liuweigl )

v1.3.2(2021-07-03)

🪲 Bug Fixes

  1. fix(script): 修复发包之前没有构建资源 👉 ( liuweigl )

v1.3.1(2021-07-03)

😊 Other Changes

  1. chore: rm needless file 👉 ( liuweigl )

  2. chore: update CHANGELOG 👉 ( liuweigl )

v1.3.0(2021-07-03)

🪲 Bug Fixes

  1. fix(script): fix read config.json error 👉 ( liuweigl )

  2. fix(plugin): fix linux system permission denied resolve #7 👉 ( liuweigl )

😊 Other Changes

  1. chore: remove unused file 👉 ( liuweigl )

v1.2.1-beta.1(2021-07-03)

🪲 Bug Fixes

  1. fix(plugin): fix linux system permission denied resolve #7 👉 ( liuweigl )

v1.2.0(2021-07-03)

🪲 Bug Fixes

  1. fix(script): 修复获取最新版本号错误 👉 ( 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)

🎉 Enhancements

  1. feat(script): 添加 npm 发布环节 👉 ( liuweigl )

  2. feat(script): add version command 👉 ( liuweigl )

  3. feat(plugin): plugin only works in serve mode 👉 ( liuwei )

  4. feat: add logger prefix 👉 ( liuwei )

🪲 Bug Fixes

  1. fix(script): 修复 git commit 类型判断错误 👉 ( liuweigl )

📝 Documents Changes

  1. docs: add changelog link 👉 ( liuwei )

  2. docs: update plugin readme 👉 ( liuwei )

🌹 Improve code quality

  1. refactor(script): 调整 git tag 时机 👉 ( liuweigl )

🛠️ Update Workflow Scripts

  1. build: fix changelog location incorrect 👉 ( liuweigl )

  2. build: update release script 👉 ( liuweigl )

  3. build: 添加发布脚本模块 👉 ( liuweigl )

😊 Other Changes

  1. chore: fix script package version incorrect 👉 ( liuweigl )

  2. chore: 更新 playground 的依赖 👉 ( liuweigl )

  3. chore: 使用 pnpm 包管理器 👉 ( liuweigl )

  4. chore: conform with the vite plugin conventions 👉 ( liuwei )