Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: AugustArchive/common-utils

v2.1.0.1

07 May 19:04
83d5598
Compare
Choose a tag to compare

Fixes

  • fix(bom): URI for documentation by @auguwu
  • fix(extensions:koin): return signature of inject<T>() by @auguwu

Dependency Updates

  • chore(deps): update Gradle from v7.3.3 to v7.4.2 by @renovate-bot
  • chore(deps): update com.diffplug.spotless:spotless-plugin-gradle from 6.5.0 to 6.5.2 by @renovate-bot

Full Changelog: 2.1...2.1.0.1

v2.1

02 May 03:33
dc3f4de
Compare
Choose a tag to compare

Fixes

  • fix(gradle-utils): noelware repository url by @auguwu

Changes

  • Gradle Utilities are now dev.floofy.commons:gradle:2.1
  • Extensions for Kotlin and Koin are dev.floofy.commons:extensions-{name}:2.1

Full Changelog: 2.0.1...2.1

2.0.1

30 Apr 05:35
3074a8b
Compare
Choose a tag to compare

Fixes

  • fix(slf4j): return type signature from ReadOnlyProperty<org.slf4j.Logger, kotlin.Any?> -> ReadOnlyProperty<kotlin.Any?, org.slf4j.Logger> by @auguwu

Full Changelog: 2.0.0...2.0.1

2.0.0

30 Apr 04:14
2512309
Compare
Choose a tag to compare

Full Changelog: 1.3.0...2.0.0

1.3.0

20 Feb 17:24
07746b6
Compare
Choose a tag to compare
  • Added the Noelware repository and dependency declarations in this release
  • Added a new release type: -snapshot! :D

Full Changelog: 1.2.0...1.3.0

v1.2.0

14 Jan 05:18
Compare
Choose a tag to compare

Additions

  • Add in floof, floofy, and nino blocks to KotlinDependencyHandler when targeting MPP
  • Add in tests 馃帀
  • Upgrade to Kotlin 1.6.10

v1.1.0

19 Dec 20:29
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.1.0

Additions

  • [gradle-utils] Added noel() block in RepositoryHandler

Fixes

  • [gradle-utils] Rename from gradle-plugin

1.0.1

29 Nov 05:10
Compare
Choose a tag to compare

commons-slf4j

Installation

Gradle

Kotlin DSL

repositories {
  // ...
  maven { url = uri("https://maven.floofy.dev/repo/releases")
}

dependencies {
  implementation("gay.floof.commons:commons-slf4j:1.0.1")
}

1.0.0

28 Nov 22:07
Compare
Choose a tag to compare

馃帀 Initial release for both projects. :D