Releases: pretenderjs/pretender
Releases Β· pretenderjs/pretender
v3.2.0
π Enhancement
Committers: 1
v3.0.5
restrict fake-xml-http-request to ~2.0.0
v2.1.2
restrict fake-xml-http-request to ~2.0.0
v3.1.0
3.1.0 (2019-11-28)
π Enhancement
Committers: 1
v3.0.4
3.0.4 (2019-11-04)
π Bug Fix
Committers: 1
v3.0.3
3.0.3 (2019-11-03)
π Bug Fix
- #278 Add missing type definitions in index.d.ts (@ohcibi)
- #276 fix: progress event expects byte size not time (@xg-wang)
Committers: 2
v3.0.2
π Bug Fix
- 262 Fix ResponseHandler args type
- 264 Fix missing responseURL property
- 265 Fix passthrough type
v3.0.1
v3.0.0 was unpublished from npm due to #247
π₯ Breaking Change
- 241 Drop Node 4 and 5; add Node 10, 11
π Enhancement
- 243 Add build step and TS support. Pretender now exports both iife and es module.
- 235 Switch back to offical whatwg-fetch
- 234 Enable Abortable fetch
π Bug Fix
- 255 iife is 100% backwards compatible
- 254 Type changes, Allow RequestHandler async param be number, this.passthrough
v2.0.0
- Breaking change: updated fake-xml-http-request to 2.0 (dropping support for end-of-life node versions)
- Improved webpack compatiblity through using module defaults 216
- Added TypeScript type information 223
1.4.0
- 178 Warn if a second pretender instance is started
- 181 Remove test support for node 0.12
- 171 Fix url behavior in IE 11
- 177 Allow handlers to return a Promise