Skip to content

Latest commit

 

History

History
143 lines (92 loc) · 2.58 KB

History.md

File metadata and controls

143 lines (92 loc) · 2.58 KB

0.13.0 / 2014-05-22

  • Wait for server close before invoke the callback for end()
  • Fix global leak in tests

0.12.1 / 2014-05-09

  • update methods dependency

0.11.0 / 2014-04-14

  • close internal server upon test end
  • add .delete() method (aliases .del())

0.10.0 / 2014-03-20

  • assert respond body prior to the status code
  • add documentation for .agent()

0.9.2 / 2014-03-17

  • fix package.json

0.9.1 / 2014-03-17

  • update superagent

0.9.0 / 2014-01-17

  • add expect(function(res) {}) syntax

0.8.3 / 2014-01-07

  • update superagent.

0.8.2 / 2013-11-26

  • update superagent. Closes #85

0.8.1 / 2013-10-28

  • merge pull request #82 from jonathanong/patch-1
  • bump node-methods
  • merge pull request #79 from menzoic/patch-1
  • update Readme.md
  • Merge pull request #73 from repoify/add/repository
  • add repository field to readme

0.8.0 / 2013-08-09

  • add ability for multiple assertions per header

0.7.1 / 2013-07-02

  • update superagent

0.7.0 / 2013-06-04

  • add error properties so test frameworks can show diffs etc. Closes #65

0.6.1 / 2013-06-02

  • fix: EADDRINUSE errnos, use ephemeral ports now
  • fix: handling of socket errors

0.6.0 / 2013-04-15

  • add exposing of Test to enable extensibility
  • add request.agent(app) support
  • add request(url) test. Closes #33

0.5.1 2012-12-07

  • fix .expect(status) should assert only status

0.5.0/ 2012-11-28

  • add support for multiple body assertions

0.4.2 / 2012-11-17

  • add .buffer() so that responses with no content-length are testable. closes #36
  • add failing test for #36
  • update superagent

0.4.1 / 2012-11-14

  • update superagent

0.4.0 / 2012-10-18

  • add url support [vesln]

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