Releases: pengzhanbo/vite-plugin-mock-dev-server
Releases · pengzhanbo/vite-plugin-mock-dev-server
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)
View changes on GitHub
v1.8.5
v1.8.4
v1.8.3
v1.8.2
🐞 Bug Fixes
- Rename
isObject
toisPlainObject
, close #104 - by @pengzhanbo in #104 (9ee63)
View changes on GitHub
v1.8.1
🚀 Features
- Support parse
DELETE
request body - by @pengzhanbo (2d854)
🏎 Performance
- Support
vite@6
- by @pengzhanbo (995f2)
View changes on GitHub
v1.8.0
🚀 Features
- Add support for mock
Server-Sent-Events
- by @pengzhanbo in #101 (3a088)