BigInt v2.2.0 Release Notes

Release Date: 2017-06-20 // almost 7 years ago
  • ๐Ÿš€ This release contains the following changes:

    • BigUInt.randomIntegerLessThan(_:) was renamed to BigUInt.randomInteger(lessThan:) to match Swift 3 naming conventions. (The old name is still available for compatibility.)
    • ๐Ÿ”€ The ShiftOperations protocol was merged into BigDigit and removed. It was previously public by accident. (Issue #9)
    • BigInt.modulus(_:,_:) is a new static method that returns the nonnegative modulus value of its two arguments. (PR #19 by @FabioTacke)