Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.62 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

  • 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