Releases: pengzhanbo/vite-plugin-mock-dev-server
Releases · pengzhanbo/vite-plugin-mock-dev-server
v2.0.6
v2.0.5
No significant changes
View changes on GitHub
v2.0.4
🐞 Bug Fixes
- Fix incorrect package exports, close #135 - by @pengzhanbo in #135 (4439d)
View changes on GitHub
v2.0.3
🐞 Bug Fixes
- Duplicate initialization of definiteMackData in multi-threads - by @weibangtuo in #133 (7baa8)
- Update aliasPlugin import to use viteAliasPlugin, close #132 - by @pengzhanbo in #134 and #132 (68e6a)
🏎 Performance
- Update deps to latest - by @pengzhanbo (4839e)
View changes on GitHub
v2.0.2
🐞 Bug Fixes
- Move
definetotransform.definein rolldown - by @pengzhanbo (9e1c5)
View changes on GitHub
v2.0.1
🐞 Bug Fixes
isPackageExistschecks 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-regexpupgrate fromv6tov8
Please refer to the official documentation for adaptation and upgrade.- Added a new
dirconfiguration option to specify the directory for mock files, relative tocwd. The matching context forincludeandexcludeiscwd + dir.
🚀 Features
- Pure ESM
- Esbuild & rolldown support
- Upgrade
path-to-regexpto v8 - Added a new
dirconfiguration 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
destroynot triggeringerrorevent 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_NAMEand__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
cjsdeps compatibility, close #116 - by @pengzhanbo in #116 (d335a)