3.0.0 (2021-04-27)
2.1.2 (2020-03-26)
- cleanup (3968a98)
- feedback (18e5342)
- fix dep check (393cc70)
- remove badge (27a789f)
- remove node globals (ae2214e)
2.1.1 (2019-07-10)
2.1.0 (2019-01-03)
- remove url dependency in the browser (18a4974)
2.0.4 (2018-10-18)
- avoid object allocation when creating strings from the underlying buffer (e609298)
2.0.3 (2018-05-02)
- decoder: handle 32bit byte strings and utf8 strings (7c5707c), closes #19
- decoder: handle larger arrays (562f14b), closes #20
- encoder: cast uint8arrays to a buffer (7f34f6a), closes #13
- encoder: correct return value on
.write
(8eb9b1f), closes #27
- upgrade dependencies (54a5073)
2.0.2 (2017-01-29)
- decoder: correct ByteBuffer and ByteString handling (4ed9a69)