changelogs.md


dignifiedquire/fast-cbor

Repository  -  API  -  Source

3.0.0

April 27, 2021

2.1.2

March 26, 2020

Bug Fixes

2.1.1

July 10, 2019

Bug Fixes

  • import nested bignumber.js (6190338), closes #41

2.1.0

January 3, 2019

Features

  • remove url dependency in the browser (18a4974)

2.0.4

October 18, 2018

Performance Improvements

  • avoid object allocation when creating strings from the underlying buffer (e609298)

2.0.3

May 2, 2018

Bug Fixes

  • 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

Features

2.0.2

January 29, 2017

Bug Fixes

  • decoder: correct ByteBuffer and ByteString handling (4ed9a69)

2.0.1

December 14, 2016

Bug Fixes

  • decoder: handle large input sizes (b44cdfe), closes #10

2.0.0

December 11, 2016

Features