superdeno

Super-agent driven library for testing Deno HTTP servers.

MIT License

Stars
122
Committers
6

Bot releases are visible (Hide)

superdeno - 4.9.0 Latest Release

Published by cmorten 9 months ago

What's Changed

Full Changelog: https://github.com/cmorten/superdeno/compare/4.8.0...4.9.0

superdeno - 4.8.0

Published by cmorten over 2 years ago

ChangeLog

[4.8.0] - 12-03-2022

  • feat: support Deno 1.19.3 and std 0.129.0 and other deps upgrades
superdeno - 4.7.2

Published by cmorten almost 3 years ago

ChangeLog

[4.7.2] - 01-01-2022

  • [#38] Resolve op_sleep issues (#39)
  • feat: support Deno 1.17.1 and std 0.119.0 and other deps upgrades
superdeno - 4.7.1

Published by cmorten almost 3 years ago

ChangeLog

[4.7.1] - 21-11-2021

  • feat: add console.error logging for errors thrown by provided app handler to help debugging.
superdeno - 4.7.0

Published by cmorten almost 3 years ago

ChangeLog

[4.7.0] - 21-11-2021

  • feat: Support Deno 1.16.2 and std 0.115.1 and other deps upgrades
  • fix: improved Server determination
superdeno - 4.6.1

Published by cmorten almost 3 years ago

ChangeLog

[4.6.1] - 05-11-2021

  • [#36] fix: process FormData correctly (#37) @c0per
  • feat: Support Deno 1.15.3 and std 0.113.0 and other deps upgrades
superdeno - 4.6.0

Published by cmorten about 3 years ago

ChangeLog

[4.6.0] - 04-10-2021

  • deps: bump deps and replace [email protected] with http_legacy.ts (#34)
  • ci: support Deno 1.14.2 in CI
  • ci: bump eggs CLI to 0.3.9
superdeno - 4.5.0

Published by cmorten about 3 years ago

ChangeLog

[4.5.0] - 21-09-2021

  • feat: Support Deno 1.14.0 and std 0.107.0 and other deps upgrades
superdeno - 4.4.0

Published by cmorten over 3 years ago

ChangeLog

[4.4.0] - 13-07-2021

  • feat: Support Deno 1.12.0 and std 0.101.0 and other deps upgrades
superdeno - 4.3.0

Published by cmorten over 3 years ago

ChangeLog

[4.3.0] - 25-06-2021

  • feat: Support Deno 1.11.2 and std 0.99.0 and other deps upgrades
  • test: fix leaky test
  • ci: enable linting
superdeno - 4.2.1

Published by cmorten over 3 years ago

ChangeLog

[4.2.1] - 26-04-2021

  • deps: upgrade Opine to 1.3.3
superdeno - 4.2.0

Published by cmorten over 3 years ago

ChangeLog

[4.2.0] - 26-04-2021

  • [#27] Deno ^1.9.0 Fixes (#29)
superdeno - 4.1.0

Published by cmorten over 3 years ago

ChangeLog

[4.1.0] - 06-03-2021

  • feat: Support Deno 1.8.0 and std 0.89.0
  • chore: upgrade dependencies
superdeno - 4.0.0

Published by cmorten over 3 years ago

ChangeLog

[4.0.0] - 10-02-2021

  • refactor: use JSPM production url for superagent
  • [#25] Use Deno.inspect instead of npm package (#26)
  • docs: fix up docs to ease contributions
superdeno - 3.1.1

Published by cmorten over 3 years ago

ChangeLog

[3.1.1] - 10-02-2021

  • feat: await the closing of the server to aid consumers in avoiding leaking async ops when performing async cleanup.
superdeno - 3.1.0

Published by cmorten over 3 years ago

ChangeLog

[3.1.0] - 09-02-2021

  • fix: override superagent's getXHR method to prevent need to supply superfluous --location <href> flag.
superdeno - 3.0.0

Published by cmorten almost 4 years ago

ChangeLog

[3.0.0] - 12-12-2020

The consequence of supporting the .redirects(n) API is that superdeno follows a default of 0 redirects, for parity with supertest. If your test requires superdeno to follow multiple redirects, specify the number of redirects required in .redirects(n), or use -1 to have superdeno follow all redirects.

superdeno - 2.5.0

Published by cmorten almost 4 years ago

ChangeLog

[2.5.0] - 10-12-2020

  • feat: update to Deno 1.6.0, std 0.80.0 and other dep upgrades.
superdeno - 2.4.1

Published by cmorten almost 4 years ago

ChangeLog

[2.4.1] - 07-12-2020

  • fix: improve types, including res.header and res.headers.
superdeno - 2.4.0

Published by cmorten almost 4 years ago

ChangeLog

[2.4.0] - 06-12-2020

  • feat: update to Deno 1.5.4, std 0.79.0 and other dep upgrades.
  • fix: incorrect type for .expect() signature.