@untools/pay-paystack 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,32 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.2.3](https://github.com/aevrHQ/pay/compare/pay-paystack@v0.2.2...pay-paystack@v0.2.3) (2026-05-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * add demo transfer scenario API and documentation for scheduled transfers ([aa0df40](https://github.com/aevrHQ/pay/commit/aa0df400b50eab64947759c310e29275db2142f0))
11
+ * add recipient support for scheduled transfers and bulk transfers ([1c19991](https://github.com/aevrHQ/pay/commit/1c1999104a839b08acd10254792e5e7261c6661a))
12
+ * add scheduled payouts functionality with creation, management, and execution features ([4e4d67b](https://github.com/aevrHQ/pay/commit/4e4d67b66bb6f226703b9a895b43beace9723258))
13
+ * add scheduled transfer functionality ([8bd1996](https://github.com/aevrHQ/pay/commit/8bd1996517874f6d54c53d0ea8b43b5c713c93a8))
14
+ * enhance scheduled transfer metadata with execution details ([636d979](https://github.com/aevrHQ/pay/commit/636d979640c87ad7999f8cd0c0ef11e9a3a1fe5c))
15
+ * implement scheduled payouts functionality ([bb9322f](https://github.com/aevrHQ/pay/commit/bb9322f3c68cbed539593758c0ef80a39d8a0a95))
16
+ * update documentation for recipient handling in scheduled and bulk transfers ([4cf7f50](https://github.com/aevrHQ/pay/commit/4cf7f50c67f8f8f7a67a1e8776bc52e45ec0d2d5))
17
+
18
+ ### [0.2.2](https://github.com/aevrHQ/pay/compare/pay-paystack@v0.2.1...pay-paystack@v0.2.2) (2026-05-10)
19
+
20
+
21
+ ### Features
22
+
23
+ * **docs:** enhance webhook and payout documentation with normalizeHeaders utility and examples ([9297c82](https://github.com/aevrHQ/pay/commit/9297c82ec15b86ca858b36e28c2706be53942888))
24
+ * **pay:** export normalizeHeaders and createPayoutFeePolicy utilities ([2a8011f](https://github.com/aevrHQ/pay/commit/2a8011f47aedb4936fb5ffd5954d10bebd4a0590))
25
+
26
+
27
+ ### Code Refactoring
28
+
29
+ * **pay:** format createPayoutFeePolicy function for improved readability ([590c7dc](https://github.com/aevrHQ/pay/commit/590c7dc400a7f2a361f81b9197febbf6ba1c84f9))
30
+
5
31
  ### [0.2.1](https://github.com/aevrHQ/pay/compare/pay-paystack@v0.2.0...pay-paystack@v0.2.1) (2026-05-09)
6
32
 
7
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@untools/pay-paystack",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Paystack provider adapter for @untools/pay",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",