File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments