v2.0.6 based on node v5.8.0
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