fixes
- [
f5e5b3f
] - fix: package.json to reduce vulnerabilities (snyk-bot <[email protected]>)
others
- [
09eefd4
] - refactor: use async (#24) (hui <[email protected]>)
- fix: fixed request.query.hasOwnProperty call (#21)
- fix: readFile output default is String (#19)
- feat: scenes inject into __koa_mock_scene_toolbox html (#18)
- fix: fix ie8 compatibility
- feat: mock __context when it's a getter
- use test-cov instead of test-travis
- remove jquery && format
- feat: support __skipRender
- feat(context): Add __context that can mock app.context
- Add response header
- Changed select value as filename
- fix: iframe set domain first
- feat(ajax): auto read mock data on ajax request
- fix dead loop on scene_toolbox.html
- support IE
- feat: support custom scene name using
__name
- support document.domain = $domain both on parent document and iframe document
- fix: skip buffer response
- iframe width 130px
- also inject scene toolbox into normal page
- support render return thunk and promise
- feat: auto add scenes change toolbox
- first commit