Skip to content

0.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 22:46
· 98 commits to main since this release
  • Added ability deley mock response via delay property:
mocks:
  - path: /demo
    method: GET
    response:
      code: 200
      delay: 110s
      raw-content: hello word
  • Changed npm distribution library (fixed support npm 8.x)

Changelog

  • 1cdcd43 Delay for mocked response (#11)
  • d70a1f6 Moved new version check login in separated package
  • cc948bc Updated config loading system (#9)
  • b8b21ee Updated npm distribution lib
  • 0595bdb Updated uncors server structure