Skip to content

Commit 7df12b8

Browse files
Add logs for v1.2.0
1 parent 7119d68 commit 7df12b8

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

CHANGELOG.md

+31-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Changelog
22

3-
## 1.1.16 | 2025-03-27
3+
## 1.2.0 | 2025-04-09
44

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.
66

77
### Version Changes
8-
98
- [ADDED] `sa_bank_code` in the chargeSchema.
109
- [ADDED] Fetch API to handle HTTP calls in the SDK.
1110
- [FIXED] Bumped axios version to the latest.
1211
- [REMOVED] The deprecated request package as a dependency.
1312

13+
14+
1415
## 1.1.15 | 2025-02-28
1516

1617
Added transaction verification by reference and updated the settlement imports for the `fetch_all()` and `fetch()` settlement methods.
1718

1819
### Version Changes
19-
2020
- [ADDED] Transaction verification by reference(`tx_ref`).
2121
- [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.
2222

23+
24+
2325
## 1.1.14 | 2024-12-13
2426

2527
Updated the `voucher` parameter in the momo schema.
@@ -28,60 +30,68 @@ Updated the `voucher` parameter in the momo schema.
2830
- [FIXED] Make the `voucher` parameter optional in the create mobile money schema.
2931

3032

33+
3134
## 1.1.13 | 2024-11-19
3235

3336
Updated the `getBalanceByCurrency` method to parse path parameters.
3437

3538
### Version Changes
36-
3739
- [FIXED] Update the `balance_currency` function in the Misc object to exclude queries when parsing a path parameter.
3840

41+
42+
3943
## 1.1.12 | 2024-09-27
4044
Update the list schema.
4145

4246
### Version Changes
4347
- [FIXED] Remove the required validation on the 'account_bank' parameter.
4448

49+
50+
4551
## 1.1.11 | 2024-09-10
4652
Update `account_bank` validation in create schema.
4753

4854
### Version Changes
4955
- [FIXED] Update minLength & maxLength validation for account_bank parameter.
5056

57+
58+
5159
## 1.1.10 | 2024-04-04
5260

5361
Updated the variable name "package" which happens to be a reserved word in JavaScript, and it is causing compatibility issues with certain bundlers.
5462

5563
### Version Changes
56-
5764
- [FIXED] changed the variable name 'package' to 'packageJson' in the logger.js file.
5865

66+
67+
5968
## 1.1.9 | 2024-03-18
6069

6170
Validation hotfix on subaccounts
6271

6372
### Version Changes.
64-
6573
- [FIXED] Update validation (minLength & maxLength) for 'account_bank" parameter in the subaccountSchema.
6674

75+
76+
6777
## 1.1.8 | 2024-02-19
6878

6979
Updated BVN verification flow and hotfixes on subaccount, bills and transaction fees:
7080

7181
### Version Changes.
72-
7382
- [ADDED] New BVN verification flow (via NIBBS).
7483
- [ADDED] Unit tests for more coverage on the BVN verification, fees, and split payments.
7584
- [ADDED] Subaccounts parameter (optional) to card charge and PWBT requests.
7685
- [FIXED] Resolved "URL Not Found" Error returned from Validate Bill Service method.
7786
- [FIXED] Resolved "Invalid currency provided" Error returned from the Transaction fees method.
7887

88+
89+
7990
## 1.1.7 | 2024-01-25
8091

8192
Scheduled updates and bugfixes:
8293

8394
### Version Changes.
84-
8595
- [ADDED] Tanzania mobile money payment method.
8696
- [ADDED] Fawry Pay payment method.
8797
- [ADDED] Supplementary parameters in the createBulkTransferSchema.
@@ -100,37 +110,41 @@ Scheduled updates and bugfixes:
100110
- [FIXED] Revised the NG bank charge (Mono).
101111
- [REMOVED] Eliminated the "amount" parameter in the updatePlanSchema.
102112

113+
114+
103115
## 1.1.6 | 2023-06-21
104116

105117
Hotfix on Transfer fees and Bank lists.
106118

107119
### Version changes.
108-
109120
- [FIXED] Transfer fees returning 0 for all amounts.
110121
- [FIXED] Null data response for Bank lists.
111122

123+
124+
112125
## 1.1.5 | 2023-04-13
113126

114127
Hotfix to hide header information in the library response.
115128

116129
### Version changes.
117-
118130
- [FIXED] Removed headers in the response.
119131

132+
133+
120134
## 1.1.4 | 2023-04-13
121135

122136
This release fixes the empty subscription fetch query with user email.
123137

124138
### Version changes.
125-
126139
- [FIXED] Empty data in response object for subscription fetch with email query parameter
127140

141+
142+
128143
## 1.1.3 | 2023-03-29
129144

130145
Scheduled updates and bug fixes. This release fixes all the bugs in the new SDK (v1.1.0)
131146

132147
### Version changes.
133-
134148
- [FIXED] Updated validation for empty meta objects in charge and transfer methods.
135149
- [FIXED] Added conditional validation for `Country`, `Network`and `Voucher` parameters in Mobile Money schema.
136150
- [FIXED] [#111](https://github.com/Flutterwave/Node/issues/111) Verify transaction error.
@@ -139,20 +153,22 @@ Scheduled updates and bug fixes. This release fixes all the bugs in the new SDK
139153
- [ADDED] Support for query parameters in listing methods.
140154
- [REMOVED] Replaced `first_name` and `last_name` in the Card tokenization schema with a single `full_name`field.
141155

156+
157+
142158
## 1.1.1 | 2023-03-17
143159

144160
This release fixes all morx errors thrown in custom request class.
145161

146162
### Version changes.
147-
148163
- [FIXED] Morx error returned in custom service class in v1.1.0
149164

165+
166+
150167
## 1.1.0 | 2023-03-14
151168

152169
This release fixes all npm warnings and dependabot error messages.
153170

154171
### Version changes.
155-
156172
- [FIXED] [#103](https://github.com/Flutterwave/Node/issues/103) Multiple Vulnerabilities Introduced by dependencies
157173
- [FIXED] [#87](https://github.com/Flutterwave/Node/issues/87) Amount is required for payment plan creation
158174
- [FIXED] [#84](https://github.com/Flutterwave/Node/issues/84) Cannot filter bills by category

0 commit comments

Comments
 (0)