Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

39 lines (32 loc) · 1.17 KB

Changelog

[2021-07-30] move to http-request-mock [2021-07-24] change custom to verbose for runtime config option [2021-07-18] add query for request info [2021-07-17] response supports to get request header for xhr [2021-07-12] add command tool for generating mock config entry file [2021-06-26] add superagent unit test [2021-06-24] add jquery unit test [2021-06-12] add xhr, wx.request, fetch, axios unit test [2021-06-10] fully support fetch request mock [2021-05-25] add load loadend event trigger [2021-04-30] add http status code & http response header mock [2021-04-29] add wx.request interceptor, preparing fetch interceptor [2021-03-29] init xhr-response-mock, add XMLHttpRequest interceptor

Features

[2021-07-18]

  1. add query for request info

[2021-07-17]

  1. response supports to get request header for xhr

[2021-07-12]

  1. add command tool for generating mock config entry file

[2021-06-10]

  1. support fetch request mock

[2021-04-30]

  1. support http status code mock
  2. supprot http response header mock

[2021-04-29]

  1. support wx.request mock

[2021-03-29]

  1. add XMLHttpRequest interceptor
  2. support GET, POST, PUT, PATCH and DELETE request mock
  3. support webpack plugin