-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG
More file actions
76 lines (55 loc) · 1.88 KB
/
CHANGELOG
File metadata and controls
76 lines (55 loc) · 1.88 KB
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
1.0.0 July, 2016
- Initial release with disputes API and dispute products
1.1.0 Sept 19, 2016
- Add `AccountID` and `Force` parameters to structs.
2.0.0 Sept 19, 2016
- Remove `CustomerName` and `CustomerEmail` parameters from structs.
3.0.0 Sept 19, 2016
- Change `TemplateID` param to `Template`.
- Add `Charge` param to struct.
4.0.0 October, 2016
- Add Dispute create method
- Add Dispute response retrieve method
- Add response status code to responses
- Update Dispute struct and casing
4.0.1 Jan, 2017
- Add Dispute kind param for create
5.0.0 Jan, 2017
- Change `ExternalIdentifier` to `ID`
- Change `ExternalCustomer` to `Customer`
- Change `ExternalCharge` to `Charge`
- Change `AccountID` to `UserID`
- Add `Account` param for account slugs
5.1.0 Jan, 2017
- Add `State` param for dispute list
5.2.0 July, 2017
- Add Accept endpoint and queue param
6.0.0 November, 2017
- Add support for overriding version
- Change `ApiKey` to `APIKey`
- Add ClientParams interface for client creation
6.1.0 August, 2018
- Add `ReferenceURL` param to structs.
6.1.1 August, 2018
- Remove `FileURL` from structs.
7.0.0 August, 2018
- Change `UserID` was deprecated in favor of `AccountID`, this was backwards in the Go lib
8.0.0 December, 2018
- Change `State` param for filtering dispute list to be a list of strings
8.1.0 February, 2019
- Add `ShippingCarrier` and `ShippingTrackingNumber` params to Product.
8.2.0 April, 2019
- Add `CorrespondenceItem` model and `correspondence` param.
8.3.0 Sept, 2019
- Add `PastPayment` model and `pastPayments` param.
8.3.1 Sept, 2019
- Add missing `submit` parameter.
8.4.0 Feb, 2021
- Add API error types.
8.5.0 Aug, 2021
- Fix int converstion
- Add account to model
8.6.1 Mar, 2023
- Added additional fields to `PastPayment` model
8.6.2 July, 2023
- Added item description field to `PastPayment` model