mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Release 0.2.2
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
# ripple-binary-codec Release History
|
# ripple-binary-codec Release History
|
||||||
|
|
||||||
## UNRELEASED (2019-07-26)
|
## 0.2.2 (2019-07-26)
|
||||||
|
|
||||||
- codecov.io was removed as it did not appear to work. The `package.json` script was:
|
- Input validation - Amount and Fee should not allow fractional XRP drops ([#31](https://github.com/ripple/ripple-binary-codec/issues/31))
|
||||||
|
- Fix lint errors
|
||||||
|
- Update dependencies (including lodash and mocha)
|
||||||
|
- Require node 10 (.nvmrc)
|
||||||
|
- Remove assert-diff
|
||||||
|
- Remove codecov.io as it did not appear to work. The `package.json` script was:
|
||||||
- `"codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js"`
|
- `"codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js"`
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple-binary-codec",
|
"name": "ripple-binary-codec",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"description": "XRP Ledger binary codec",
|
"description": "XRP Ledger binary codec",
|
||||||
"files": [
|
"files": [
|
||||||
"distrib/npm/*",
|
"distrib/npm/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user