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