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