Skip to content

Releases: pretenderjs/pretender

v3.2.0

22 Dec 06:00
Compare
Choose a tag to compare

πŸš€ Enhancement

  • #238 Expose a way to passthrough after the request is found to be unhandled (@happycollision)

Committers: 1

v3.0.5

22 Dec 05:59
Compare
Choose a tag to compare

restrict fake-xml-http-request to ~2.0.0

v2.1.2

12 Dec 05:03
Compare
Choose a tag to compare

restrict fake-xml-http-request to ~2.0.0

v3.1.0

28 Nov 17:06
Compare
Choose a tag to compare

3.1.0 (2019-11-28)

πŸš€ Enhancement

Committers: 1

v3.0.4

04 Nov 21:38
Compare
Choose a tag to compare

3.0.4 (2019-11-04)

πŸ› Bug Fix

Committers: 1

v3.0.3

03 Nov 23:20
Compare
Choose a tag to compare

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

18 Jul 20:22
Compare
Choose a tag to compare

πŸ› Bug Fix

  • 262 Fix ResponseHandler args type
  • 264 Fix missing responseURL property
  • 265 Fix passthrough type

v3.0.1

10 Apr 21:22
Compare
Choose a tag to compare

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

11 Jan 04:23
Compare
Choose a tag to compare
  • 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

13 Oct 00:31
Compare
Choose a tag to compare
  • 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