Skip to content

Releases: sharkcore/tweenz

v3.0.2

01 Apr 02:31
7a733f2
Compare
Choose a tag to compare

v3.0.1-alpha.2

17 Jan 23:54
fdd0667
Compare
Choose a tag to compare
v3.0.1-alpha.2 Pre-release
Pre-release
Release v3.0.1-alpha.2

v3.0.1-alpha.1

16 Jan 18:26
045d010
Compare
Choose a tag to compare
v3.0.1-alpha.1 Pre-release
Pre-release

This release fixes #21, and now supports apps that use res.end/res.write directly

This shouldn't change the behavior or API of this library. However, due to the changes in how this might affect performance in larger response sizes (see README.md), let's play it safe and release as a beta for now.

Huge thanks to @briancavalier for the guidance on this!

v1.0.2

30 Nov 16:19
782c6f1
Compare
Choose a tag to compare

v1.0.2

v1.0.1

30 Nov 16:13
68f1fcc
Compare
Choose a tag to compare

Adds the following fixes

  • Remove listeners when requests end early (#4)