Releases: pengzhanbo/vite-plugin-mock-dev-server
Releases · pengzhanbo/vite-plugin-mock-dev-server
v2.0.1
🐞 Bug Fixes
isPackageExists
checks for the package incorrectly, close #125 - by @pengzhanbo in #126 and #125 (ecd53)
🏎 Performance
- Update deps to latest - by @pengzhanbo (a83cf)
View changes on GitHub
v2.0.0
‼️ Breaking Change
- Pure ES Moudle Support
path-to-regexp
upgrate fromv6
tov8
Please refer to the official documentation for adaptation and upgrade.- Added a new
dir
configuration option to specify the directory for mock files, relative tocwd
. The matching context forinclude
andexclude
iscwd + dir
.
🚀 Features
- Pure ESM
- Esbuild & rolldown support
- Upgrade
path-to-regexp
to v8 - Added a new
dir
configuration option
View changes on GitHub
v1.9.3
🐞 Bug Fixes
- Vitest to fail to exit properly in ci, close #119 - by @pengzhanbo in #121 and #119 (5ade4)
- SSE
destroy
not triggeringerror
event and causing process exit, close #120 - by @pengzhanbo in #122 and #120 (753ad)
View changes on GitHub
v1.9.2
🐞 Bug Fixes
- Fix declaration variables
__PACKAGE_NAME
and__PACKAGE_VERSION
, close #118 - by @pengzhanbo in #118 (3d269)
🏎 Performance
- Update deps to latest - by @pengzhanbo (9ab02)
View changes on GitHub
v1.9.1
🐞 Bug Fixes
- Fix
cjs
deps compatibility, close #116 - by @pengzhanbo in #116 (d335a)
View changes on GitHub
v1.9.0
🚀 Features
- Upgrade formidable to
v3
, close #112 - by @pengzhanbo in #114 and #112 (6d646)
View changes on GitHub
v1.8.7
🚀 Features
- Deprecate default export and encourage named export usage - by @pengzhanbo (8d915)
View changes on GitHub
v1.8.6
🚨 Breaking Changes
- Remove default export - by @pengzhanbo (3ee54)
🏎 Performance
- Update deps to latest - by @pengzhanbo (1b344)