Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.11 KB

Changelog

Unreleased

[0.4.0] - 2025-03-17

Breaking Changes

  • Remove encryption as a default feature

[0.3.0] - 2025-03-17

Breaking Changes

  • Replace custom InOutId with bitcoin::OutPoint

Added

  • Add LabelRef struct
  • Add Label::ref_() & Label::label()
  • Add Labels::into_map() & Labels::into_string_map()

[0.2.0] - 2025-02-20

Breaking Changes

  • Use bitcoin types as the ref field for Transaction, Address, Input, and Output label
  • Remove support for uniffi
  • spendable field is now a boolean instead of an option boolean
  • spendable field will always be serialized as a boolean,
    • it won't be null if it's false
    • it won't be omitted if it's true

Added

  • FromStr for InOutId
  • Convenient From impls for Label
  • IntoIterator for Labels
  • iter function for Labels
  • Add functions to get transaction label

[0.1.2] - 2024-07-28

  • Update dependencies

[0.1.1] - 2024-07-28

  • Documentation formatting

[0.1.0] - 2024-07-28

  • Import and export BIP329 labels from and to JSONL files
  • Basic encryption and decryption support