0.3.1 (2018-08-22)
- package.json: remove jest from lint staged (3b89dde)
- popup: clear active interception when clear recorded data (0f233ac), closes #149
0.3.0 (2018-08-20)
- Change cursor to look like text-selection instead of pointer (#122) (@amit-mb)
- Add title attribute to all buttons (#126) (@amit-mb)
- Dragging vertically pushes the content down (#130) (@amit-mb)
- Add support for interception against page refreshes (#134) (@amit-mb)
- Update match-sorter and react-table packages (#139) (@amit-mb)
- Add url interception without listening (#133) (@amit-mb)
- pretty print json on clicking fetch data button (#137)
0.2.1 (2018-05-15)
- Fix fill the response in textarea (#120 )
0.2.0 (2018-05-15)
- Fetch and fIll the textarea with real response (#109 )
- Using minified version of nise fake server extracted from sinon. (#116 )
- upgraded webpack (#113 )
- Fixed url filter issue (#117 )
- size reduction from 1.07MB to 305KB
0.1.0 (2018-04-12)
- Added disable Interceptor option
- Intital Release