feat: route FonepayClient through FonepayAsyncBridge; bump 0.2.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user