You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-15
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,27 @@
1
1
# Changelog
2
2
3
-
## 1.1.16 | 2025-03-27
3
+
## 1.2.0 | 2025-04-09
4
4
5
-
Updated the package used for handling HTTP API calls from Request to Fetch. Added `sa_bank_code` to the chargeSchema for ACH charge in `zar` for specific OZOW banks.
5
+
Replace `Request` package with `Fetch`for HTTP requests and update the charge schema.
6
6
7
7
### Version Changes
8
-
9
8
-[ADDED]`sa_bank_code` in the chargeSchema.
10
9
-[ADDED] Fetch API to handle HTTP calls in the SDK.
11
10
-[FIXED] Bumped axios version to the latest.
12
11
-[REMOVED] The deprecated request package as a dependency.
13
12
13
+
14
+
14
15
## 1.1.15 | 2025-02-28
15
16
16
17
Added transaction verification by reference and updated the settlement imports for the `fetch_all()` and `fetch()` settlement methods.
17
18
18
19
### Version Changes
19
-
20
20
-[ADDED] Transaction verification by reference(`tx_ref`).
21
21
-[FIXED] Update the `fetch_all()` and `fetch()` settlement methods to use the correct settlement imports, ensuring they send the correct requests to the Flutterwave API.
22
22
23
+
24
+
23
25
## 1.1.14 | 2024-12-13
24
26
25
27
Updated the `voucher` parameter in the momo schema.
@@ -28,60 +30,68 @@ Updated the `voucher` parameter in the momo schema.
28
30
-[FIXED] Make the `voucher` parameter optional in the create mobile money schema.
29
31
30
32
33
+
31
34
## 1.1.13 | 2024-11-19
32
35
33
36
Updated the `getBalanceByCurrency` method to parse path parameters.
34
37
35
38
### Version Changes
36
-
37
39
-[FIXED] Update the `balance_currency` function in the Misc object to exclude queries when parsing a path parameter.
38
40
41
+
42
+
39
43
## 1.1.12 | 2024-09-27
40
44
Update the list schema.
41
45
42
46
### Version Changes
43
47
-[FIXED] Remove the required validation on the 'account_bank' parameter.
44
48
49
+
50
+
45
51
## 1.1.11 | 2024-09-10
46
52
Update `account_bank` validation in create schema.
47
53
48
54
### Version Changes
49
55
-[FIXED] Update minLength & maxLength validation for account_bank parameter.
50
56
57
+
58
+
51
59
## 1.1.10 | 2024-04-04
52
60
53
61
Updated the variable name "package" which happens to be a reserved word in JavaScript, and it is causing compatibility issues with certain bundlers.
54
62
55
63
### Version Changes
56
-
57
64
-[FIXED] changed the variable name 'package' to 'packageJson' in the logger.js file.
58
65
66
+
67
+
59
68
## 1.1.9 | 2024-03-18
60
69
61
70
Validation hotfix on subaccounts
62
71
63
72
### Version Changes.
64
-
65
73
-[FIXED] Update validation (minLength & maxLength) for 'account_bank" parameter in the subaccountSchema.
66
74
75
+
76
+
67
77
## 1.1.8 | 2024-02-19
68
78
69
79
Updated BVN verification flow and hotfixes on subaccount, bills and transaction fees:
70
80
71
81
### Version Changes.
72
-
73
82
-[ADDED] New BVN verification flow (via NIBBS).
74
83
-[ADDED] Unit tests for more coverage on the BVN verification, fees, and split payments.
75
84
-[ADDED] Subaccounts parameter (optional) to card charge and PWBT requests.
76
85
-[FIXED] Resolved "URL Not Found" Error returned from Validate Bill Service method.
77
86
-[FIXED] Resolved "Invalid currency provided" Error returned from the Transaction fees method.
78
87
88
+
89
+
79
90
## 1.1.7 | 2024-01-25
80
91
81
92
Scheduled updates and bugfixes:
82
93
83
94
### Version Changes.
84
-
85
95
-[ADDED] Tanzania mobile money payment method.
86
96
-[ADDED] Fawry Pay payment method.
87
97
-[ADDED] Supplementary parameters in the createBulkTransferSchema.
@@ -100,37 +110,41 @@ Scheduled updates and bugfixes:
100
110
-[FIXED] Revised the NG bank charge (Mono).
101
111
-[REMOVED] Eliminated the "amount" parameter in the updatePlanSchema.
102
112
113
+
114
+
103
115
## 1.1.6 | 2023-06-21
104
116
105
117
Hotfix on Transfer fees and Bank lists.
106
118
107
119
### Version changes.
108
-
109
120
-[FIXED] Transfer fees returning 0 for all amounts.
110
121
-[FIXED] Null data response for Bank lists.
111
122
123
+
124
+
112
125
## 1.1.5 | 2023-04-13
113
126
114
127
Hotfix to hide header information in the library response.
115
128
116
129
### Version changes.
117
-
118
130
-[FIXED] Removed headers in the response.
119
131
132
+
133
+
120
134
## 1.1.4 | 2023-04-13
121
135
122
136
This release fixes the empty subscription fetch query with user email.
123
137
124
138
### Version changes.
125
-
126
139
-[FIXED] Empty data in response object for subscription fetch with email query parameter
127
140
141
+
142
+
128
143
## 1.1.3 | 2023-03-29
129
144
130
145
Scheduled updates and bug fixes. This release fixes all the bugs in the new SDK (v1.1.0)
131
146
132
147
### Version changes.
133
-
134
148
-[FIXED] Updated validation for empty meta objects in charge and transfer methods.
135
149
-[FIXED] Added conditional validation for `Country`, `Network`and `Voucher` parameters in Mobile Money schema.
0 commit comments