- build: bump dev dependencies a2bdb4d
- build: bump dev dependencies 62e39ad
- refactor: use 'es6' for TS target and module config settings 2c9a483
- chore: switch from npm to Yarn 97d14da
NOTE: This release marks the addition of TS support to this library.
The individual changes are as follows:
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
- NO code changes.
- README updated.
- Adds CHANGELOG.
- Fixes package-lock.json so it has the correct version number for the release.
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.
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.