Skip to content

Commit 5068e84

Browse files
committed
docs: recreate changelog with release-it conventionalcommits
1 parent 6368cab commit 5068e84

File tree

2 files changed

+73
-36
lines changed

2 files changed

+73
-36
lines changed

.release-it.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"types": [
2525
{ "type": "feat", "section": "Features" },
2626
{ "type": "fix", "section": "Bug Fixes" },
27-
{ "type": "chore", "hidden": true },
28-
{ "type": "docs", "hidden": true },
29-
{ "type": "style", "hidden": true },
30-
{ "type": "refactor", "hidden": true },
31-
{ "type": "perf", "hidden": true },
32-
{ "type": "test", "hidden": true }
27+
{ "type": "chore", "section": "Chore" },
28+
{ "type": "docs", "section": "Documentation" },
29+
{ "type": "refactor", "section": "Refactoring" },
30+
{ "type": "perf", "section": "Performance Improvement" },
31+
{ "type": "test", "section": "Test" },
32+
{ "type": "style", "hidden": true }
3333
]
3434
}
3535
}

CHANGELOG.md

Lines changed: 67 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,74 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
## [2.3.3](https://github.com/fasenderos/hft-limit-order-book/compare/v2.3.2...v2.3.3) (2023-08-19)
44

5-
### [2.3.3](https://github.com/fasenderos/hft-limit-order-book/compare/v2.3.2...v2.3.3) (2023-08-19)
65

