Releases: pmu-tech/stub-server
Releases · pmu-tech/stub-server
v0.11.0
- Breaking change: remove
headers
option: use a function with req as parameter instead
- Document how to configure stub-server both for stubs and as a proxy
- Bind to 0.0.0.0 address
- Improve documentation
- Rework CommonJS and ESM modules, https://github.com/rollup/rollup/wiki/pkg.module
- Update npm packages
v0.7.0
- Breaking change: CLI config path is now an argument instead of an option
- Breaking change: remove CLI short options
- New CLI option --no-delay
- Fix express peer dependency
- Improve documentation (JSDoc)
- Update npm packages
v0.6.1
- Improve internal algorithm & unit tests
v0.6.0
- In proxy mode:
- rewrite cookie domain
- fix request body
- remove Secure from Set-Cookie header
v0.5.0
- Breaking change: remove lower case HTTP request methods
- Update npm packages
- Test with Node.js 16 (GitHub CI)
v0.4.1
- Improve documentation
- Better error handling (#31)
- Update npm packages
v0.4.0
- New option to customize HTTP headers
- Update npm packages
v0.3.3
- Update npm packages
- Use eslint-plugin-unicorn
v0.3.2
- Update npm packages
- Fix ESLint rules