Releases: mkrd/Swift-BigInt
Releases · mkrd/Swift-BigInt
Release 2.4.0
What's Changed
- fix BDouble init?(_ nStr: String) when String has scientific notation by @piggyse in #81
- Fixed decimalExpansion by @tingwoo in #82
- Fix typos by @mrs1669 in #84
- Sendable by @RomanPodymov in #85
- Fix Xcode 26.4 compiler issue by @farkasseb in #89
New Contributors
- @piggyse made their first contribution in #81
- @tingwoo made their first contribution in #82
- @mrs1669 made their first contribution in #84
- @RomanPodymov made their first contribution in #85
- @farkasseb made their first contribution in #89
Full Changelog: v2.3.0...v2.4.0
v2.3.0
v2.2.1
What's Changed
- Fix decimals expressed in scientific notation bug. by @SunZhiC in #66
- Fix for hex that starts with 0b by @twodayslate in #68
- Fix bug by @SunZhiC in #71
- fix BDouble function ceil and floor bug. by @SunZhiC in #73
- SPM-compatible project structure. Linux support. Better podfile. CocoaPods deploy action by @ypopovych in #77
New Contributors
- @SunZhiC made their first contribution in #66
- @ypopovych made their first contribution in #77
Full Changelog: v2.2.0...v2.2.1
Version 2.2.0
Version 2.1.2
Version 2.1.1
- BInt and BDouble are now Codable
- Bug fixes and improvements
Version 2.1.0
- Proper SPM support
- Bug fixes and improvements
Release for CocoaPods support
Merge pull request #18 from twodayslate/cocoapods CocoaPods support