Skip to content

Releases: Baret/kotlin-name-generator

KNG v0.1.2

05 Jun 18:26
Compare
Choose a tag to compare

Artifacts

Kotlin Name Generator is published to Maven Central. Find the artifacts here.

You most probably need de.gleex.kng:kotlin-name-generator:0.1.2

<dependency>
  <groupId>de.gleex.kng</groupId>
  <artifactId>kotlin-name-generator</artifactId>
  <version>0.1.2</version>
</dependency>

Changelog

  • Update actions/checkout action to v4.1.6 [PR #44]
  • Update dependency io.mockk:mockk-jvm to v1.13.11 [PR #43]
  • Update dependency io.kotest:kotest-bom to v5.9.0 [PR #42]
  • Update actions/checkout action to v4.1.5 [PR #41]
  • Update kotlin monorepo to v1.9.24 (patch) [PR #40]
  • Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 [PR #38]
  • Update dependency com.tngtech.archunit:archunit-junit5 to v1.3.0 [PR #39]
  • Update dependency ch.qos.logback:logback-classic to v1.5.6 [PR #36]
  • Update actions/checkout action to v4.1.4 [PR #35]
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 [PR #34]

Bug Fixes

  • Fix iteration of first sub-generator of CombiningGenerator [PR #48]

KNG v0.1.1

02 Apr 19:21
Compare
Choose a tag to compare

Artifacts

Kotlin Name Generator is published to Maven Central. Find the artifacts here.

You most probably need de.gleex.kng:kotlin-name-generator:0.1.1

<dependency>
  <groupId>de.gleex.kng</groupId>
  <artifactId>kotlin-name-generator</artifactId>
  <version>0.1.1</version>
</dependency>

Changelog

  • Renovate Onboarding PR [PR #17]

Dependency updates

  • Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 [PR #33]
  • Update dependency ch.qos.logback:logback-classic to v1.5.3 [PR #25]
  • Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.2 [PR #28]
  • Update dependency com.tngtech.archunit:archunit-junit5 to v1.2.1 [PR #26]
  • Update dependency io.kotest:kotest-bom to v5.8.1 [PR #27]
  • Update dependency org.sonatype.central:central-publishing-maven-plugin to v0.4.0 [PR #29]
  • Update actions/setup-java action to v4 [PR #32]
  • Update actions/github-script action to v7 [PR #31]
  • Update actions/checkout action to v4 [PR #30]
  • Update kotlin monorepo to v1.9.23 (patch) [PR #24]
  • Update dependency org.jetbrains.dokka:dokka-maven-plugin to v1.9.20 [PR #23]
  • Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 [PR #22]
  • Update dependency io.mockk:mockk-jvm to v1.13.10 [PR #21]
  • Update dependency io.kotest:kotest-bom to v5.7.2 [PR #19]
  • Update dependency ch.qos.logback:logback-classic to v1.4.14 [PR #18]

v0.1.0

20 Feb 20:07
Compare
Choose a tag to compare

What's Changed

  • Auto resetting generators by @Baret in #1
  • setup ci that builds with maven by @Baret in #6
  • Added nameCount to NameGenerator by @Baret in #8
  • Improve test coverage by @Baret in #14

New Contributors

  • @Baret made their first contribution in #1

Full Changelog: https://github.com/Baret/kotlin-name-generator/commits/v0.1.0