Releases: Crypto-APIs/Node.js-Library
Releases · Crypto-APIs/Node.js-Library
4.1.1 (2019-12-20)
Breaking changes:
- createTokenWebHook method params updated
4.1.0 (2019-12-06)
Notable changes:
- All methods are now up to date with the documentation
4.0.0 (2019-10-01)
Breaking changes:
TR.exchangeAccounts
methods now accept camelCase parameters instead of snake_case
3.2.0 (2019-09-27)
Notable changes:
- Transaction refund added
3.1.0 (2019-09-24)
Notable changes:
- Trading APIs added
3.0.0 (2019-09-09)
Breaking changes:
- Optional parameters in methods moved into a separate parameter. Methods who may need revisiting:
- getAddressTransactions
- getTransactionIndexByBlock
- getUnconfirmedTransactions
- createHDWalletTransaction
- getInfoMultisig
- createPaymentForwarding
- getTokenTransactionsByAddress
- getAddressTokenTransfers
- getTransactionsByBlock
- newTransaction
- newAllTransaction
- newTransactionWithPrivateKey
- newAllTransactionWithPrivateKey
- estimateTransactionGas
- getPendingTransactions
- getQueuedTransactions
- listAllExchanges
- listAllAssets
- getSpecificRate
- getAllCurrentRates
- listAllSymbols
- latestData
- historicalData
- getLatestData
- getLatestDataBySymbol
- getLatestDataByExchange
- getLatestDataByAsset
- getLatestDataByAssetsPair
- getLatestDataByExchangeAssetsPair
- tradesGetHistoricalData
- tradesGetHistoricalDataByExchange
- tradesGetHistoricalDataByAsset
- tradesGetHistoricalDataByAssetPair
- tradesGetHistoricalDataByExchangeAssetPair
Notable changes:
- All optional parameters in methods moved into a separate parameter
switchAllNetworks
method added to theBC
class for easier bulk switch of networks
v2.1.0
Notable changes:
- ETC support added
v2.0.1
Bugfixes:
- Error propagation interrupted fix
2.0.0 (2019-07-25)
This is a rewrite release.
Notable changes:
- DASH support added
- Previous implementations of this library will need to adapt their calls to the new structure
- Network utility methods added to each chain
- Tests updated
1.6.0
Add method for getting detailed information for a specific asset