Skip to content

Releases: pmu-tech/stub-server

v0.11.0

08 Sep 12:55
Compare
Choose a tag to compare
  • 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

21 Jan 15:32
Compare
Choose a tag to compare
  • 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

07 Dec 21:47
Compare
Choose a tag to compare
  • Improve internal algorithm & unit tests

v0.6.0

17 Nov 17:12
Compare
Choose a tag to compare
  • In proxy mode:
    • rewrite cookie domain
    • fix request body
    • remove Secure from Set-Cookie header

v0.5.0

16 Nov 09:34
Compare
Choose a tag to compare
  • Breaking change: remove lower case HTTP request methods
  • Update npm packages
  • Test with Node.js 16 (GitHub CI)

v0.4.1

15 Nov 17:05
Compare
Choose a tag to compare
  • Improve documentation
  • Better error handling (#31)
  • Update npm packages

v0.4.0

25 May 15:22
Compare
Choose a tag to compare
  • New option to customize HTTP headers
  • Update npm packages

v0.3.4

28 Dec 22:41
Compare
Choose a tag to compare
  • Update npm packages

v0.3.3

15 Nov 17:40
Compare
Choose a tag to compare
  • Update npm packages
  • Use eslint-plugin-unicorn

v0.3.2

11 Aug 15:28
Compare
Choose a tag to compare
  • Update npm packages
  • Fix ESLint rules