Releases: parevo/iyzipay-go
Releases · parevo/iyzipay-go
Release v0.0.10
Changes since v0.0.9
- refactor: Convert PaymentCard string fields to pointers and add helper functions for primitive types. (0811a5b)
Installation
go get github.com/parevo-lab/iyzipay-go@v0.0.10Full Changelog: v0.0.9...v0.0.10
Release v0.0.9
Changes since v0.0.8
- refactor: Add omitempty to CallbackURL JSON tags in PaymentRequest and BasicPaymentRequest structs. (5fea677)
Installation
go get github.com/parevo-lab/iyzipay-go@v0.0.9Full Changelog: v0.0.8...v0.0.9
Release v0.0.8
Changes since v0.0.7
- feat: request (dd4390a)
Installation
go get github.com/parevo-lab/iyzipay-go@v0.0.8Full Changelog: v0.0.7...v0.0.8
Release v0.0.7
Changes since v0.0.6
- fix: yml (ff1b3f1)
- feat: complete SDK parity and fix authentication logic Achieved 100% parity with Node.js SDK by implementing Subscription V2, Reporting, Pecco, and all missing payment endpoints. Fixed critical PKI string formatting and signature generation bugs. Updated documentation and test suite. (027862c)
- add: new example (d459576)
Installation
go get github.com/parevo-lab/iyzipay-go@v0.0.7Full Changelog: v0.0.6...v0.0.7
Release v0.0.6
Changes since v0.0.5
- change: updated actions/download-artifact action to v4 (0f24526)
Installation
go get github.com/parevo-lab/iyzipay-go@v0.0.6v0.0.5
change: Updated upload-artifact action to v4 in release.yml
v0.0.4
remove: test coverage check from release workflow
0.0.2
add: FlexibleUnmarshal function for versatile JSON handling - Introduced FlexibleUnmarshal to enable flexible processing of JSON responses - Integrated FlexibleUnmarshal into existing doRequest function for improved robustness - Implemented FlexibleJSONUnmarshal helper function - Added unit tests to verify flexible JSON unmarshalling behavior
0.0.1
change: readme.md