Skip to content

Commit

Permalink
chore(CHANGELOG): add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
revathskumar committed Aug 20, 2018
1 parent 01d3683 commit 7d81863
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<a name="0.3.0"></a>
# [0.3.0](https://github.com/code-mancers/interceptor/compare/0.2.1...0.3.0) (2018-08-20)

* Change cursor to look like text-selection instead of pointer ([#122](https://github.com/code-mancers/interceptor/pull/122)) (@amit-mb)
* Add title attribute to all buttons ([#126](https://github.com/code-mancers/interceptor/pull/126)) (@amit-mb)
* Dragging vertically pushes the content down ([#130](https://github.com/code-mancers/interceptor/pull/130)) (@amit-mb)
* Add support for interception against page refreshes ([#134](https://github.com/code-mancers/interceptor/pull/134)) (@amit-mb)
* Update match-sorter and react-table packages ([#139](https://github.com/code-mancers/interceptor/pull/139)) (@amit-mb)
* Add url interception without listening ([#133](https://github.com/code-mancers/interceptor/pull/133)) (@amit-mb)
* pretty print json on clicking fetch data button ([#137](https://github.com/code-mancers/interceptor/pull/137))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/code-mancers/interceptor/compare/0.2.0...0.2.1) (2018-05-15)

* Fix fill the response in textarea ([#120](https://github.com/code-mancers/interceptor/pull/120) )

<a name="0.2.0"></a>
## [0.2.0](https://github.com/code-mancers/interceptor/compare/0.1.0...0.2.0) (2018-05-15)

* Fetch and fIll the textarea with real response ([#109](https://github.com/code-mancers/interceptor/pull/109) )
* Using minified version of nise fake server extracted from sinon. ([#116](https://github.com/code-mancers/interceptor/pull/116) )
* upgraded webpack ([#113](https://github.com/code-mancers/interceptor/pull/113) )
* Fixed url filter issue ([#117](https://github.com/code-mancers/interceptor/pull/117) )
* size reduction from 1.07MB to 305KB

<a name="0.1.0"></a>
# [0.1.0](https://github.com/code-mancers/interceptor/compare/0.0.2...0.1.0) (2018-04-12)

* Added disable Interceptor option

<a name="0.0.2"></a>
## 0.0.2 (2018-04-07)

* Intital Release

0 comments on commit 7d81863

Please sign in to comment.