Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 562 Bytes

History.md

File metadata and controls

31 lines (19 loc) · 562 Bytes

0.3.1 / 2012-10-01

  • update superagent

0.3.0 / 2012-09-24

  • add https.Server support [fengmk2]

0.2.0 / 2012-08-29

  • update superagent. Closes #18

0.1.2 / 2012-07-15

  • change bind address from 0.0.0.0 to 127.0.0.1 to prevent EADDRNOTAVAIL on windows

0.1.1 / 2012-07-03

  • add .expect(status, body, fn) support
  • add .expect(status, body) support

0.1.0 / 2012-07-02

  • add parsed body assertion support. Closes #1