edge-core-js 0.19.22 → 0.19.25

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.25 (2022-07-27)
4
+
5
+ - changed: Allow individual plugins to resist being loaded by returning `undefined` instead of an `EdgeCurrencyPlugin` object.
6
+
7
+ ## v0.19.24 (2022-07-26)
8
+
9
+ - changed: Randomly generate loginIds so recycled usernames don't cause conflicts
10
+ - fixed: Upgrade edge-sync-client to include patch
11
+
12
+ ## v0.19.23 (2022-07-13)
13
+
14
+ - added: Add optional from/to parameter to min and max swap errors
15
+
3
16
  ## v0.19.22 (2022-07-08)
4
17
 
5
18
  - upgrade: yaob dependency to include error serialization fix