Skip to content

Releases: attaswift/BigInt

v5.4.1

02 Jul 13:18
793a7fa
Compare
Choose a tag to compare
  • NFC. Revert back to using Jazzy for docs instead of docc due to invalid file paths on Windows (#120).

Full Changelog: v5.4.0...v5.4.1

v5.4.0

27 Jun 11:36
88071df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.4.0

5.3.0

06 Sep 13:01
0ed110f
Compare
Choose a tag to compare

This release contains the following changes:

  • Make access level for isZero the same for signed and unsigned types (#93)

  • NFC: Add protocol conformance to Comparable for BigInt for consistency (#88)

5.2.1

15 Nov 13:12
889a1ec
Compare
Choose a tag to compare

This release contains the following changes:

5.2.0

26 Aug 22:21
e1f2827
Compare
Choose a tag to compare

This release contains the following changes:

  • Added support for the use of RandomNumberGenerator

5.1.0

26 Aug 22:18
2bbb8a7
Compare
Choose a tag to compare

This release contains the following changes:

Added support to serialize/deserialize BigInt in a manner similar to BigUInt

5.0.0

25 Aug 08:34
Compare
Choose a tag to compare

This release contains the following changes:

  • Swift 5 compatibility
  • There were no functional changes.

4.0.0

05 Apr 18:55
108801d
Compare
Choose a tag to compare

This release contains the following changes:

  • Swift 5.0 compatibility for Linux and macOS
  • Remove SipHash dependency

There were no functional changes.

3.1.0

08 Jun 12:36
Compare
Choose a tag to compare

This release contains the following changes:

  • Swift 4.1 compatibility for Linux and macOS
  • Fix warnings for Swift 4.1

There were no functional changes.

3.0.2

25 Dec 16:34
Compare
Choose a tag to compare

3.0.2 (2017-12-25)

This release contains the following packaging fix:

  • Fixed product definitions in Package.swift not to create a duplicate library. (Issue #37)

There were no functional changes.