Skip to content

Releases: Crypto-APIs/Node.js-Library

4.1.1 (2019-12-20)

20 Dec 07:56
Compare
Choose a tag to compare

Breaking changes:

  • createTokenWebHook method params updated

4.1.0 (2019-12-06)

06 Dec 11:52
Compare
Choose a tag to compare

Notable changes:

4.0.0 (2019-10-01)

01 Oct 13:19
Compare
Choose a tag to compare

Breaking changes:

  • TR.exchangeAccounts methods now accept camelCase parameters instead of snake_case

3.2.0 (2019-09-27)

27 Sep 08:32
Compare
Choose a tag to compare

Notable changes:

  • Transaction refund added

3.1.0 (2019-09-24)

24 Sep 14:33
Compare
Choose a tag to compare

Notable changes:

  • Trading APIs added

3.0.0 (2019-09-09)

11 Sep 12:43
Compare
Choose a tag to compare

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 the BC class for easier bulk switch of networks

v2.1.0

30 Aug 13:17
Compare
Choose a tag to compare

Notable changes:

  • ETC support added

v2.0.1

28 Aug 11:20
Compare
Choose a tag to compare

Bugfixes:

  • Error propagation interrupted fix

2.0.0 (2019-07-25)

25 Jul 09:13
Compare
Choose a tag to compare

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

25 Jul 08:05
Compare
Choose a tag to compare

Add method for getting detailed information for a specific asset