@waffo/pancake-ts 0.14.0 → 0.15.0
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.
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ All notable changes to `@waffo/pancake-ts` will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.15.0] - 2026-07-27
|
|
8
|
+
|
|
9
|
+
Notification settings contract update for platform-managed payout notifications.
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- `NotificationSettings.emailUpcomingCharge` — platform-managed toggle for the upcoming-charge reminder email (renewal notice sent before a subscription charge).
|
|
14
|
+
|
|
15
|
+
### Removed
|
|
16
|
+
|
|
17
|
+
- **Breaking**: `NotificationSettings.notifyPayoutCompleted` / `notifyPayoutFailed` and their entries in `MerchantWritableNotificationSettings`. Payout result emails are platform-managed and always delivered (merchant-level platform notification) — they have no toggle. The `update-store` endpoint silently drops the legacy keys with a `warnings[]` entry.
|
|
18
|
+
|
|
7
19
|
## [0.14.0] - 2026-07-18
|
|
8
20
|
|
|
9
21
|
Adds content-safety prompt scanning for AIGC generation.
|