Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2 KB

CHANGELOG.md

File metadata and controls

65 lines (47 loc) · 2 KB

5.0.0 / 2022-02-17

  • decode and decodeUnsafe now return a Uint8Array.

4.0.0 / 2016-12-3

3.0.0 / 2015-08-18

  • refactored module into generic base-x.

2.0.1 / 2014-12-23

  • performance boost in encode() #10

2.0.0 / 2014-10-03

1.2.1 / 2014-07-24

1.2.0 / 2014-06-29

1.1.0 / 2014-06-26

  • user Buffer internally for calculations, providing cleaner code and a performance increase. Daniel Cousens

1.0.0 / 2014-05-27

  • removed binstring dep, Buffer now only input to encode() and output of decode()
  • update bigi from ~0.3.0 to ^1.1.0
  • added travis-ci support
  • added coveralls support
  • modified tests and library to handle fixture style testing (thanks to bitcoinjs-lib devs and Daniel Cousens)

0.3.0 / 2014-02-24

  • duck type input to encode and change output of decode to Buffer.

0.2.1 / 2014-02-24

  • removed bower and component support. Closes #1
  • convert from 4 spaces to 2

0.2.0 / 2013-12-07

  • renamed from cryptocoin-base58 to bs58

0.1.0 / 2013-11-20

  • removed AMD support

0.0.1 / 2013-11-04

  • initial release