This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Releases: AugustArchive/common-utils
Releases · AugustArchive/common-utils
v2.5.1
v2.5.0
Removed
- [exposed] Submodule is removed in 2.5.0+ (@auguwu)
- [kotlin-extensions] tryCatch function is removed (deprecated in 2.4.0) (@auguwu)
🐛 Infrastructure
- Update plugin com.gradle.enterprise to v3.12.2 (@renovate-bot, #54)
- Update action actions/checkout to v3 (@renovate-bot, #59)
- Update action actions/setup-java to v3 (@renovate-bot, #60)
- Update JUnit5 monorepo to 5.9.2 (@renovate-bot, #65)
- Update license year in all files (@auguwu)
Full Changelog: 2.4.2...2.5.0
v2.4.2
🐛 Infrastructure
- Upgrade Kotlin to v1.8.0 (@auguwu, @renovate-bot; #61)
- Upgrade dependency
io.insert-koin:koin-core
to v3.3.2 (@renovate-bot; #62)
Full Changelog: 2.4.1...2.4.2
v2.4.1
Additions
- Allow patch number to be visible with showPatchNumber constructor property (@auguwu)
Deprecations
Updates
- Library now has explicit member modifiers (i.e,
public
/internal
) (@auguwu)
Dependency Updates
- Update dependency io.github.z4kn4fein:semver to v1.4.1 (@renovate-bot, #53)
- Update kotlin monorepo to v1.7.22 (@renovate-bot, #55)
- Update dependency org.slf4j:slf4j-simple to v2.0.6 (@renovate-bot, #56)
- Update dependency org.slf4j:slf4j-api to v2.0.6 (@renovate-bot, #57)
- Update dependency io.insert-koin:koin-core to v3.3.0 (@renovate-bot, #58)
Full Changelog: 2.4.0...2.4.1
v2.4.0
Removed
- gradle-utils: Remove all
nino()
dependency handler functions (@auguwu)
Updates
- java-utils: Rename
SetOnceGetValue
toSetOnce
(@auguwu)
Dependencies
- Update junit5 dependencies from 5.8.2 to 5.9.1 (@renovate-bot)
- Update dependency io.insert-koin:koin-core from 3.2.0 to 3.2.2 (@renovate-bot)
- Update slf4j dependencies from 1.7.36 to 2.0.5 (@renovate-bot)
- Update Spotless Gradle from 6.10.0 to 6.12.0 (@renovate-bot)
- Update dependency org.jetbrains.exposed:exposed-core from 0.39.2 to 0.41.1 (@renovate-bot)
- Update Dokka from 1.7.10 to 1.7.20 (@renovate-bot)
- Update dependency io.github.z4kn4fein:semver from 1.3.3 to 1.4.0
- Upgrade Gradle from 7.5.1 to 7.6 (@renovate-bot)
- Update Gradle Enterprise plugin from 3.10.2 to 3.11.4 (@renovate-bot)
Full Changelog: 2.3.0...2.4.0
v2.3.0
im too lazy to do a changelog, view commit history below (might redo this in the future)
Full Changelog: v2.2.1.1...2.3.0
v2.2.1.1
Patches
- Patch the result of Long.sizeToStr from using
bytes > 0
and usethis > bytes
for a more accurate result
Dependency Updates
- Update Gradle to 7.5 by @renovate-bot
Full Changelog: 2.2.1...v2.2.1.1
v2.2.1
Fixes
- fix(gradle-utils): switch from Property.by(lazyValue: Property.() -> Unit) from
byLazy
property.
Full Changelog: 2.1.1...2.2.1
v2.2
Additions
extensions-kord
package
This package is just Kord extensions I use to build my Discord bots, Nino and Noel!
im too lazy to add what i added so just look at the commit notes lol
Dependencies
- chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.7.0 by @renovate in-bot
- chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.7.1 by @renovate-bot
- chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.7.2 by @renovate-bot
- chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.6.3 by @renovate-bot
- chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.6.4 by @renovate-bot
- chore(deps): update dependency dev.kord:kord-core to v0.8.0-m15 by @renovate-bot
Full Changelog: 2.1.1...2.2
v2.1.1
Additions
- Add injectOrNull() readonly delegate by @auguwu [extensions-koin]
- Add createThreadFactory function to create a thread factory by @auguwu [extensions-kotlin]
Dependency Updates
- chore(deps): update dependency io.insert-koin:koin-core to v3.2.0 by @renovate-bot in #10
- chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.6.0 by @renovate-bot in #11
- chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.6.1 by @renovate in #12
- chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.6.2 by @renovate in #13
Full Changelog: 2.1.0.1...2.1.1