Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@swellmike swellmike released this 18 Oct 23:27

Rewrite of swell-node as an HTTP client, and in TypeScript.


BREAKING CHANGES

  • Node 16 is the minimum required node version.
  • Client-side caching options are no longer supported.
  • Dropped support for event listeners (e.g., client.on('error', ...) as HTTP is stateless.