-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathHistory.txt
208 lines (160 loc) · 5.25 KB
/
History.txt
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
198
199
200
201
202
203
204
205
206
207
208
=== 2.1.0.rc12 2021-08-19
* 2 minor enhancements:
* Merge 2.0.x behaviours (2.0.27)
* Merge 2.0.x behaviours (2.0.26)
=== 2.1.0.rc11 2020-12-24
* 1 minor enhancement:
* Merge 2.0.x behaviours (2.0.25)
=== 2.1.0.rc10 2020-12-15
* 1 minor enhancement:
* Merge 2.0.x behaviours (2.0.24)
=== 2.1.0.rc9 2020-12-03
* 1 minor enhancement:
* Merge 2.0.x behaviours (2.0.23)
=== 2.1.0.rc8 2020-11-23
* 1 minor enhancement:
* Merge 2.0.x behaviours (2.0.22)
=== 2.1.0.rc7 2020-11-12
* 2 minor enhancement:
* Merge 2.0.x behaviours (2.0.21)
* Merge 2.0.x behaviours (2.0.20)
=== 2.1.0.rc6 2020-05-28
* 1 minor enhancement:
* Merge 2.0.x behaviours (2.0.19)
=== 2.1.0.rc5 2020-05-25
* 1 minor enhancement:
* Merge 2.0.x behaviours (2.0.18)
=== 2.1.0.rc4 2020-04-27
* 1 minor enhancement:
* Merge 2.0.x behaviours
=== 2.1.0.rc3 2020-04-07
* 1 minor enhancement:
* Update balance transactions resource
=== 2.1.0.rc1 2019-08-07
* 1 major enhancement:
* Update rest-client to 2.1.0.rc1 because of memory leaks
=== 2.0.27 2021-08-19
* 1 minor update:
* URI.escape is deprecated
=== 2.0.26 2021-05-31
* 2 major enhancements:
* Add support for Octobat Plaza endpoints
* Add persistence of the octobat_account header through requests
=== 2.0.25 2020-12-24
* 2 major enhancements:
* Add support for Subscription object
* Add support for UsageItem object
=== 2.0.24 2020-12-15
* 1 minor enhancements:
* Add support for Invoice#mark_uncollectible endpoint
=== 2.0.23 2020-12-03
* 1 minor enhancements:
* Add support for Invoice#set_payment_terms endpoint
=== 2.0.22 2020-11-23
* 1 minor enhancements:
* Add support for CustomerBalanceTransaction object
=== 2.0.21 2020-11-12
* 3 major enhancements:
* Add support for Supplier object
* Add support for SelfBillingInvoice object
* Add support for PurchaseItem object
=== 2.0.20 2020-10-05
* 1 major enhancements:
* Add support for Beanie::Session object
=== 2.0.19 2020-05-28
* 2 major enhancements:
* Add { opts } param for all nested methods, so you can include headers such as the Connected Octobat Account ID in subrequests
* Add support for CreditNote#cancel endpoint
=== 2.0.18 2020-05-25
* 3 major enhancements:
* Add support for multipart encoder (file upload)
* Add support for File API endpoints
* Add support for Reporting API endpoints
=== 2.0.17 2020-04-27
* 1 minor enhancement:
* Update Order API endpoints
=== 2.0.16 2020-03-20
* 1 major enhancement:
* Add TaxId resource
=== 2.0.15 2019-09-10
* 1 minor enhancement:
* Add Setup Intent statuses support for Orders
=== 2.0.14 2019-07-24
* 1 minor enhancement:
* Add Order
=== 2.0.13 2019-05-20
* 1 minor enhancement:
* Add ProformaInvoices
=== 2.0.11 2018-04-10
* 1 minor enhancement:
* Add CSV exports for payouts
=== 2.0.10 2018-03-08
* 1 minor enhancement:
* Add Tax Evidences Requests for supplier & customer data
=== 2.0.9 2017-10-02
* 1 minor enhancement:
* Add PDF exports for credit notes
=== 2.0.8 2017-06-08
* 1 minor enhancement:
* Add CSV exports for transactions
=== 2.0.7 2017-05-30
* 1 minor enhancement:
* Fixbug on credit notes items
=== 2.0.6 2017-05-29
* 1 minor enhancement:
* Fixbug on List to single resource, add headers & params
=== 2.0.5 2017-05-29
* 1 minor enhancement:
* Balance transactions belong to payouts
=== 2.0.4 2017-05-26
* 2 minor enhancement:
* Manage different API versions
* Add endpoint for payouts & balance transactions
=== 2.0.3 2017-04-12
* 1 minor enhancement:
* Delete customers
=== 2.0.1 2017-02-13
* 1 minor enhancement:
* Add confirmation date as an option for invoices & credit notes
=== 2.0.0 2017-01-23
* 1 major enhancement:
* Bump to Octobat v2 API endpoint
=== 0.0.12 2016-04-13
* 1 minor enhancement:
* Add pagination helpers
=== 0.0.9 2016-04-13
* 1 major enhancement
* Can initialize Octobat Objects without persistence, and save them later with save method
=== 0.0.8 2016-02-04
* 3 minor enhancements:
* Add the draft invoices feature, refactoring invoices#create to create only draft invoices
* Add invoices#confirm to confirm draft invoices and insert them into the numbering sequence
* Add invoice_items#create for creating invoice items
=== 0.0.6 2015-10-13
* 2 minor enhancements:
* Add invoices#update for non already-sent invoices
* Add invoices#send to make the email sending programmable
=== 0.0.5 2015-07-21
* 1 minor enhancement:
* Add invoices#all customer filter and Customer.invoices method
=== 0.0.12 2016-04-13
* 1 minor enhancement:
* Add pagination helpers
=== 0.0.9 2016-04-13
* 1 major enhancement
* Can initialize Octobat Objects without persistence, and save them later with save method
=== 0.0.8 2016-02-04
* 3 minor enhancements:
* Add the draft invoices feature, refactoring invoices#create to create only draft invoices
* Add invoices#confirm to confirm draft invoices and insert them into the numbering sequence
* Add invoice_items#create for creating invoice items
=== 0.0.6 2015-10-13
* 2 minor enhancements:
* Add invoices#update for non already-sent invoices
* Add invoices#send to make the email sending programmable
=== 0.0.5 2015-07-21
* 1 minor enhancement:
* Add invoices#all customer filter and Customer.invoices method
=== 0.0.1 2015-02-06
* 1 major enhancement:
* Initial release