Skip to content

Releases: attaswift/BigInt

v5.7.0

26 Jul 22:43
e07e00f

Choose a tag to compare

What's Changed

  • Add strict concurrency checks for Swift 6 support and fix concurrency warnings in tests by @tothambrus11 in #130

Full Changelog: v5.6.0...v5.7.0

v5.6.0

07 Jun 13:56
99c4b9f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.2...v5.6.0

v5.5.2

15 May 01:00
d013a2b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.1...v5.5.2

v5.5.1

29 Nov 22:20
114343a

Choose a tag to compare

What's Changed

  • Decimal init performance by @mredig in #123
  • improve Decimal conversion performance using _mantissa by @mredig in #124

Full Changelog: v5.5.0...v5.5.1

v5.5.0

31 Oct 21:55
a7ee114

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.1...v5.5.0

v5.4.1

02 Jul 13:18
793a7fa

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

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

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

Choose a tag to compare

This release contains the following changes:

5.2.0

26 Aug 22:21
e1f2827

Choose a tag to compare

This release contains the following changes:

  • Added support for the use of RandomNumberGenerator