mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 19:25:48 +00:00
Release 1.0.0-beta.1
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
# ripple-keypairs Release History
|
||||
|
||||
## 1.0.0-beta.1 (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
|
||||
|
||||
## 1.0.0-beta.0 (2019-10-17)
|
||||
|
||||
* Refactor and use TypeScript
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-keypairs",
|
||||
"version": "1.0.0-beta.0",
|
||||
"version": "1.0.0-beta.1",
|
||||
"description": "Cryptographic key pairs for the XRP Ledger",
|
||||
"files": [
|
||||
"dist/*"
|
||||
|
||||
Reference in New Issue
Block a user