feat: route FonepayClient through FonepayAsyncBridge; bump 0.2.0

This commit is contained in:
Savya Bikram Shah
2026-05-07 18:10:17 +05:45
parent 270d6a69ae
commit 6b8815051d
3 changed files with 19 additions and 34 deletions

View File

@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2026-05-07
### Changed
- All `FonepayClient` public methods now return `FonepayAsync<T>` / `FonepayAsync` instead of `Task<T>` / `Task`. Callers `await` the same way; UniTask users get native `UniTask` under `#if UNITASK_SUPPORT`.
## [0.1.0] - 2026-05-07
### Added