-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01d3683
commit 7d81863
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|