Skip to content

Releases: Dakuan/connect-chaos

Better errors

15 Feb 09:21
Compare
Choose a tag to compare
  • changes default behaviour to return a random error code rather than a 500
  • allows user to specify an error code
  • allows user to specify that error code should match a regex
  • allows user to specify an array of error codes to pick from

New handler on each request

15 Feb 10:59
Compare
Choose a tag to compare
  • a new handler is generated on each request resulting in more unpredictable behaviour.