Releases: pengzhanbo/vite-plugin-mock-dev-server
Releases · pengzhanbo/vite-plugin-mock-dev-server
v1.8.0
🚀 Features
- Add support for mock
Server-Sent-Events
- by @pengzhanbo in #101 (3a088)
View changes on GitHub
v1.7.3
🐞 Bug Fixes
- Incorrect hot replacement, close #98 - by @pengzhanbo in #99 and #98 (31728)
🏎 Performance
- Update deps to latest - by @pengzhanbo (08fd3)
View changes on GitHub
v1.7.1
🐞 Bug Fixes
- Incorrect filepath resolution during
dynamic import
- by @hlwen and @pengzhanbo in #91 (be654)
🏎 Performance
- Update deps to latest - by @pengzhanbo (c37d2)
View changes on GitHub
v1.7.0
🚀 Features
- Resolve plugin options - by @pengzhanbo (d22fd)
🏎 Performance
- Improve code structure - by @pengzhanbo (e66f7)
- Improve build output - by @pengzhanbo (98e54)
- Migrate to workspace - by @pengzhanbo (addc8)
- Improve
build
output - by @pengzhanbo (66e74) - Improve
alias
resolve - by @pengzhanbo (59547) - Improve mock data transform - by @pengzhanbo (a4dbf)
- Improve mock
ws
argument - by @pengzhanbo (29407) - Improve plugin exports - by @pengzhanbo (df0b7)
- Improve code structure - by @pengzhanbo (ac4f2)
View changes on GitHub
v1.6.1
🐞 Bug Fixes
- No such file or directory with cwd option - by @chuyuandu in #88 (d2200)
View changes on GitHub
v1.6.0
🚀 Features
- Add plugin options
cwd
- by @chuyuandu and @pengzhanbo in #83 (43cf9)
🏎 Performance
- Update deps to latest - by @pengzhanbo in #85 (e2db2)
View changes on GitHub
v1.5.1
v1.5.0
🚀 Features
- Add
bodyParserOptions
option for configuringco-body
- by @pengzhanbo in #76 (23b4d)
🏎 Performance
- Update non-major deps to latest - by @pengzhanbo (6fdab)
- Prettier code - by @pengzhanbo (c26fa)
View changes on GitHub
v1.4.7
🐞 Bug Fixes
- Optimize no proxy configured, add wsPrefix check - by @pengzhanbo (ec575)
View changes on GitHub
v1.4.6
🐞 Bug Fixes
- Esbuild
define
deep stringify fail - by @pengzhanbo in #71 (d0f51)
🏎 Performance
- Optimize no proxy configured, add
wsPrefix
check - by @pengzhanbo (f1aca) - Constant variable provide check - by @pengzhanbo (2af01)