- Thomas Wang (@xg-wang)
- Maarten Rijke (@mrijke)
- Thomas Wang (@xg-wang)
- #326 Fix - Add default timeout to XMLHttpRequest (@bombillazo)
- #320 Handle progress events for FormData request body properly (@mrijke)
- Hector Ayala (@bombillazo)
- Maarten Rijke (@mrijke)
- Robert Jackson (@rwjblue)
- Thomas Wang (@xg-wang)
- Vicky Ledsom (@ledleds)
- Thomas Wang (@xg-wang)
- Ryan T (@ryanto)
- #299 fix: passThroughRequest typo (@mattrothenberg)
- #257 refactor: extract create-passthrough & interceptor (@givanse)
- #256 refactor: extract hosts (@givanse)
- Gastón I. Silva (@givanse)
- Matt Rothenberg (@mattrothenberg)
- #291 Fix typo in type defs (@mfeckie)
- #290 Removes unnecessary url-parse required from iife-wrapper (@eluciano11)
- Emmanuel Luciano (@eluciano11)
- Martin Feckie (@mfeckie)
- #288 Adds url parse and removes the usage of anchor (@eluciano11)
- Emmanuel Luciano (@eluciano11)
- Ryan Stelly (@FLGMwt)
- #238 Expose a way to passthrough after the request is found to be unhandled (@happycollision)
- Don Denton (@happycollision)
- #280 support FakeXMLHttpRequest response property (@kellyselden)
- Kelly Selden (@kellyselden)
- Thomas Wang (@xg-wang)
- #278 Add missing type definitions in index.d.ts (@ohcibi)
- #276 fix: progress event expects byte size not time (@xg-wang)
- 241 Drop Node 4 and 5; add Node 10, 11
- 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
- 255 iife is 100% backwards compatible
- 254 Type changes, Allow RequestHandler async param be number, this.passthrough
- cleanup readme and package.json
- 230 Support
fetch
- 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
- 188 Console warn if a second pretender instance is started
- 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
- #163 Update the dependency on route-recognizer
- #150 Update the dependency on FakeXMLHttpRequest
- No changes. Just making the API stable.
- #148 Support
ArrayBuffer
responses.
- #134
prepareBody
now receives the headers as a second argument, in case you want to handle something likeContent-Type