diff --git a/HISTORY.md b/HISTORY.md index 4d4cc63d..c0dd6abc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ # ripple-lib Release History +## 1.4.2 (2019-11-14) + +* Add support for tick size (#1090) (thanks @RareData) +* Update email hash default to allow proper clearing (#1089) (thanks @RareData) +* Fix Unhandled Promise Rejection Warning on message `_send` + * Add an immediate catch to the `_send` promise passed to `_whenReady` in case there is rejection before async handlers are added (#1092) (thanks @nickewansmith) +* Docs improvements + * Add XRP Toolkit reference (#1088) +* Internal improvements + * Add a prettier config + * Update Node.js Testing Versions (#1085) + * Testing matrix based on: https://nodejs.org/en/about/releases/ + - Node 11 is no longer supported (not LTS) + - Node 12 added (active LTS) + - Node 13 added ("current" release) + ## 1.4.1 (2019-11-06) * Compatibility: Change TypeScript compile target back to `es6` (#1071) diff --git a/docs/index.md b/docs/index.md index 6b991855..5b64d205 100644 --- a/docs/index.md +++ b/docs/index.md @@ -106,7 +106,8 @@ # Introduction -RippleAPI (ripple-lib) is the official client library to the XRP Ledger. Currently, RippleAPI is only available in JavaScript. +RippleAPI (ripple-lib) is the official client library to the XRP Ledger. Currently, RippleAPI is only available in JavaScript/TypeScript. + Using RippleAPI, you can: * [Query transactions from the XRP Ledger history](#gettransaction) @@ -115,6 +116,10 @@ Using RippleAPI, you can: * [Generate a new XRP Ledger Address](#generateaddress) * ... and [much more](#api-methods). +This page contains documentation for ripple-lib. To use ripple-lib with npm/yarn, begin with the [Getting Started](https://github.com/ripple/ripple-lib#getting-started) steps. + +**What is ripple-lib used for?** Here's a [list of applications that use `ripple-lib`]((https://github.com/ripple/ripple-lib/blob/develop/APPLICATIONS.md)). Open a PR to add your app or project to the list! + ## Boilerplate Use the following [boilerplate code](https://en.wikipedia.org/wiki/Boilerplate_code) to wrap your custom code using RippleAPI. diff --git a/docs/src/introduction.md.ejs b/docs/src/introduction.md.ejs index d59ddf4d..eb7d34f6 100644 --- a/docs/src/introduction.md.ejs +++ b/docs/src/introduction.md.ejs @@ -1,6 +1,7 @@ # Introduction -RippleAPI (ripple-lib) is the official client library to the XRP Ledger. Currently, RippleAPI is only available in JavaScript. +RippleAPI (ripple-lib) is the official client library to the XRP Ledger. Currently, RippleAPI is only available in JavaScript/TypeScript. + Using RippleAPI, you can: * [Query transactions from the XRP Ledger history](#gettransaction) @@ -8,3 +9,7 @@ Using RippleAPI, you can: * [Submit](#submit) transactions to the XRP Ledger, including [Payments](#payment), [Orders](#order), [Settings changes](#settings), and [other types](#transaction-types) * [Generate a new XRP Ledger Address](#generateaddress) * ... and [much more](#api-methods). + +This page contains documentation for ripple-lib. To use ripple-lib with npm/yarn, begin with the [Getting Started](https://github.com/ripple/ripple-lib#getting-started) steps. + +**What is ripple-lib used for?** Here's a [list of applications that use `ripple-lib`]((https://github.com/ripple/ripple-lib/blob/develop/APPLICATIONS.md)). Open a PR to add your app or project to the list! diff --git a/package.json b/package.json index 39f3fede..e1cd366a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "1.4.1", + "version": "1.4.2", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser", "files": [