7-
### [2.3.2](https://github.com/fasenderos/hft-limit-order-book/compare/v2.3.1...v2.3.2) (2023-07-16)
6+
### Performance Improvements
7+
8+
* improve order types and comment ([cd8e97a](https://github.com/fasenderos/hft-limit-order-book/commit/cd8e97a4bd91ba83993372f36006d6fb41e21b4c))
9+
10+
## [2.3.2](https://github.com/fasenderos/hft-limit-order-book/compare/v2.3.1...v2.3.2) (2023-07-16)
811

912

1013
### Features
1114

12-
* use bignumber.js for size precision ([4449d68](https://github.com/fasenderos/hft-limit-order-book/commits/4449d68ec8e854272da694a9f325cb8ab481b961))
15+
* use bignumber.js for size precision ([4449d68](https://github.com/fasenderos/hft-limit-order-book/commit/4449d68ec8e854272da694a9f325cb8ab481b961))
16+
17+
## [2.3.1](https://github.com/fasenderos/hft-limit-order-book/compare/v2.3.0...v2.3.1) (2023-07-16)
1318

14-
### [2.3.1](https://github.com/fasenderos/hft-limit-order-book/compare/v2.3.0...v2.3.1) (2023-07-16)
19+
20+
### Performance Improvements
21+
22+
* remove useless check ([ed1c887](https://github.com/fasenderos/hft-limit-order-book/commit/ed1c887a3493dc5191b41bcdb51b58df92d74a1f))
1523

1624
## [2.3.0](https://github.com/fasenderos/hft-limit-order-book/compare/v2.2.1...v2.3.0) (2023-05-09)
1725

18-
### [2.2.1](https://github.com/fasenderos/hft-limit-order-book/compare/v2.2.0...v2.2.1) (2023-05-08)
26+
27+
### Performance Improvements
28+
29+
* improve OrderSide performance by saving asks in ascending order and bids in descending order ([57b0e34](https://github.com/fasenderos/hft-limit-order-book/commit/57b0e34a392af26fb80ed56cc141652da8c8e1b5))
30+
31+
## [2.2.1](https://github.com/fasenderos/hft-limit-order-book/compare/v2.2.0...v2.2.1) (2023-05-08)
1932

2033

2134
### Bug Fixes
2235

23-
* check if sell FOK order can be filled ([2814b3e](https://github.com/fasenderos/hft-limit-order-book/commits/2814b3eff4dea8fe8e4bd76107aec78f27993dad))
36+
* check if sell FOK order can be filled ([2814b3e](https://github.com/fasenderos/hft-limit-order-book/commit/2814b3eff4dea8fe8e4bd76107aec78f27993dad))
2437

2538
## [2.2.0](https://github.com/fasenderos/hft-limit-order-book/compare/v2.1.0...v2.2.0) (2023-05-06)
2639

2740

2841
### Features
2942

30-
* add isMaker flag on response [#172](https://github.com/fasenderos/hft-limit-order-book/issues/172) ([82d811b](https://github.com/fasenderos/hft-limit-order-book/commits/82d811b45ce426c8179a3ca8fbf8f49205c6b0a2))
43+
* add isMaker flag on response [#172](https://github.com/fasenderos/hft-limit-order-book/issues/172) ([82d811b](https://github.com/fasenderos/hft-limit-order-book/commit/82d811b45ce426c8179a3ca8fbf8f49205c6b0a2))
3144

3245
## [2.1.0](https://github.com/fasenderos/hft-limit-order-book/compare/v2.0.2...v2.1.0) (2023-03-29)
3346

3447

3548
### Features
3649

37-
* add fill or kill time in force ([a146cfe](https://github.com/fasenderos/hft-limit-order-book/commits/a146cfecee71d236111dafc792dbe0ac07fb841f))
38-
* add immediate or cancel time in force ([aa671c6](https://github.com/fasenderos/hft-limit-order-book/commits/aa671c616d08a00f4c55a55c3f8e0fe2590281e2))
50+
* add fill or kill time in force ([a146cfe](https://github.com/fasenderos/hft-limit-order-book/commit/a146cfecee71d236111dafc792dbe0ac07fb841f))
51+
* add immediate or cancel time in force ([aa671c6](https://github.com/fasenderos/hft-limit-order-book/commit/aa671c616d08a00f4c55a55c3f8e0fe2590281e2))
3952

40-
### [2.0.2](https://github.com/fasenderos/hft-limit-order-book/compare/v2.0.1...v2.0.2) (2023-03-21)
53+
## [2.0.2](https://github.com/fasenderos/hft-limit-order-book/compare/v2.0.1...v2.0.2) (2023-03-21)
4154

4255

4356
### Bug Fixes
4457

45-
* incorrect size amount on partial processed order ([#156](https://github.com/fasenderos/hft-limit-order-book/issues/156)) ([25cca3f](https://github.com/fasenderos/hft-limit-order-book/commits/25cca3f3222c8d76a89cb1ecb28ecf43b62f6956))
58+
* incorrect size amount on partial processed order ([#156](https://github.com/fasenderos/hft-limit-order-book/issues/156)) ([25cca3f](https://github.com/fasenderos/hft-limit-order-book/commit/25cca3f3222c8d76a89cb1ecb28ecf43b62f6956))
59+
4660

47-
### [2.0.1](https://github.com/fasenderos/hft-limit-order-book/compare/v2.0.0...v2.0.1) (2022-11-20)
61+
### Performance Improvements
62+
63+
* avoid check best price ([f109feb](https://github.com/fasenderos/hft-limit-order-book/commit/f109febdebe839a989aed59c98503dfa515382d2))
64+
* check order side is valid ([66ad34a](https://github.com/fasenderos/hft-limit-order-book/commit/66ad34a8681ea6e0aa3ee98de77bc0e64b20a5d7))
65+
66+
## [2.0.1](https://github.com/fasenderos/hft-limit-order-book/compare/v2.0.0...v2.0.1) (2022-11-20)
4867

4968

5069
### Bug Fixes
5170

52-
* remove deprecated function ([1682ff5](https://github.com/fasenderos/hft-limit-order-book/commits/1682ff52930a1019f3f3a22c9d43057770d997f4))
71+
* remove deprecated function ([1682ff5](https://github.com/fasenderos/hft-limit-order-book/commit/1682ff52930a1019f3f3a22c9d43057770d997f4))
5372

5473
## [2.0.0](https://github.com/fasenderos/hft-limit-order-book/compare/v1.1.0...v2.0.0) (2022-11-20)
5574

@@ -58,50 +77,68 @@ All notable changes to this project will be documented in this file. See [standa
5877

5978
### Features
6079

61-
* add createOrder method and deprecated old function names ([8a12fc7](https://github.com/fasenderos/hft-limit-order-book/commits/8a12fc73a25290bb26128bfc43882151e8690df7))
80+
* add createOrder method and deprecated old function names ([8a12fc7](https://github.com/fasenderos/hft-limit-order-book/commit/8a12fc73a25290bb26128bfc43882151e8690df7))
6281

6382
## [1.0.0](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.6...v1.0.0) (2022-08-16)
6483

6584

6685
### Features
6786

68-
* support price and/or size updating of an order ([a0fba73](https://github.com/fasenderos/hft-limit-order-book/commits/a0fba7342ac36d2dd03df07be5127f3fc59f9476))
87+
* support price and/or size updating of an order ([a0fba73](https://github.com/fasenderos/hft-limit-order-book/commit/a0fba7342ac36d2dd03df07be5127f3fc59f9476))
6988

70-
### [0.0.6](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.5...v0.0.6) (2022-07-29)
89+
## [0.0.6](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.5...v0.0.6) (2022-07-29)
7190

7291

7392
### Features
7493

75-
* add benchmark ([6b52088](https://github.com/fasenderos/hft-limit-order-book/commits/6b52088491fdc8ee913721bddf315bfae556ec04))
94+
* add benchmark ([6b52088](https://github.com/fasenderos/hft-limit-order-book/commit/6b52088491fdc8ee913721bddf315bfae556ec04))
95+
7696

77-
### [0.0.5](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.4...v0.0.5) (2022-07-29)
97+
### Performance Improvements
98+
99+
* init benchmark ([78bc7f3](https://github.com/fasenderos/hft-limit-order-book/commit/78bc7f3df00825d2b0a47106e1e50e0f816f7fa0))
100+
101+
## [0.0.5](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.4...v0.0.5) (2022-07-29)
78102

79103

80104
### Features
81105

82-
* add code coverage ([7dc79ea](https://github.com/fasenderos/hft-limit-order-book/commits/7dc79ea9c320c3cd8d937db4c5de1dc544aa80c3))
83-
* add code security scanner ([2362528](https://github.com/fasenderos/hft-limit-order-book/commits/236252859662158ca975a1824ec344315873623a))
84-
* add codecov config ([672671d](https://github.com/fasenderos/hft-limit-order-book/commits/672671dec8385d7c60950433b2bf08cec3fc5cd1))
85-
* add dependabot ([1e46e08](https://github.com/fasenderos/hft-limit-order-book/commits/1e46e089735442bb50bb7a695074ebf70ffef768))
86-
* add dependebot auto-merge action ([4937a06](https://github.com/fasenderos/hft-limit-order-book/commits/4937a06ceafccfccaa5746b2cbbb98a438bddd77))
106+
* add code coverage ([7dc79ea](https://github.com/fasenderos/hft-limit-order-book/commit/7dc79ea9c320c3cd8d937db4c5de1dc544aa80c3))
107+
* add code security scanner ([2362528](https://github.com/fasenderos/hft-limit-order-book/commit/236252859662158ca975a1824ec344315873623a))
108+
* add codecov config ([672671d](https://github.com/fasenderos/hft-limit-order-book/commit/672671dec8385d7c60950433b2bf08cec3fc5cd1))
109+
* add dependabot ([1e46e08](https://github.com/fasenderos/hft-limit-order-book/commit/1e46e089735442bb50bb7a695074ebf70ffef768))
110+
* add dependebot auto-merge action ([4937a06](https://github.com/fasenderos/hft-limit-order-book/commit/4937a06ceafccfccaa5746b2cbbb98a438bddd77))
87111

88112

89113
### Bug Fixes
90114

91-
* circle ci coverage upload ([1114be2](https://github.com/fasenderos/hft-limit-order-book/commits/1114be236e047645f3f9d8533ae58031852a9794))
115+
* circle ci coverage upload ([1114be2](https://github.com/fasenderos/hft-limit-order-book/commit/1114be236e047645f3f9d8533ae58031852a9794))
92116

93-
### [0.0.4](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.3...v0.0.4) (2022-07-28)
117+
## [0.0.4](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.3...v0.0.4) (2022-07-28)
94118

95119

96120
### Bug Fixes
97121

98-
* fix update order and limit order when order already exist ([a9313cf](https://github.com/fasenderos/hft-limit-order-book/commits/a9313cf65d6dc4da963fe22f3a5db615b957d2ff))
122+
* fix update order and limit order when order already exist ([a9313cf](https://github.com/fasenderos/hft-limit-order-book/commit/a9313cf65d6dc4da963fe22f3a5db615b957d2ff))
123+
124+
## [0.0.3](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.2...v0.0.3) (2022-07-28)
99125

100-
### [0.0.3](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.2...v0.0.3) (2022-07-28)
101126

102-
### [0.0.2](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.1...v0.0.2) (2022-07-26)
127+
### Performance Improvements
128+
129+
* replace dbly-linked-list with denque ([f0c9b92](https://github.com/fasenderos/hft-limit-order-book/commit/f0c9b92893f23497a4a3e338a9fe06a9e76aa117))
130+
131+
## [0.0.2](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.1...v0.0.2) (2022-07-26)
103132

104133

105134
### Bug Fixes
106135

107-
* add missing addscope script ([4c5098c](https://github.com/fasenderos/hft-limit-order-book/commits/4c5098c86150b29ba28c6e59aac29af987791101))
136+
* add missing addscope script ([4c5098c](https://github.com/fasenderos/hft-limit-order-book/commit/4c5098c86150b29ba28c6e59aac29af987791101))
137+
138+
## [0.0.1](https://github.com/fasenderos/hft-limit-order-book/compare/1136a0e14392709161ff82a8937ce601e1277d03...v0.0.1) (2022-07-26)
139+
140+
141+
### Features
142+
143+
* initial release ([1136a0e](https://github.com/fasenderos/hft-limit-order-book/commit/1136a0e14392709161ff82a8937ce601e1277d03))
144+

0 commit comments

Comments
 (0)