- PR-535 - Fix #534 - Superagent downgrading (thanks @rimiti)
- PR-533 - Only publish necessary files (thanks @rimiti)
- PR-532 - Packages updated, pipeline more explicit, documentation updated (thanks @rimiti)
- PR-517 - Documentation updated (thanks @oprogramador)
- PR-513 - Use more robust Array instance check (thanks @rubendg)
- PR-509 - Fix #486, bug in _assertBody, switch to
deepStrictEqual
(thanks @mikelax) - PR-510 - Refactor test files to use const/let (thanks @rimiti)
- PR-507 - Ignore coverage folder (thanks @rimiti)
- PR-506 - Fix Coveralls timeouts on Travis (thanks @rimiti)
- PR-505 - Use node 10 instead of node 9 (thanks @rimiti)
- PR-504 - Coverage + Coveralls integration (thanks @rimiti)
- PR-503 - Dependencies updated (thanks @rimiti)
- PR-495 - Fix example in README.md (thanks @Otto-AA)
- PR-473 - Remove unused dependency in Readme (thanks @pedro-otero)
- PR-472 - Update travis node versions (thanks @rimiti)
- PR-470 - Upgrade the superagent node module to resolve security vulnerabilities & fix the proto property deprecation (thanks @levioza)
- PR-446 - Fix bug, always pass on errors if no response (thanks @bkeepers)
- PR-418 - Add post() examples to the README (thanks @kevinburke)
- PR-297 - Add a .host() method to set a host other than 127.0.0.1 (thanks @mikec)
- PR-275 - Removed ambiguously misappropriated cultural references from readme (thanks @reallistic)
- PR-373 - Allow TestAgent pass a cert and key to request (thanks @toefraz)
- PR-392 - Update readme with promise example (thanks @ajouve)
- PR-400 - Update to superagent 3 (thanks @alphashuro)
- PR-371 - node v6 - Fix bug to support HEAD method. Add uppercase on method value (thanks @seangarner)
- PR-348 - Handle server not running errors (thanks @santanu-biswas)
- PR-347 - Update to superagent ^2.0.0 (thanks @saintedlama)
- Proper es6 promises support was added in superagent 2.0.0, which means you can use it
- PR-302 - Update to superagent ^1.7.2
- PR-313 - Update node versions on Travis CI
- PR-223 - Remove Makefile for running tests
- PR-286 - Fix bug with redirects
- PR-235 - Update test framework to express 4, update other deps
- PR-239 - Core refactor to run expectations in order of definition
- PR-273 - Documentation update related to PR-239
- PR-268 - Bump superagent to 1.3.0
- PR-224 - Better expected error support as result of super-agent 1.x
- Bumping version to 1.0.0!, big changes with superagent
- Update superagent dependency to 1.2.0
- Update superagent dependency
- Update superagent dependency
- Update methods dependency
- Wait for server close before invoke the callback for
end()
- Fix global leak in tests
- update methods dependency
- close internal server upon test end
- add .delete() method (aliases .del())
- assert respond body prior to the status code
- add documentation for .agent()
- fix package.json
- update superagent
- add expect(function(res) {}) syntax
- update superagent.
- update superagent. Closes #85
- 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
- add ability for multiple assertions per header
- update superagent
- add error properties so test frameworks can show diffs etc. Closes #65
- fix: EADDRINUSE errnos, use ephemeral ports now
- fix: handling of socket errors
- add exposing of
Test
to enable extensibility - add request.agent(app) support
- add request(url) test. Closes #33
- fix .expect(status) should assert only status
- add support for multiple body assertions
- add .buffer() so that responses with no content-length are testable. closes #36
- add failing test for #36
- update superagent
- update superagent
- add url support [vesln]
- update superagent
- add
https.Server
support [fengmk2]
- update superagent. Closes #18
- change bind address from 0.0.0.0 to 127.0.0.1 to prevent EADDRNOTAVAIL on windows
- add
.expect(status, body, fn)
support - add
.expect(status, body)
support
- add parsed body assertion support. Closes #1