Releases: zecdev/zcash-swift-payment-uri
Releases · zecdev/zcash-swift-payment-uri
0.1.0-beta.10
# 0.1.0-beta.9
Fixes [#64] maintain iOS 15 compatibility
Lukas Korba from ECC reported that Zashi couldn't be built since the latest version of BigDecimal depend on BigInt which has min deployment target of iOS 16.4. We temporarily locked this dependency until we could figure out a long term change.
What's Changed
Full Changelog: 0.1.0-beta.8...0.1.0-beta.9
Release for 0.1.0-beta.8
0.1.0-beta.7
0.1.0-beta.6
Zcash Swift Payment URI 0.1.0-beta.4
See CHANGELOG.md
Zcash Swift Payment URI 0.1.0 Beta 2
[0.1.0-beta.2] - 2024-03-04
Added
- Dependency:
swift-custom-dump
to diff assertions in tests.
Modified
- Bugfix: [#37] multiple recipient payments are parsed in different order every time
Zcash Swift Payment URI 0.1.0-beta
Zcash Swift Payment URI 0.0.2
[0.0.2] - 2023-12-01
- support for SwiftLint 0.54.0
- automated builds on CI with GitHub Actions
Zcash Swift Payment URI 0.0.1
See CHANGELOG.md for more details.
Quoted below as courtesy.
[0.0.1] - 2023-11-17
First release of Zcash Swift Payment URI library
This project should be considered as "under development". Although we respect Semantic
Versioning, things might break.Made ZIP321 API public and all the related types.