edge-core-js 0.19.8 → 0.19.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v0.19.11 (2022-03-18)
4
+
5
+ - changed: Perform React Native disk accesses on their own threads.
6
+
7
+ ## v0.19.10 (2022-03-02)
8
+
9
+ - added: `EdgeCurrencyInfo.canReplaceByFee`.
10
+ - changed: Make `denominationToNative` and `nativeToDenomination` only look at the currencies available on the current wallet.
11
+
12
+ ## v0.19.9 (2022-02-22)
13
+
14
+ - fixed: Stop adding `undefined` entries to `EdgeAccount.currencyWallets`.
15
+
3
16
  ## v0.19.8 (2022-02-21)
4
17
 
5
18
  - added: Define a new `EdgeToken` type and make that available as `EdgeCurrencyConfig.builtinTokens` and `EdgeCurrencyConfig.customTokens`.