-
Notifications
You must be signed in to change notification settings - Fork 18
/
CHANGELOG
171 lines (137 loc) · 4.56 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
# 1.8.0
- feature: add platform/status endpoint
# 1.7.0
- feature: add conf/pub/map/currency/label endpoint
- feature: add conf/pub/list/currency/futures endpoint
- feature: add conf/pub/list/currency/securities endpoint
- feature: add conf/pub/list/currency/margin endpoint
# 1.6.0
- feature: add weighted averages endpoint
# 1.5.0
- feature: add invoice/currency/detailed endpoint for merchant
# 1.4.0
- feature: add settings/convert/list endpoint for merchant
- feature: add settings/convert/create endpoint for merchant
- feature: add settings/convert/remove endpoint for merchant
- feature: add settings/daily/limit endpoint for merchant
- feature: add settings/set endpoint for merchant
- feature: add settings/set/batch endpoint for merchant
- feature: add settings/get endpoint for merchant
- feature: add settings/list endpoint for merchant
- feature: add invoice/refund endpoint for merchant
- feature: add invoice/mark/refunded endpoint for merchant
- feature: add invoice/events endpoint for merchant
- feature: add currency/detailed endpoint for merchant
- feature: add currency/list endpoint for merchant
- feature: add invoice/update endpoint for merchant
- feature: add invoice/create/pos endpoint for merchant
- feature: add invoices/paginated endpoint for merchant
- feature: add invoice/expire endpoint for merchant
- feature: add deposits endpoint for merchant
# 1.3.0
- feature: add movement info endpoint
# 1.2.0
- feature: add delete token endpoint
- feature: add unlinked deposits for merchant endpoint
# 1.1.6
- feature: add core settings endpoint
# 1.1.5
- feature: add complete invoice for merchant endpoint
# 1.1.4
- feature: auth middleware
# 1.1.3
- feature: add create invoice for merchant endpoint
- feature: add list invoices for merchant endpoint
# 1.1.2
- feature: add fx calc endpoint
# 1.1.1
- feature: add order submit endpoint
- feature: add auth permissions endpoint
- feature: add pair info endpoint
- feature: add currency tx fee endpoint
- fix: fix account summary endpoint
# 1.1.0
- feature: dynamic responses
# 1.0.17
- feature: add map symbols endpoint
- feature: add inactive currencies endpoint
# 1.0.16
- feature: add generate token endpoint
# 1.0.15
- feature: add set user settings endpoint
- feature: add get user settings endpoint
# 1.0.14
- meta: bump minimum node version to 7.6.0
- meta: update all deps
- meta: standardize eslint config
- meta: replace istanbul w/ nyc
- feature: improve JSDoc doclets
- refactor: export MockServer
# 1.0.13
- feature: add inactive symbols endpoint
# 1.0.12
- feature: /v2/calc/trade/avg endpoint mock
- feature: /v2/auth/w/deposit/invoice endpoint mock
- feature: /v2/auth/w/funding/keep endpoint mock
- feature: /v2/auth/w/order/cancel/multi endpoint mock
- feature: /v2/auth/w/order/multi endpoint mock
# 1.0.11
- feature: add margin symbols endpoint
# 1.0.10
- feature: public pulse history rest2 endpoint
- feature: private pulse history rest2 endpoint
# 1.0.9
- feature: private delete pulse rest2 endpoint
# 1.0.8
- feature: private add pulse rest2 endpoint
# 1.0.7
- feature: add public pulse profile endpoint
# 1.0.6
- feature: add positions snap endpoint
# 1.0.5
- feature: add change logs endpoint
# 1.0.4
- feature: add isOpen() to WSv2 mock server
# 1.0.3
- feature: add account summary endpoint
# 1.0.2
- feature: add logins endpoint
# 1.0.1
- docs: create/update
# 1.0.0
- manifest: bump version to move out of 0.x
- manifest: set Bitfinex as author
- manifest: populate contributors
- add changelog
- add readme
- add issue/PR templates
- add travis config
- add temporary blank test so npm test passes
# 0.0.3
- feature: add support for historical liqudidations endpoint
- feature: add status message endpoint
- fix: support dynamic keys on symbols/currencies/futures endpoints
# 0.0.2
- feature: add derivative collateral set endpoint
- feature: support sort arg on auth trades endpoint
- feature: add symbols endpoint
- feature: add futures symbols endpoint
- feature: add ledgers endpoints
- feature: add movements endpoints
- feature: add orders history endpoint
- feature: add trades history endpoint
- feature: add user info endpoint
- feature: add funding trades endpoint
- feature: add offers history endpoint
- feature: add loans history endpoint
- feature: add credits history endpoint
- feature: add currencies endpoint
- feature: add public trades endpoint
- feature: add wallets history endpoint
- feature: add positions endpoint
- feature: add positions audit endpoint
- feature: add historical tickers endpoint
- fix: rm /r/ from calc endpoint URL
- fix: re-order paths by specificity
# 0.0.1
- Initial version