diff --git a/CHANGELOG.md b/CHANGELOG.md index d42c658..73b25a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### [3.0.1](https://github.com/b2broker/exante-node/compare/v3.0.0...v3.0.1) (2021-05-31) + +### Performance Improvements + +- **JSONStream:** add the `chunk` property to errors ([fa4023d](https://github.com/b2broker/exante-node/commit/fa4023dea67fec113f19ee53a71d6e9f73fbacbf)) + ## [3.0.0](https://github.com/b2broker/exante-node/compare/v2.0.0...v3.0.0) (2021-04-21) ### ⚠ BREAKING CHANGES diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index 8871bdd..7bbc430 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -260,35 +260,41 @@ }, /******/ - }; // The module cache + }; /************************************************************************/ - /******/ /******/ var __webpack_module_cache__ = {}; // The require function + /******/ // The module cache + /******/ var __webpack_module_cache__ = {}; /******/ - /******/ /******/ function __webpack_require__(moduleId) { + /******/ // The require function + /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if (__webpack_module_cache__[moduleId]) { /******/ return __webpack_module_cache__[moduleId].exports; /******/ - } // Create a new module (and put it into the cache) - /******/ /******/ var module = (__webpack_module_cache__[moduleId] = { + } + /******/ // Create a new module (and put it into the cache) + /******/ var module = (__webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {}, /******/ - }); // Execute the module function + }); /******/ - /******/ /******/ __webpack_modules__[moduleId]( + /******/ // Execute the module function + /******/ __webpack_modules__[moduleId]( module, module.exports, __webpack_require__ - ); // Return the exports of the module + ); /******/ - /******/ /******/ return module.exports; + /******/ // Return the exports of the module + /******/ return module.exports; /******/ - } /* webpack/runtime/compat get default export */ + } /******/ /************************************************************************/ - /******/ /******/ (() => { + /******/ /* webpack/runtime/compat get default export */ + /******/ (() => { /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = (module) => { /******/ var getter = @@ -300,9 +306,10 @@ /******/ }; /******/ - })(); /* webpack/runtime/define property getters */ + })(); /******/ - /******/ /******/ (() => { + /******/ /* webpack/runtime/define property getters */ + /******/ (() => { /******/ // define getter functions for harmony exports /******/ __webpack_require__.d = (exports, definition) => { /******/ for (var key in definition) { @@ -321,15 +328,17 @@ /******/ }; /******/ - })(); /* webpack/runtime/hasOwnProperty shorthand */ + })(); /******/ - /******/ /******/ (() => { + /******/ /* webpack/runtime/hasOwnProperty shorthand */ + /******/ (() => { /******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop); /******/ - })(); /* webpack/runtime/make namespace object */ + })(); /******/ - /******/ /******/ (() => { + /******/ /* webpack/runtime/make namespace object */ + /******/ (() => { /******/ // define __esModule on exports /******/ __webpack_require__.r = (exports) => { /******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) { @@ -342,12 +351,12 @@ /******/ }; /******/ - })(); // startup // Load entry module + })(); /******/ /************************************************************************/ - /******/ /******/ /******/ __webpack_require__( - "./default/assets/js/src/bootstrap.ts" - ); + /******/ // startup + /******/ // Load entry module + /******/ __webpack_require__("./default/assets/js/src/bootstrap.ts"); /******/ // This entry module used 'exports' so it can't be inlined /******/ })(); diff --git a/docs/classes/jsonstream.html b/docs/classes/jsonstream.html index dc4e002..427ccad 100644 --- a/docs/classes/jsonstream.html +++ b/docs/classes/jsonstream.html @@ -106,7 +106,11 @@

Index

Constructors

Static once

Returns Promise

Inherited from Transform.once

@@ -8173,6 +9710,15 @@

