Releases: omise/omise-dotnet
Releases · omise/omise-dotnet
v4.0.0
What's Changed
- Support omise api 2019 by @AnasNaouchi in #92
- Update existing response fields to support 2019 api by @AnasNaouchi in #98
- Add migration guide by @AnasNaouchi in #99
Full Changelog: v3.1.0...v4.0.0
v3.1.0
v3.0.0
What's Changed
- Drop support for 2.x .NET to enable usage of c# 8.0 by @AnasNaouchi in #88
Full Changelog: v2.13.0...v3.0.0
v2.13.0
What's Changed
- Added new Alipay sources by @AnasNaouchi in #85
- Add mobile banking sources by @AnasNaouchi in #86
Full Changelog: v2.12.0...v2.13.0
v2.12.0
v2.11.0
What's Changed
- Change Omise to Opn by @muthuswamyopn in #80
- Add wechat_pay source by @AnasNaouchi in #81
- Bump v2.11.0 by @AnasNaouchi in #82
New Contributors
- @muthuswamyopn made their first contribution in #80
Full Changelog: v2.10.0...v2.11.0
v2.10.0
-
Added support for dynamic webhooks by adding
webhook_endpoints
in create charge request. -
Added examples and unit tests for dynamic webhooks
v2.9.0
-
Updated charge models to include authorization_type field.
-
Added support for partial capture by adding capture_amount in capture request.
-
Added examples and unit tests for partial capture
v2.8.0
- Updated charge models to include
expired_at
field. - Added
.example.env
and moved from static exposed values to.env
usage - Changed unit testing to
dotnet test
instead ofnunit3-console.exe
removing third party dependency