Skip to content

Latest commit

 

History

History
480 lines (198 loc) · 19.5 KB

CHANGELOG.md

File metadata and controls

480 lines (198 loc) · 19.5 KB

1.17.5 (2024-03-20)

Bug Fixes

  • axios library (1.6.5) has a vulnerability via the follow-redirects dependency (45a7950), closes #86

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

  • upgrade dependencies, fix vulnerability (8c2c0b1), closes #76

Features

1.16.0 (2023-06-28)

Features

  • Support more platforms and architectures (0cb9571), closes #68

1.15.0 (2023-05-04)

Features

1.14.1 (2023-04-26)

Bug Fixes

  • 修复node14不支持replaceAll导致报错的问题 (#66) (6936de3)

1.14.0 (2023-03-30)

Features

1.13.4 (2023-03-23)

Bug Fixes

  • typescript 5.0.2 can not resolve typings (d070319), closes #65

1.13.3 (2023-02-27)

Bug Fixes

  • Illegal operation in linux (d299720), closes #63

1.13.2 (2023-02-20)

Bug Fixes

  • mkcert initialization error (b8e6e96), closes #62

1.13.1 (2023-02-16)

Bug Fixes

  • not working if the mkcert in directory with special charaters (e3a5b63), closes #61

1.13.0 (2023-02-04)

Features

Performance Improvements

1.12.0 (2023-01-31)

Features

1.11.0 (2023-01-12)

Features

  • add savePath keyFileName certFileName parameters (b12de07), closes #56

Performance Improvements

  • upgrade all dependencies (fd5a8c0)

1.10.1 (2022-09-28)

Bug Fixes

  • generated code include vite code (e5adc6b), closes #47
  • vite version range incorrect (1486c44)

1.10.0 (2022-09-26)

Bug Fixes

  • Plugin‘s type definition is not generic (1d031d1), closes #44

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

1.7.2 (2022-06-12)

Bug Fixes

  • local path warning only if path isn't found (#32) (ac7f533)

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

1.6.3 (2022-05-21)

Bug Fixes

  • fix npm package not includes built files (da701ee), closes #31

Reverts

  • Revert "fix: fix npm package not includes built files" (a5f04df)

1.6.2 (2022-05-21)

Bug Fixes

  • fix npm package not includes built files (379624b), closes #31

1.6.1 (2022-05-20)

Bug Fixes

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 )