Skip to content

Commit

Permalink
v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Oct 13, 2018
1 parent 97f7575 commit d07a1ab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# edge-core-js

## 0.12.5

New:
* `EdgeSwapConfig.needsActivation` for exchanges that need KYC or other data.
* `EdgeSwapQuote.networkFee` for outgoing network fee.
* `SwapBelowLimitError` & `SwapAboveLimitError` for failed quotes.

Deprecations:
* `EdgeContext.getAvailableExchangeTokens`
* `EdgeContext.getExchangeSwapInfo`
* `EdgeContext.getExchangeSwapRate`
* `EdgeCurrencyWallet.getQuote`

Renames (old names deprecated):
* `EdgeAccount.currencyTools` -> `EdgeAccount.currencyConfig`
* `EdgeAccount.exchangeTools` -> `EdgeAccount.swapConfig`
* `EdgeAccount.getExchangeCurrencies` -> `EdgeAccount.fetchSwapCurrencies`
* `EdgeAccount.getExchangeQuote` -> `EdgeAccount.fetchSwapQuote`
* `EdgeCurrencyTools.settings` -> `EdgeCurrencyConfig.userSettings`
* `EdgeCurrencyTools.changeSettings` -> `EdgeCurrencyConfig.changeUserSettings`
* `EdgeExchangeQuote.exchangeSource` -> `EdgeSwapQuote.pluginName`
* `EdgeExchangeCurrencies.exchanges` -> `EdgeSwapCurrencies.pluginNames`

## 0.12.4

* Fix a packaging issue with the client-side methods.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-core-js",
"version": "0.12.4",
"version": "0.12.5",
"description": "Edge account & wallet management library",
"keywords": [
"bitcoin",
Expand Down

0 comments on commit d07a1ab

Please sign in to comment.