ccxt 4.1.91 → 4.1.94

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,42 @@
1
1
  # Changelog
2
2
 
3
+
4
+ ## 4.1.89
5
+
6
+ - docs: add full changelog [#20369](https://github.com/ccxt/ccxt/pull/20369)
7
+ - feat(cli.ts): add static report option [#20362](https://github.com/ccxt/ccxt/pull/20362)
8
+ - fix(package) - exchanges amount [#20348](https://github.com/ccxt/ccxt/pull/20348)
9
+ - phemex fetchMarkets v2 [#20334](https://github.com/ccxt/ccxt/pull/20334)
10
+ - Tokocrypto: createMarketBuyOrderWithCost [#20363](https://github.com/ccxt/ccxt/pull/20363)
11
+ - Coinex: createMarketBuyOrderWithCost check type [#20366](https://github.com/ccxt/ccxt/pull/20366)
12
+ - woo: createMarketBuyOrderRequiresPrice [#20365](https://github.com/ccxt/ccxt/pull/20365)
13
+ - Bigone: createMarketBuyOrderWithCost check type [#20367](https://github.com/ccxt/ccxt/pull/20367)
14
+ - okcoin add margin methods to has as false [#20337](https://github.com/ccxt/ccxt/pull/20337)
15
+ - okcoin: createMarketBuyOrderRequiresPrice [#20364](https://github.com/ccxt/ccxt/pull/20364)
16
+
17
+
18
+ **Full Changelog**: https://github.com/ccxt/ccxt/compare/4.1.88...4.1.89
19
+
20
+
21
+ ## 4.1.88
22
+ * fix(proxy) - typo by @ttodua in https://github.com/ccxt/ccxt/pull/20351
23
+ * gate fetchDepositAddress network support by @ndubel in https://github.com/ccxt/ccxt/pull/20329
24
+ * Novadax: createMarketBuyOrderWithCost by @Dan-krm in https://github.com/ccxt/ccxt/pull/20346
25
+ * bit2c: remove method by @sc0Vu in https://github.com/ccxt/ccxt/pull/20352
26
+ * fix(cryptocom): add referral by @carlosmiei in https://github.com/ccxt/ccxt/pull/20354
27
+ * okcoin: remove method by @sc0Vu in https://github.com/ccxt/ccxt/pull/20350
28
+ * Watch multiple by @frosty00 in https://github.com/ccxt/ccxt/pull/20335
29
+ * Bitmart: trailing stop orders by @Dan-krm in https://github.com/ccxt/ccxt/pull/20342
30
+ * Fix build and coinbasepro by @carlosmiei in https://github.com/ccxt/ccxt/pull/20357
31
+ * fix(coinbasepro): remove import by @carlosmiei in https://github.com/ccxt/ccxt/pull/20359
32
+ * fix(binancePro): snapshot messageHash [ci deploy] by @carlosmiei in https://github.com/ccxt/ccxt/pull/20360
33
+ * Cryptocom: createMarketBuyOrderRequiresPrice by @Dan-krm in https://github.com/ccxt/ccxt/pull/20345
34
+ * Bitget: update to v2 by @Dan-krm in https://github.com/ccxt/ccxt/pull/19996
35
+
36
+
37
+ **Full Changelog**: https://github.com/ccxt/ccxt/compare/4.1.87...4.1.88
38
+
39
+
3
40
  ## 4.1.87
4
41
 
5
42
  - fix(proxy) - typo [#20351](https://github.com/ccxt/ccxt/pull/20351)
package/README.md CHANGED
@@ -208,13 +208,13 @@ console.log(version, Object.keys(exchanges));
208
208
 
209
209
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
210
210
 
211
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.1.91/dist/ccxt.browser.js
212
- * unpkg: https://unpkg.com/ccxt@4.1.91/dist/ccxt.browser.js
211
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.1.94/dist/ccxt.browser.js
212
+ * unpkg: https://unpkg.com/ccxt@4.1.94/dist/ccxt.browser.js
213
213
 
214
214
  CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.
215
215
 
216
216
  ```HTML
217
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.1.91/dist/ccxt.browser.js"></script>
217
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.1.94/dist/ccxt.browser.js"></script>
218
218
  ```
219
219
 
220
220
  Creates a global `ccxt` object: