-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathCHANGELOG
197 lines (143 loc) · 4.35 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
# 2.0.1
- chore: bump bfx-api-node-rest to 6.0.0
# 2.0.0
- chore: deprecated support for pulse endpoints
# 1.8.2
- feat: add IOC order type
# 1.8.1
- fix: Add extra Weighted Averages fields for trades timestamps
# 1.8.0
- feature: Weighted Averages model
# 1.7.1
- fix: Change FundingOffer, Order, Position model to support new rest api signature
- fix: Test coverage to support new rest api signature
# 1.7.0
- feature: Currency Movement Info model
# 1.6.3
- fix: public trade unserializing from snapshot
# 1.6.2
- feature: visible on hit option supported for hidden orders
# 1.6.0
- feature: Core settings model
# 1.5.0
- feature: added isPaperTradeEnabled info in user info model
# 1.4.1
- fix: validate inputs on updateWith method in order book model
# 1.4.0
- chore: standard upgrade
- chore: remove babel
# 1.3.3
- feature: add extra keys to account summary model
# 1.3.2
- feature: add note to movement model
# 1.3.1
- feature: enriched pulse message model to include pulse comments
# 1.3.0
- feature: add multi level parser to base model class
- feature: add symbol details model
- feature: add transaction fee model
- feature: add account summary model
- feature: add auth permission model
# 1.2.11
- feature: add clampMin to StatusMessagesDeriv model
- feature: add clampMax to StatusMessagesDeriv model
# 1.2.10
- feature: add walletFx to currency model
- fix: currencies explorer is an array not a string
# 1.2.9
- feature: add Invoice model
# 1.2.8
- feature: enriched pulse message model to include pulse profile
# 1.2.7
- feature: add pulse model
# 1.2.6
- feature: add public pulse profile model
# 1.2.5
- feature: add change log model
# 1.2.4
- meta: added JSDoc-generated HTML docs
- meta: standardized linter config
# 1.2.3
- fix: index lookup in validation of array-format models
# 1.2.2
- fix: make bfx-api-node-rest dev-dep to break circular dependency
# 1.2.1
- fix: move bfx-hf-util and bfx-api-node-rest to deps from dev deps
# 1.2.0
- meta: bumped dependencies
- meta: added husky pre-commit test hook
- feature: add validation support to models
- refactor: core Model() class method signatures to reduce boilerplate
- Position feature: orderToClose() method
- Model fix: toJS() unserialize method invocation parameters
# 1.1.10
- feature: add ability to specify lev in new Order object
# 1.1.9
- feature: Add type to FundingCredit and FundingLoan
# 1.1.8
- Order feature: add toString() method
# 1.1.7
- fix: increase test timeout in a few places
# 1.1.6
- fix: generate orderbook checksum using strings to prevent
https://github.com/bitfinexcom/bitfinex-api-node/issues/511
# 1.1.5
- feature: support affiliateCode field in Order class
# 1.1.4
- feature: Login model
# 1.1.3
- models/Order: fix OCO field population on on packets
# 1.1.2
- models/order: add fields hidden, routing and meta
# 1.1.1
- docs: create/update
# 1.1.0
- adds function Position.claim
- adds function FundingOffer.submit
- adds function FundingOffer.close
- adds function FundingOffer.cancel
# 1.0.13
- fix: (Model bool field handling) un-quote key in indexOf call
- manifest: add build script
- manifest: update dependencies
- meta: standardize travis conig
- meta: add github issue/pr templates
- meta: init changelog
# 1.0.12
- Order fix: prepare prices & amounts in new order packet
- Order refactor: require gid to match to apply an update
# 1.0.11
- Order fix: init reduce-only flag in constructor
- Position fix: add missing fields
- feature: StatusMessagesDeriv model
- feature: Liquidation model
# 1.0.10
- feature: make all model collections iterable
# 1.0.9
- Currency: add symbol field
# 1.0.8
- feature: populate tif & mtsTIF on Order
# 1.0.7
- refactor: convert PositionHist to Position
# 1.0.6
- feature: WalletHistory model
- feature: PositionHistory model
- feature: TradingTickerHist model
- feature: FundingTickerHist model
- fix: tests for FundingTicker & TradingTicker
# 1.0.5
- OrderBook refactor: assumy OB snapshots are sorted in update method
- OrderBook fix: support update with empty snapshot
- feature: add live REST tests where possible
# 1.0.4
- OrderBook fix: guard against empty array OB updates in updateArrayOBWith
# 1.0.3
- fix: update FundingTicker & TradingTicker formats
# 1.0.2
- fix: allow creating orders w/ amount or amountOrig 0
# 1.0.1
- feature: Currency model
- feature: UserInfo model
- LedgerEntry feature: add wallet field
# 1.0.0
* Initial version