Release 2.2.0
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