Skip to content

v2.0.3

Compare
Choose a tag to compare
@morsdyce morsdyce released this 08 May 01:14
· 25 commits to master since this release
  • feat: Support loading mimic inside <head> tag
  • refactor (API): exported Group, Mock and Request models in the API level
  • fix (mocks): Allow duplicating a mock in the same group (#248)
  • feat (editor): Add codemirror plugins for closing and matching brackets (#249)
  • fix multipart requests, in which the params are an object instead of a string
  • feat: Add basic file upload support
  • refactor: (interceptor) Add support for custom interceptors
  • feat(Mocks): Add support for PATCH HTTP verb
  • feat(Developer experience): Add a warning when running Mimic in production mode
  • fix(Import): when importing a file validate that it is a supported format
  • fix(Keyboard shortcuts): Change delete mock shortcut to command+delete or ctrl+delete
  • fix(Request Log): Prevent request log failing due to binary data