Releases: mkrd/Swift-BigInt
Releases · mkrd/Swift-BigInt
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