Skip to content

v2.0.6 based on node v5.8.0

Choose a tag to compare

@calvinmetcalf calvinmetcalf released this 13 Mar 18:24
· 221 commits to main since this release
v2.0.6

User facing change are

  • nodejs/node#4354 which is a perf improvement when sending a lot of small chunks
  • #188 which fixes sync writes causing a stack overflow in node 0.10 (with zero overhead for non node 0.10)

Behind the scenes we are now using babel to deal with the es6 features such as let, const, and arrow functions so those should be a lot cleaner now