1.9.0
- test on ubuntu latest by @nathanfallet in https://github.com/krzyzanowskim/CryptoSwift/pull/1074
- docs: Fix typos in comment by @BigTennEd223 in https://github.com/krzyzanowskim/CryptoSwift/pull/1075
- Rename the
bytes
computed property in the extension onData
tobyteArray
by @mluisbrown in https://github.com/krzyzanowskim/CryptoSwift/pull/1076 - fix tests not passing after #1076 by @nathanfallet in https://github.com/krzyzanowskim/CryptoSwift/pull/1077
- @BigTennEd223 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1075
- @mluisbrown made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1076
Full Changelog: https://github.com/krzyzanowskim/CryptoSwift/compare/1.8.5...1.9.0
1.8.5
- Update README.md by @donatik27 in https://github.com/krzyzanowskim/CryptoSwift/pull/1059
- Add Android support by @marcprux in https://github.com/krzyzanowskim/CryptoSwift/pull/1065
- chore: fix some typos in comment by @sunxunle in https://github.com/krzyzanowskim/CryptoSwift/pull/1068
- fix: typos in documentation files by @vtjl10 in https://github.com/krzyzanowskim/CryptoSwift/pull/1066
- fix: typos in documentation files by @kilavvy in https://github.com/krzyzanowskim/CryptoSwift/pull/1071
- docs: fix typos by @RekCuy63 in https://github.com/krzyzanowskim/CryptoSwift/pull/1072
- fix: externalRepresentation condition to validate if key is private should be d not prime by @beatt83 in https://github.com/krzyzanowskim/CryptoSwift/pull/1060
- @donatik27 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1059
- @sunxunle made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1068
- @vtjl10 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1066
- @kilavvy made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1071
- @RekCuy63 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1072
- @beatt83 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1060
Full Changelog: https://github.com/krzyzanowskim/CryptoSwift/compare/1.8.4...1.8.5
v10.54.5
- Add Xcode 16.4 binaries.
- Add support for building with Xcode 26 beta 1.
- Realm Studio: 15.0.0 or later.
- APIs are backwards compatible with all previous releases in the 10.x.y series.
- Carthage release for Swift is built with Xcode 16.4.0.
- CocoaPods: 1.10 or later.
- Xcode: 15.3.0-26 beta 1.
v10.54.5
- Add Xcode 16.4 binaries.
- Add support for building with Xcode 26 beta 1.
- Realm Studio: 15.0.0 or later.
- APIs are backwards compatible with all previous releases in the 10.x.y series.
- Carthage release for Swift is built with Xcode 16.4.0.
- CocoaPods: 1.10 or later.
- Xcode: 15.3.0-26 beta 1.
5.21.1 - Xcode 26 Compatible
See all tickets marked for the 5.21.1 release
- [Xcode 26] - Fix watchOS build error with UITraitCollection in the new SDK #3819
- Reduce memory peak when playing the GIF on SDAnimatedImageView #3813