Releases: jaywcjlove/mocker-api
Releases · jaywcjlove/mocker-api
Release list
v1.7.3
- Fix node v11.14.0 fails doing hot reloads. #42 7ada4cc thx! @MatissJanis
v1.6.10
v1.6.9
- 80a697e - Add bodyparse config options. (#38) @hfuuss
- f321aa9 - Add bodyParserJSON/bodyParserText/bodyParserRaw/bodyParserUrlencoded config options. #37
- 61915a8 - Add options request method test. #34
- 8d732ce - Update loadData mock data.
- 2149ff5 - Add loadData example.
- b9748a1 - Update example(webpack) devDependencies.
- d491b56 - Add quick start document.
- 558f1ee - Update mocker-api document.
v1.6.6
⚠️ webpack-api-mocker => mocker-api
webpack-api-mocker- d86465e - Modify the package name
=>webpack-api-mockermocker-api. - 3b79a8d - update keywords.
- 0ae05d1 - Add base example.
- f940abd - Add mocker command.
- 74260e0 - Move directory.
- 8811529 - chore: Optimization code. #30
- 248e7e2 - Fix the module's resouces not to be released. #30
- a5bb82c - Update the exprees example. #30
- d7b697a - Update .gitignore
v1.6.1
v1.6.0
- 1346bf2 Multi entry mocker file watching @yehq
- 735ac99 - Change the configuration data structure @buyixiaojiang
- 4b11d90 - Added instructions for changing the http-proxy configuration @buyixiaojiang
- a7fa5f6 - Add http-proxy configurable function @chengtingsen
- 0b596c6 - Fix Params are not able to contain any hyphens in the string. #26
- ec5dc90 - Fix error in the document.
v1.5.15
v1.5.13
- c298c47 - Add Exress example.
- 3561a02 - Enhanced route matching.
- 9b8a6a5 - Add delayed Response method. #17
- 12196d8 - #18 Add example.
- 3421352 - Fix #16 complex route matching errors.
- ba8e6b6 - fix #15 Hot Mocker file replacement failed
- bb889bd - Update example webpack-dev-server devDependencies.
- ede2a4d - Add more Content-Type processing. #14
- c81c329 - fix(watch-updates): Ensure that the proxy list is updated correctly upon change detection. Add semicolons. : @tennoio