Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

48 lines (30 loc) · 2.36 KB

0.3.1 (2018-08-22)

Bug Fixes

  • 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

0.0.2 (2018-04-07)

  • Intital Release