event: string
+
  • +
    + Optional + options: + StaticEventEmitterOptions +
    +
  • Returns Promise

    Accessors

    @@ -944,8 +1039,8 @@

    getAccountSummaryWithoutDate

  • Defined in src/rest.ts:947src/rest.ts:926
  • @@ -1091,8 +1186,8 @@

    getActiveOrders

  • Defined in src/rest.ts:1015src/rest.ts:986
  • @@ -1164,8 +1259,8 @@

    getCandles

  • Defined in src/rest.ts:919src/rest.ts:900
  • @@ -1236,8 +1331,8 @@

    getCrossrate

  • Defined in src/rest.ts:763src/rest.ts:759
  • @@ -1307,8 +1402,8 @@

    getCurrencies

  • Defined in src/rest.ts:754src/rest.ts:751
  • @@ -1380,8 +1475,8 @@

    getDailyChange

  • Defined in src/rest.ts:743src/rest.ts:741
  • @@ -1457,8 +1552,8 @@

    getDailyChanges

  • Defined in src/rest.ts:734src/rest.ts:733
  • @@ -1531,8 +1626,8 @@

    getExchangeSymbols

  • Defined in src/rest.ts:783src/rest.ts:777
  • @@ -1603,8 +1698,8 @@

    getExchanges

  • Defined in src/rest.ts:774src/rest.ts:769
  • @@ -1677,8 +1772,8 @@

    getGroupNearestSymbol

  • Defined in src/rest.ts:812src/rest.ts:803
  • @@ -1753,8 +1848,8 @@

    getGroupSymbols

  • Defined in src/rest.ts:802src/rest.ts:794
  • @@ -1828,8 +1923,8 @@

    getGroups

  • Defined in src/rest.ts:793src/rest.ts:786
  • @@ -1902,8 +1997,8 @@

    getLastQuote

  • Defined in src/rest.ts:885src/rest.ts:869
  • @@ -1974,8 +2069,8 @@

    getOrder

  • Defined in src/rest.ts:1038src/rest.ts:1007
  • @@ -2046,8 +2141,8 @@

    getOrders

  • Defined in src/rest.ts:1004src/rest.ts:976
  • @@ -2119,8 +2214,8 @@

    getQuoteStream

  • Defined in src/rest.ts:906src/rest.ts:888
  • @@ -2193,8 +2288,8 @@

    getSymbol

  • Defined in src/rest.ts:831src/rest.ts:820
  • @@ -2266,8 +2361,8 @@

    getSymbolSchedule

  • Defined in src/rest.ts:841src/rest.ts:829
  • @@ -2339,8 +2434,8 @@

    getSymbolSpecification

  • Defined in src/rest.ts:854src/rest.ts:841
  • @@ -2410,8 +2505,8 @@

    getSymbols

  • Defined in src/rest.ts:822src/rest.ts:812
  • @@ -2484,8 +2579,8 @@

    getTicks

  • Defined in src/rest.ts:934src/rest.ts:914
  • @@ -2558,8 +2653,8 @@

    getTradesStream

  • Defined in src/rest.ts:898src/rest.ts:881
  • @@ -2633,8 +2728,8 @@

    getTransactions

  • Defined in src/rest.ts:972src/rest.ts:949
  • @@ -2705,8 +2800,8 @@

    getTypeSymbols

  • Defined in src/rest.ts:875src/rest.ts:860
  • @@ -2777,8 +2872,8 @@

    getTypes

  • Defined in src/rest.ts:866src/rest.ts:852
  • @@ -2849,8 +2944,8 @@

    modifyOrder

  • Defined in src/rest.ts:1026src/rest.ts:996
  • @@ -2922,8 +3017,8 @@

    orderUpdatesHttp

  • Defined in src/rest.ts:1048src/rest.ts:1016
  • @@ -3014,8 +3109,8 @@

    placeOrder

  • Defined in src/rest.ts:987src/rest.ts:963
  • @@ -3057,8 +3152,8 @@

  • Defined in src/rest.ts:988src/rest.ts:964
  • @@ -3124,8 +3219,8 @@

    tradesHttp

  • Defined in src/rest.ts:1057src/rest.ts:1024
  • @@ -3163,12 +3258,23 @@

    Static JWT

    @@ -3269,14 +3375,25 @@

    Static base64URL

    @@ -3339,12 +3456,25 @@

    Static fetch

    @@ -3416,7 +3546,13 @@

    @@ -3424,7 +3560,12 @@

    fetchStream

    @@ -3496,7 +3637,13 @@

    @@ -3504,7 +3651,12 @@

    setQuery

    @@ -3580,7 +3732,7 @@

    @@ -242,7 +246,9 @@

    currencies

    @@ -273,7 +279,9 @@

    currencies

    currency

    @@ -299,7 +307,9 @@

    currency

    @@ -328,7 +338,9 @@

    @@ -359,7 +371,9 @@

    @@ -391,7 +405,9 @@

    @@ -422,7 +438,9 @@

    positions

    @@ -460,7 +478,9 @@

    positions

    @@ -497,7 +517,9 @@

    timestamp

    @@ -527,7 +549,7 @@

    timestamp

    date

    @@ -212,7 +232,13 @@

    date

    id

    @@ -244,7 +270,13 @@

    id

    @@ -286,7 +318,7 @@

    >
  • Properties

    Properties

    account

    @@ -176,7 +186,9 @@

    account

    instrument

    @@ -202,7 +214,13 @@

    instrument

    @@ -236,7 +254,13 @@

    @@ -276,7 +300,7 @@

  • >
  • Properties >
  • Properties >
  • Properties

    Properties

    accountId

    @@ -176,7 +186,13 @@

    accountId

    @@ -210,7 +226,9 @@

    symbolId

    @@ -236,7 +254,13 @@

    symbolId

    version

    @@ -272,7 +296,7 @@

    version

  • version >
  • Properties >
  • Properties

    Properties

    currency

    @@ -179,7 +185,9 @@

    currency

    id

    @@ -205,7 +213,13 @@

    id

    @@ -245,7 +259,7 @@

  • Properties >
  • Properties

    Properties

    @@ -182,7 +188,13 @@

    @@ -222,7 +234,7 @@

  • Properties

    Properties

    @@ -212,7 +214,9 @@

    convertedPnl

    @@ -238,7 +242,9 @@

    convertedPnl

    @@ -267,7 +273,9 @@

    currency

    @@ -293,7 +301,9 @@

    currency

    @@ -321,7 +331,9 @@

    @@ -349,7 +361,9 @@

    @@ -377,7 +391,9 @@

    symbolType

    @@ -403,7 +419,9 @@

    symbolType

    @@ -435,7 +453,7 @@

  • Properties

    Properties

    action

    @@ -167,7 +173,9 @@

    action

    orderId

    @@ -193,7 +201,13 @@

    orderId

    @@ -233,7 +247,7 @@

  • Properties

    Properties

    close

    @@ -158,7 +160,9 @@

    close

    high

    @@ -184,7 +188,9 @@

    high

    low

    @@ -210,7 +216,9 @@

    low

    open

    @@ -236,7 +244,9 @@

    open

    timestamp

    @@ -262,7 +272,9 @@

    timestamp

    @@ -294,7 +306,7 @@

  • Properties >
  • Properties

    Properties

    duration

    @@ -189,7 +199,9 @@

    duration

    @@ -219,7 +231,9 @@

    @@ -249,7 +263,13 @@

    symbolId

    @@ -284,7 +304,9 @@

    symbolId

    Optional to

    @@ -312,7 +334,13 @@

    Optional to

    @@ -352,7 +380,7 @@

  • >
  • versionProperties

    Properties

    pair

    @@ -149,7 +151,9 @@

    pair

    rate

    @@ -175,7 +179,9 @@

    rate

    @@ -210,7 +216,7 @@

  • Properties

    Properties

    from

    @@ -165,7 +171,9 @@

    from

    to

    @@ -191,7 +199,13 @@

    to

    @@ -231,7 +245,7 @@

  • Properties

    Properties

    currencies

    @@ -146,7 +148,7 @@

    currencies

    convertedValue

    @@ -182,7 +186,9 @@

    convertedValue

    @@ -210,7 +216,9 @@

    @@ -242,7 +250,7 @@

    @@ -198,7 +202,9 @@

    @@ -232,7 +238,9 @@

    symbolId

    @@ -262,7 +270,7 @@

    symbolId

    client_id

    @@ -189,7 +193,9 @@

    client_id

    @@ -217,7 +223,9 @@

    shared_key

    @@ -243,7 +251,9 @@

    shared_key

    @@ -282,7 +292,7 @@

    id

    @@ -177,7 +181,9 @@

    id

    @@ -211,7 +217,7 @@

  • versionProperties

    Properties

    exchangeId

    @@ -158,7 +164,13 @@

    exchangeId

    @@ -198,7 +210,7 @@

  • versionIndex

    Properties