Skip to content

Commit 4aa7a1c

Browse files
committed
Release v2.1.1
1 parent 75ea8db commit 4aa7a1c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# FakeXMLHttpRequest Changelog
22

3+
## 2.1.0
4+
5+
* [#53](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/53) Alias responseText to response
6+
* [#48](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/48) Add requestBody and requestHeaders to types declaration
7+
* [#46](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/46) Add `module` attribute
8+
39
## 2.0.1
4-
[#42](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/42) Adds better supported for aborted fetches
5-
[#43](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/43) Adds `url` to responses for better Fetch
10+
* [#42](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/42) Adds better supported for aborted fetches
11+
* [#43](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/43) Adds `url` to responses for better Fetch
612

713
## 1.4.0
814

9-
* [#23](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/23) Adds an `overrideMimeType` method.
15+
* [#23](https://github.com/pretenderjs/FakeXMLHttpRequest/pull/23) Adds an `overrideMimeType` method.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fake-xml-http-request",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"main": [
55
"./fake_xml_http_request.js"
66
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fake-xml-http-request",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"description": "test infrastructure for a fake XMLHttpRequest object",
55
"main": "fake_xml_http_request.js",
66
"module": "./src/fake-xml-http-request.js",

0 commit comments

Comments
 (0)