Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

48 lines (37 loc) · 2.07 KB

Changelog

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.

Added

  • Add node.engines field indicating minimum Node.js version 16 to package manifest (#21)

Changed

  • Bump @noble/hashes from ~1.1.1 to ~1.3.2 (#20)
  • Bump @scure/base from ~1.1.0 to ~1.1.3 (#20)

Added

  • Update mnemonicToSeed (async version) to accept mnemonic arg formatted as Uint8Array the same as the synchronous version already does (#14)

Fixed

  • Fixes file path to typescript types in package.json (#12)

Changed

  • Update entrypoint for package #10

2.0.2 [DEPRECATED]

Changed

  • change build output location to /dist #9

2.0.1 [DEPRECATED]

Added

  • add publishConfig #6

2.0.0 [DEPRECATED]

Changed

  • Apply patches to allow passing mnemonic as a Uint8Array instead of as a string #1