Releases: objecthub/swift-numberkit
Releases · objecthub/swift-numberkit
Release 2.6
Release 2.5.1
- Reduce minimum deployment targets down to macOS 10.13 and iOS 11.
- Include
StaticBigInt
only when available.
Release 2.5
- Support arbitrary length integer literals via
StaticBigInt
. This requires at least macOS 13.3. - Make
Codable
implementation ofBigInt
compatible to JSON use cases - Introduce enum
Integer
wrappingBigInt
and the nativeInt64
implementation - Migrate project to Xcode 15
Release 2.4.2
- Support random number generation for Complex
- Migrated project to Swift 5.7 and Xcode 14
Release 2.4.1
- Support random number generation for BigInt
- Migrated project to Swift 5.5 and Xcode 13.2
Release 2.4.0
- Several enhancements of the
Complex
type - Migrated project to Swift 5.4 and Xcode 12.5
Release 2.3.9
- No changes in library
Release 2.3.8
- Port to Swift 5.3
- Migrated project to Xcode 12.0
Release 2.3.7
- Fixed serious bug that was leading to a stack overflow if zero was added to a negative
BigInt
number - Introduced new
Rational
constructor for approximating aDouble
number as aRational
Release 2.3.6
- Cleaned up Xcode project.