-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: lamba92/kotlin.document.store
base: 1.0.1
head repository: lamba92/kotlin.document.store
compare: master
- 14 commits
- 6 files changed
- 2 contributors
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fe936a - Browse repository at this point
Copy the full SHA 5fe936aView commit details -
Refactor Kotlin source set access in publishing script. (#38)
Replaced direct access to `kotlin.sourceSets` with `KotlinJvmExtension` to improve type safety and maintainability. This ensures better integration with Kotlin DSL conventions and avoids potential runtime issues.
Configuration menu - View commit details
-
Copy full SHA for 1b49cab - Browse repository at this point
Copy the full SHA 1b49cabView commit details
Commits on Dec 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c46667e - Browse repository at this point
Copy the full SHA c46667eView commit details
Commits on Dec 30, 2024
-
Refactor
LevelDBPersistentMap.entries()
method to improve flow hand……ling. (#41) Replaced custom `flow` builder with `asFlow()` to streamline flow creation and added `onCompletion` for proper resource cleanup. This enhances readability and ensures the `sequence` is always closed safely.
Configuration menu - View commit details
-
Copy full SHA for cf80221 - Browse repository at this point
Copy the full SHA cf80221View commit details
Commits on Jan 12, 2025
-
Add test for collection count after insert operations (#42)
Introduce a new test to validate the collection's size during and after multiple insert operations.
Configuration menu - View commit details
-
Copy full SHA for 20f3883 - Browse repository at this point
Copy the full SHA 20f3883View commit details -
Bump com.android.tools.build:gradle from 8.7.3 to 8.8.0 (#45)
Bumps com.android.tools.build:gradle from 8.7.3 to 8.8.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a7dca17 - Browse repository at this point
Copy the full SHA a7dca17View commit details -
Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 (#44)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.15 to 1.5.16. - [Commits](qos-ch/logback@v_1.5.15...v_1.5.16) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a34f006 - Browse repository at this point
Copy the full SHA a34f006View commit details -
Bump kotlinx-serialization-json from 1.7.3 to 1.8.0 (#43)
Bumps `kotlinx-serialization-json` from 1.7.3 to 1.8.0. Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0) Updates `org.jetbrains.kotlinx:kotlinx-serialization-core` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe6d630 - Browse repository at this point
Copy the full SHA fe6d630View commit details
Commits on Jan 26, 2025
-
Bump com.gradle.develocity from 3.19 to 3.19.1 (#48)
Bumps com.gradle.develocity from 3.19 to 3.19.1. --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1c4158 - Browse repository at this point
Copy the full SHA a1c4158View commit details
Commits on Feb 5, 2025
-
Bump kotlin from 2.1.0 to 2.1.10 (#49)
Bumps `kotlin` from 2.1.0 to 2.1.10. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) Updates `org.jetbrains.kotlin:kotlin-serialization` from 2.1.0 to 2.1.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b3c472 - Browse repository at this point
Copy the full SHA 5b3c472View commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b2083f8 - Browse repository at this point
Copy the full SHA b2083f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91db185 - Browse repository at this point
Copy the full SHA 91db185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6156f - Browse repository at this point
Copy the full SHA 1e6156fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a28cf - Browse repository at this point
Copy the full SHA 73a28cfView commit details
There are no files selected for viewing