Skip to content

Releases: zecdev/zcash-swift-payment-uri

# 0.1.0-beta.9

03 Sep 13:19
58e049f
Compare
Choose a tag to compare
# 0.1.0-beta.9 Pre-release
Pre-release

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

  • Add changelog for 0.1.0-beta.8 by @pacu in #63
  • [#64] maintain iOS 15 compatibility by @pacu in #65

Full Changelog: 0.1.0-beta.8...0.1.0-beta.9

Release for 0.1.0-beta.8

01 Jul 13:31
9b9a7be
Compare
Choose a tag to compare
Pre-release

fixes on Amount initializers. makes some Payment initializer public

What's Changed

  • [#60] Amount(value: Double) false positive tooManyFractionalDigits by @pacu in #61
  • public-payments-fix by @pacu in #62

Full Changelog: 0.1.0-beta.7...0.1.0-beta.8

0.1.0-beta.7

07 Jun 19:43
6e336ae
Compare
Choose a tag to compare
0.1.0-beta.7 Pre-release
Pre-release

What's Changed

    • [#55] make Payment public and give it a public initializer by @pacu in #56
  • Changelog for 0.1.0-beta.7 by @pacu in #57
  • Fix changelog version by @pacu in #58

Full Changelog: 0.1.0-beta.6...0.1.0-beta.7

0.1.0-beta.6

06 Jun 22:43
7de1823
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0-beta.4...0.1.0-beta.6

Zcash Swift Payment URI 0.1.0-beta.4

06 Jun 02:01
d1d405a
Compare
Choose a tag to compare

Zcash Swift Payment URI 0.1.0 Beta 2

04 Mar 19:33
44994a2
Compare
Choose a tag to compare

[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

24 Dec 01:33
3b4d259
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.2...0.1.0-beta

Zcash Swift Payment URI 0.0.2

01 Dec 22:57
2fc658f
Compare
Choose a tag to compare

[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

17 Nov 23:59
9d1d853
Compare
Choose a tag to compare

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.