Skip to content

Release 2.2.0

Choose a tag to compare

@darrachequesne darrachequesne released this 13 Sep 09:13
· 44 commits to master since this release
f1ce1ab

Performance enhancements

We now use Buffer.allocUnsafe() and Buffer.from() methods instead of manually creating the buffer instances. (#104 & #108)

Thus support for Node.js 4 is dropped (since Buffer.allocUnsafe was added in v5.10.0).

Diff: 2.1.3...2.2.0