Skip to content

Latest commit

 

History

History
238 lines (121 loc) · 13 KB

CHANGELOG.md

File metadata and controls

238 lines (121 loc) · 13 KB

Changelog

4.0.0 (2024-01-27)

Bug Fixes

  • modify size under the price-time-priority (32cfe04), closes #336

Chore

  • deps-dev: bump husky from 8.0.3 to 9.0.6 (a39deda)
  • deps-dev: bump tap from 18.6.1 to 18.7.0 (b8eb10e)

Test

  • modify order now return IProcessOrder (838234b)

3.0.0 (2024-01-26)

⚠ BREAKING CHANGES

  • modify order price that cross the market price

Bug Fixes

  • modify order price that cross the market price (32413ae), closes #336
  • uinqueID -> uniqueID (3868529)

Chore

  • deps-dev: bump @commitlint/cli from 17.7.1 to 17.7.2 (d16ea04)
  • deps-dev: bump @commitlint/cli from 17.7.2 to 17.8.0 (e7b2058)
  • deps-dev: bump @commitlint/cli from 17.8.0 to 18.5.0 (1612715)
  • deps-dev: bump @commitlint/cli from 18.5.0 to 18.6.0 (cbda5fd)
  • deps-dev: bump @commitlint/config-conventional (1bc900e)
  • deps-dev: bump @commitlint/config-conventional (860278a)
  • deps-dev: bump @commitlint/config-conventional (ab2a574)
  • deps-dev: bump @release-it/conventional-changelog (15225bd)
  • deps-dev: bump @release-it/conventional-changelog (398e465)
  • deps-dev: bump @types/functional-red-black-tree (207416a)
  • deps-dev: bump @types/functional-red-black-tree (3ca4f99)
  • deps-dev: bump @types/tap from 15.0.8 to 15.0.9 (07be7ba)
  • deps-dev: bump release-it and @release-it/conventional-changelog (00976a8)
  • deps-dev: bump release-it from 16.1.5 to 16.2.0 (e31a216)
  • deps-dev: bump release-it from 16.2.0 to 16.2.1 (d6745d2)
  • deps-dev: bump release-it from 16.2.1 to 16.3.0 (952ceb9)
  • deps-dev: bump ts-loader from 9.4.4 to 9.5.0 (c43647f)
  • deps-dev: bump ts-loader from 9.5.0 to 9.5.1 (bba4126)
  • deps-dev: bump ts-node from 10.9.1 to 10.9.2 (654ed04)
  • deps-dev: bump typescript from 5.1.6 to 5.2.2 (2f9f4a8)
  • deps-dev: bump typescript from 5.2.2 to 5.3.3 (ed4e996)
  • deps-dev: bump webpack from 5.88.2 to 5.89.0 (df98376)
  • deps-dev: bump webpack from 5.89.0 to 5.90.0 (6783c66)
  • deps: bump bignumber.js from 9.1.1 to 9.1.2 (929acfb)

Documentation

Test

2.3.5 (2023-08-22)

Chore

  • disable npm publish by release-it (739e88a)

2.3.4 (2023-08-22)

Chore

  • deps: replace standard-version with release-it (6368cab)
  • optional size or price on order update (148f050)

Documentation

  • recreate changelog with release-it conventionalcommits (5068e84)

Test

2.3.3 (2023-08-19)

Performance Improvements

  • improve order types and comment (cd8e97a)

2.3.2 (2023-07-16)

Features

  • use bignumber.js for size precision (4449d68)

2.3.1 (2023-07-16)

Performance Improvements

2.3.0 (2023-05-09)

Performance Improvements

  • improve OrderSide performance by saving asks in ascending order and bids in descending order (57b0e34)

2.2.1 (2023-05-08)

Bug Fixes

  • check if sell FOK order can be filled (2814b3e)

2.2.0 (2023-05-06)

Features

2.1.0 (2023-03-29)

Features

  • add fill or kill time in force (a146cfe)
  • add immediate or cancel time in force (aa671c6)

2.0.2 (2023-03-21)

Bug Fixes

  • incorrect size amount on partial processed order (#156) (25cca3f)

Performance Improvements

  • avoid check best price (f109feb)
  • check order side is valid (66ad34a)

2.0.1 (2022-11-20)

Bug Fixes

  • remove deprecated function (1682ff5)

2.0.0 (2022-11-20)

1.1.0 (2022-08-16)

Features

  • add createOrder method and deprecated old function names (8a12fc7)

1.0.0 (2022-08-16)

Features

  • support price and/or size updating of an order (a0fba73)

0.0.6 (2022-07-29)

Features

Performance Improvements

0.0.5 (2022-07-29)

Features

Bug Fixes

  • circle ci coverage upload (1114be2)

0.0.4 (2022-07-28)

Bug Fixes

  • fix update order and limit order when order already exist (a9313cf)

0.0.3 (2022-07-28)

Performance Improvements

  • replace dbly-linked-list with denque (f0c9b92)

0.0.2 (2022-07-26)

Bug Fixes

  • add missing addscope script (4c5098c)

0.0.1 (2022-07-26)

Features