edge-core-js 0.19.24 → 0.19.27

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,7 +1,22 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v0.19.27 (2022-08-25)
4
+
5
+ - fixed: Correctly pass `EdgeSpendInfo.skipChecks` to the currency plugin.
6
+
7
+ ## v0.19.26 (2022-08-19)
8
+
9
+ - added: `EdgeContext.clientId`.
10
+ - added: `EdgeSpendInfo.pendingTxs` and `EdgeSpendInfo.skipChecks` flags.
11
+ - fixed: Show useful information when logging errors, instead of just `{}`.
12
+
13
+ ## v0.19.25 (2022-07-27)
14
+
15
+ - changed: Allow individual plugins to resist being loaded by returning `undefined` instead of an `EdgeCurrencyPlugin` object.
16
+
3
17
  ## v0.19.24 (2022-07-26)
4
18
 
19
+ - changed: Randomly generate loginIds so recycled usernames don't cause conflicts
5
20
  - fixed: Upgrade edge-sync-client to include patch
6
21
 
7
22
  ## v0.19.23 (2022-07-13)