Skip to content

Releases: glebec/send-seekable

Patch supertest fix

31 Oct 06:37
Compare
Choose a tag to compare

Supertest 2.0.1 changed the way missing response bodies were reported, necessitating a change in the spec for send-seekable.

Update tests to Supertest 2.0.0

31 Jul 22:19
Compare
Choose a tag to compare

Supertest 2 removes type coercion in expects for fields, so the content-length checks in the test suite had to be changed to strings:

// before
expect('Content-Length', 33)
// after
expect('Content-Length', '33')

Dev chore release

01 Jun 19:02
Compare
Choose a tag to compare

Updates package ranges.

Installation instructions patch

27 May 06:42
Compare
Choose a tag to compare

Fixes the name of the NPM package in the README.

Initial Release

27 May 06:11
Compare
Choose a tag to compare
Revert "add table of contents"

This reverts commit bf6fdeb0e0acb7d05fce1673808bac8ce3f84ed4.