KBigNum v0.0.4
🚀 What's New in v0.0.4
📋 Changes
- Add path restriction for release workflow to include build.gradle.kts (eef7eff)
- Remove path restriction for release workflow on main branch (431d73c)
- Bump version to 0.0.4 in build.gradle.kts (2df7e80)
- Update GitHub Actions workflows to use custom token for publishing documentation (32faef0)
- Add weekly maintenance workflow for repository cleanup (e2cc180)
- Update dependabot configuration: set target branch to 'dev' for Gradle and GitHub Actions (f2d58b3)
- Update release workflow: increment version to 0.0.3 and streamline changelog generation (a353608)
- Update release workflow: increment version to 0.0.3 and streamline changelog generation (14e6f3e)
- Update README: modify test coverage badge to remove percentage display (4e4f40d)
- Update CI configuration: remove security scan step and clarify security measures in documentation (357be41)
- Update CI configuration: replace security-events permission with pages permission and remove security scan steps (c5d5891)
- Revert "Update CI and build configuration: disable SARIF reporting to avoid conflicts with CodeQL" (81e6abd)
- Update CI and build configuration: disable SARIF reporting to avoid conflicts with CodeQL (7f006a9)
- Update CI configuration: enhance permissions and rename dependency check to dependency scan (84dc011)
- Refactor package structure by removing redundant 'math' subpackage from KBigDecimal and KBigInteger files (5554506)
- bump: version 0.0.2-alpha (2695de0)
- Update build configuration to include kotlin.native.ignoreDisabledTargets property (d56d71f)
- Update build configuration to include kotlin.native.ignoreDisabledTargets property (006c469)
- Update build configuration to include kotlin.native.ignoreDisabledTargets property (341f388)
- Add Dokka plugin for documentation generation in build configuration (158f377)
- Remove Dokka plugin and related documentation tasks from build configuration (e5d534d)
- Add Dokka plugin and documentation generation task for KBigNum library (f4ec455)
- Add unit tests for iOS, Android, and common greeting functionality (2607fb4)
- Refactor code for improved readability and consistency in KBigNum library (023a98b)
- Add code quality and security plugins with configuration for Kover, ktlint, and detekt (afd9567)
- Update library coordinates in build.gradle.kts to reflect correct name for KBigNum (cbe8506)
- Rename publish.yml for improved clarity and organization (938a96c)
- Create blank.yml (606f186)
- Add push trigger for main branch in publish.yml workflow (d45023c)
- Remove unnecessary blank line in publish.yml workflow (a81d60e)
- Refactor package structure and update build configuration for KBigNum library (11a5be6)
- Update .gitignore to exclude .kotlin directory (d46f328)
- Remove .kotlin directory from git tracking (5a09c7c)
📦 Installation
Gradle (Kotlin DSL)
dependencies {
implementation("io.github.gatrongdev:kbignum:0.0.4")
}Gradle (Groovy)
dependencies {
implementation 'io.github.gatrongdev:kbignum:0.0.4'
}🔗 Links
Full Changelog: 6ccee6c...v0.0.4