Skip to content

Commit

Permalink
chore(release): hft-limit-order-book@7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fasenderos committed Aug 2, 2024
1 parent 74f5907 commit c3ef816
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [7.0.0](https://github.com/fasenderos/hft-limit-order-book/compare/v6.1.1...v7.0.0) (2024-08-02)


### ⚠ BREAKING CHANGES

* - The `isMaker` property has been removed from the limit order object.
- New properties `takerQty` and `makerQty` have been added to the limit order objecct.

### Features

* add postOnly limit order option ([4dd8d69](https://github.com/fasenderos/hft-limit-order-book/commit/4dd8d693c84cd6ebb5285f8f5be84864bcb8f001))
* taker and maker support + fix origSize on limit order ([74f5907](https://github.com/fasenderos/hft-limit-order-book/commit/74f59077913a25c7ff742c0a0e3a1f87f3799191))


### Documentation

* add postOnly documentation ([a9758cf](https://github.com/fasenderos/hft-limit-order-book/commit/a9758cf66c0520b42ce4ea612838a3b3b10b1d91))
* fix link in readme ([def26de](https://github.com/fasenderos/hft-limit-order-book/commit/def26dedc4f8c33bf4629fe7bdcac3496836fb7b))
* fix link in readme ([663f9b2](https://github.com/fasenderos/hft-limit-order-book/commit/663f9b2f2e513b48d119e6fb3c0eb652b4a08417))
* fix link in readme ([c32bed1](https://github.com/fasenderos/hft-limit-order-book/commit/c32bed12594e5e3ed691de8b78f4d74fb0379885))


### Refactoring

* custom error factory ([e99766e](https://github.com/fasenderos/hft-limit-order-book/commit/e99766e79c372276adbca90db37a36a87a47bcd7))

## [6.1.1](https://github.com/fasenderos/hft-limit-order-book/compare/v6.1.0...v6.1.1) (2024-08-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hft-limit-order-book",
"version": "6.1.1",
"version": "7.0.0",
"description": "Node.js Lmit Order Book for high-frequency trading (HFT).",
"author": "Andrea Fassina <andrea.fassina82@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit c3ef816

Please sign in to comment.