Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 385 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 385 Bytes

Changelog

2.0.0

  • Migrate to null safety.

1.0.1

Support Dart v2.

1.0.0

  • Simplified interface to remove external SHA-256 requirement
  • Created Base58CheckCodec.bitcoin() constructor
  • Made Base58CheckCodec store instances of the encoder and decoder for performance improvement

0.1.1

  • Updated to new collection and crypto interfaces

0.1.0

  • Initial version