Skip to content

Latest commit

 

History

History
146 lines (68 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

146 lines (68 loc) · 4.74 KB

Changelog

1.2.1 (2024-01-04)

Bug Fixes

  • fixtures: fix hmac fixtures (071467a)

1.2.0 (2024-01-04)

Features

1.1.0 (2023-12-15)

Features

  • fix validateOutputAmount API for BigNumber (9081171)

Bug Fixes

  • preserve backward compatibility (9081171)

1.0.2 (2023-11-16)

Bug Fixes

  • update bitcoin-address-validation + include taproot address validate in tests (facc253)

1.0.1 (2023-11-06)

Bug Fixes

1.0.0 (2023-09-29)

⚠ BREAKING CHANGES

  • typescript and v1 (#95)

Features

0.6.0 (2023-08-31)

Features

  • ensure BigNumber classes are not returned (#89) (e60da88)

Bug Fixes

  • restore exporting of type modules for commonjs compatibility (#94) (9ffccdb)

0.5.1 (2023-05-30)

Bug Fixes

  • braid: allow for regtest braids (06b05fb)

0.5.0 (2023-04-06)

Features

  • add minSats to the validateOutputAmount function. Fix missing package (52b3c60)

Bug Fixes

0.4.1 (2023-03-31)

Bug Fixes

  • keys: include regtest for tpub validation (a298eb8)

Changelog

Version 0.0.12

Added

  • ExtendedPublicKey class for encoding and decoding xpubs

Changed

  • Basic linting fixes

Version 0.0.11

Added

  • Support for conversion between different xpub prefixes/versions
  • Test fixtures for different extended public key versions

Version 0.0.9

Changed

Include Bech32 outputs for P2WSH fixtures & tests.

Version 0.0.8

Added

  • Utilities for working with extended public keys, useful for extracting xpubs from Ledger devices.

Changed

  • docs tree is now in its own gh-pages branch

Version 0.0.7

Changed

Major refactoring of documentation and API.

Version 0.0.6

Added

  • CHANGELOG.md file

Changed

  • Input & output amounts are forced to BigNumber

Removed

  • Unused arguments in some block explorer functions