Release 1.0.0-beta.0

This commit is contained in:
Elliot Lee
2018-05-10 15:56:23 -07:00
parent b2b6715ac0
commit 4a0d675726
2 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,21 @@
# ripple-lib Release History
## 1.0.0-beta.0 (2018-05-10)
+ [Add `request`, `hasNextPage`, and
`requestNextPage`](https://github.com/ripple/ripple-lib/pull/887).
+ This provides support for all rippled APIs, including subscriptions.
+ Note that rippled APIs take XRP amounts in drops (1 drop = 0.000001 XRP).
The SHA-256 checksums for the browser version of this release can be found
below.
```
% shasum -a 256 *
ab2094979a3d6b320c7bc22bc5946c50fa5e29af0976d352e7689b0a4d840c55 ripple-1.0.0-beta.0-debug.js
0e7f7d740606c2866ebf63776b13b41a555848e1a1419e2c8058d2e6c562d7fd ripple-1.0.0-beta.0-min.js
bd05e8806832ca4192aea7ba2d0362baa9f44605f8e8e6676acd25eb0b94b778 ripple-1.0.0-beta.0.js
```
## 0.22.0 (2018-05-10)
+ [`getOrderbook` - return raw order data](https://github.com/ripple/ripple-lib/pull/886). The full `BookOffer` data is now provided under `data`.

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-lib",
"version": "0.22.0",
"version": "1.0.0-beta.0",
"license": "ISC",
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [