Releases: gatrongdev/kbignum
Releases · gatrongdev/kbignum
KBigNum v0.0.16
🚀 What's New in v0.0.16
📋 Changes
- bump: version 0.0.16 (f5e3f29)
- feat: enhance KBigDecimal division for precision and special cases (f1a5687)
- Update documentation to include new single-parameter divide function (50e589e)
- Add single-parameter divide function to KBigDecimal (e059a71)
- Initial plan (9ef2b70)
- ci(deps): bump codecov/codecov-action from 3 to 5 (aad3589)
- ci(deps): bump gradle/actions from 3 to 4 (098cf11)
- ci(deps): bump softprops/action-gh-release from 1 to 2 (5a17ecc)
- deps(deps): bump org.jlleitschuh.gradle.ktlint from 12.1.1 to 12.3.0 (a15c8c9)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.16")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.16'
}🔗 Links
Full Changelog: v0.0.15...v0.0.16
KBigNum v0.0.15
🚀 What's New in v0.0.15
📋 Changes
- bump: version 0.0.15 (94a17e4)
- style: fix code formatting issues across all platforms (bbd2d3b)
- Update (5c5fe36)
- Fix KBigInteger toLong() method to throw ArithmeticException on overflow (e42159a)
- Fix iOS KBigDecimal platform consistency and improve test suite (10ece37)
- Enhance KBigDecimal and KBigInteger implementations with additional methods for scale and precision, improve error handling for arithmetic operations, and add comprehensive unit tests for rounding modes and edge cases. (fc4c037)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.15")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.15'
}🔗 Links
Full Changelog: v0.0.14...v0.0.15
KBigNum v0.0.14
🚀 What's New in v0.0.14
📋 Changes
- Bump version to 0.0.14 (c87a85d)
- Enhance KBigDecimal and KBigInteger interfaces with detailed documentation and remove getString() method (2644e41)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.14")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.14'
}🔗 Links
Full Changelog: v0.0.13...v0.0.14
KBigNum v0.0.13
🚀 What's New in v0.0.13
📋 Changes
- Bump version to 0.0.13 and update release workflow for accurate release status (e57d6f2)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.13")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.13'
}🔗 Links
Full Changelog: v0.0.12...v0.0.13
KBigNum v0.0.12
🚀 What's New in v0.0.12
📋 Changes
- Bump version to 0.0.12 and enhance CI/CD workflow with version change checks (841fff2)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.12")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.12'
}🔗 Links
Full Changelog: v0.0.11...v0.0.12
KBigNum v0.0.11
🚀 What's New in v0.0.11
📋 Changes
- Bump version to 0.0.11 and update CI/CD pipeline for improved build and release process (80a1142)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.11")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.11'
}🔗 Links
Full Changelog: v0.0.10...v0.0.11
KBigNum v0.0.10
🚀 What's New in v0.0.10
📋 Changes
- Bump version to 0.0.10 and update CI configuration for GitHub Pages deployment (1737769)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.10")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.10'
}🔗 Links
Full Changelog: v0.0.9...v0.0.10
KBigNum v0.0.9
🚀 What's New in v0.0.9
📋 Changes
- Bump version to 0.0.9 and update CI workflow dependency for documentation (c510d8f)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.9")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.9'
}🔗 Links
Full Changelog: v0.0.8...v0.0.9
KBigNum v0.0.8
🚀 What's New in v0.0.8
📋 Changes
- Bump version to 0.0.8 and update CI workflows for documentation deployment (1b7be83)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.8")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.8'
}🔗 Links
Full Changelog: v0.0.7...v0.0.8
KBigNum v0.0.7
🚀 What's New in v0.0.7
📋 Changes
- Bump version to 0.0.6 and update GitHub Actions to use custom token (e35de1d)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.7")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.7'
}🔗 Links
Full Changelog: v0.0.6...v0.0.7