Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

72 lines (48 loc) · 1.89 KB

CHANGELOG for @bsv/sdk

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Table of Contents

[Unreleased]

Added

  • (Include new features or significant user-visible enhancements here.)

Changed

  • (Detail modifications that are non-breaking but relevant to the end-users.)

Deprecated

  • (List features that are in the process of being phased out or replaced.)

Removed

  • (Indicate features or capabilities that were taken out of the project.)

Fixed

  • (Document bugs that were fixed since the last release.)

Security

  • (Notify of any improvements related to security vulnerabilities or potential risks.)

[1.0.0] - YYYY-MM-DD

Added

  • Initial release of the BSV Blockchain Libraries Project SDK.
  • Sound Cryptographic Primitives for key management, signature computations, and encryption protocols.
  • Script Level Constructs with network-compliant script interpreter.
  • Comprehensive Transaction Construction and Signing API.
  • Mechanisms for Transaction Broadcast Management.
  • Tools for Merkle Proof Verification and representation.
  • Structures and interfaces for full Serializable SPV Structures.
  • Enhanced mechanisms for Secure Encryption and Signed Messages.

Template for New Releases:

Replace X.X.X with the new version number and YYYY-MM-DD with the release date:

## [X.X.X] - YYYY-MM-DD

### Added
- 

### Changed
- 

### Deprecated
- 

### Removed
- 

### Fixed
- 

### Security
- 

Use this template as the starting point for each new version. Always update the "Unreleased" section with changes as they're implemented, and then move them under the new version header when that version is released.