Skip to content

Releases: bitfinexcom/bitfinex-api-node

v4.0.15

02 Jul 10:56
Compare
Choose a tag to compare
  • fix 2 high vulnerabilities, switch from cli-table2 to cli-table3 dependency

v4.0.13

26 Mar 17:09
Compare
Choose a tag to compare
  • meta: mv several moduels to deps from dev-deps for bfx-cli

v4.0.12

26 Mar 15:35
Compare
Choose a tag to compare
  • meta: mv readline-promise to deps from dev-deps

v4.0.11

26 Mar 14:46
Compare
Choose a tag to compare
  • meta: added nyc for coverage file gen
  • meta: added husky npm test pre-commit hook
  • meta: refactored to async/await instead of Promises where possible
  • meta: refactored examples to reduce boilerplate and normalize output
  • meta: removed example script runners from package.json
  • examples: removed CLI scripts in favour of a dedicated bfx-cli module
  • examples: renamed 'orders' to 'list-open-orders'
  • examples: positions now always includes P/L
  • WSv2: support '*' filter value to match all
  • WSv2: added sequencingEnabled() method
  • WSv2: added usesAgent() method
  • WSv2: added getURL() method
  • WSv2: fix in cancelOrders() to prevent context clobber for this.cancelOrder() call
  • WSv2: default connection url now exposed on WSv2.url
  • WSv2: removed unused prec/len params from unsubscribeOrderBook()
  • WSv2: removed unused rawMsg param from _handleEventMessage()
  • WSv2: fix getDataChannelId() not filtering by channel type
  • WS2Manager: reconnect() and close() now return promises
  • WS2Manager: added getAuthArgs()
  • WS2Manager: added missing tests

v4.0.10

26 Feb 09:15
Compare
Choose a tag to compare
  • fix: refactor tests so they can run alongside all other HF/API library tests

v4.0.9

25 Feb 09:35
Compare
Choose a tag to compare
  • WS2Manager: respect internal auth arg settings

v4.0.8

25 Feb 02:49
Compare
Choose a tag to compare
  • WSv2: fix on trade message handler by prioritising channel data symbol over pair symbol

v4.0.7

24 Feb 10:15
Compare
Choose a tag to compare
(refactor) use async/await where possible in tests/ws2

v4.0.5

20 Feb 03:41
Compare
Choose a tag to compare
(meta) update CHANGELOG

v4.0.4

11 Feb 11:00
Compare
Choose a tag to compare
ws2: fix ob update unit tests