Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

55 lines (31 loc) · 2.66 KB

CHANGELOG

v1.2.3

  • build: bump dev dependencies a2bdb4d

v1.2.2

  • build: bump dev dependencies 62e39ad

v1.2.1

  • refactor: use 'es6' for TS target and module config settings 2c9a483
  • chore: switch from npm to Yarn 97d14da

v1.2.0

NOTE: This release marks the addition of TS support to this library.

The individual changes are as follows:

  • feat: convert project to typescript. PR #3
  • chore: bump mocha dev dependency to 9.1.2 e80d4a5

v1.1.0

NOTE: This is a major bug-fix release (although only the minor release number is being given a bump). This is because there is no change to the API but the bug fixed is more serious than just releasing it as a patch update.

The individual changes are as follows:

  • Adds @babel/plugin-transform-runtime as a devDependency, @babel/runtime as a dependency and updates babel configuration. f6d3c1a
  • Changes source files extension from .mjs to .js 6553592
  • Updates tests so they will run given the change in src files from _.mjs to _.js c8d3273

v1.0.2

  • NO code changes.
  • README updated.

v1.0.1

  • Adds CHANGELOG.
  • Fixes package-lock.json so it has the correct version number for the release.

v1.0.0

This release comes with NO changes. Instead, we are simply bumping the version to 1.0.0 to indicate we are committed to following the semantic versioning spec from this point on when publishing releases of this package.

v0.0.10

Initial (official) release! 🎉

🔐 Key derivation for the DigitalBits blockchain (based on Stellar's SEP-0005) 🚀

Future versions will keep package dependencies up-to-date and refine the library's API as needed to support any changes to SEP-0005 or the underlying bip39 npm module.