Ripple Keypairs Versions Save

Moved to: https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-keypairs

1.0.3

3 years ago

For release notes see HISTORY.md

1.0.2

3 years ago
  • Drop support for Node.js version 8 (#171)
    • Node.js v8 reached End-of-Life on 31st December 2019. As ripple-keypairs is a security-sensitive library, we recommend upgrading to Node.js 10 or higher immediately. (Node.js Releases)
  • Internal
    • Update dependencies (#170) (#163) (#173) (#172) (#175) (#177) (#179) (#180) (#181)
    • Bump elliptic from 6.5.2 to 6.5.3 (#190)
      • We do not believe that the issue fixed in this patch affects ripple-keypairs in any way, but we are bumping the dependency just to stay up-to-date.
    • Bump lodash from 4.17.15 to 4.17.20 (#207)
  • Add GitHub Actions CI (#221)

1.0.1

4 years ago
  • Update dependencies
    • codecov, eslint-config-airbnb-typescript, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @types/node, eslint-plugin-mocha, typescript, mocha
  • This will probably be the last version to support Node.js version 8, which reached End-of-Life on 31st December 2019. If you are still using Node.js 8, we recommend upgrading to version 10 or higher as soon as possible. (Node.js Releases)

1.0.0

4 years ago

We are happy to announce the release of ripple-keypairs 1.0.0. With this release, the library has been migrated to TypeScript. We commit to maintaining the public API for the 1.x release line, making every effort to reserve any future breaking changes for 2.0. See the full release notes here.

1.0.0-beta.5

4 years ago
  • Fix some types
  • Add prepublish script

1.0.0-beta.3

4 years ago
  • Add some types
  • Export members

0.11.1

4 years ago
  • Upgrade elliptic

1.0.0-beta.2

4 years ago

1.0.0-beta.2 (2020-01-28)

  • Internal
    • Travis: remove node 6 and add node 13 (#59)
    • Use published ripple-address-codec (#58)
    • Replace TSLint with ESLint + Prettier (#71)
    • Add type (#74)
    • Remove unused code (#81)
    • Add tests (#82)
    • Improve comments (#90)
    • Remove Babel (#33)
  • Update dependencies
    • @types/node, eslint, bn.js, typescript, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, mocha, istanbul, hash.js
  • Identical to 1.0.0-beta.1

1.0.0-beta.0 (2019-10-17)

  • Refactor and use TypeScript
  • Vendor ripple-address-codec (move dependency into this project)
  • Add support for Travis CI (.travis.yml)
  • Use "dist/*" for distribution files
  • Add yarn.lock

0.11.0

5 years ago

Upgrade elliptic (#28)

0.10.2

5 years ago

Remove unused devDependencies