Skip to content

Releases: sweet-mustard/test-nurturer

v2.1.0

08 Nov 07:49
2fc6ac1
Compare
Choose a tag to compare

What's Changed

  • Changelog update - v2.0.0 by @wimdeblauwe in #75
  • Bump org.jetbrains.kotlin.jvm from 2.0.10 to 2.0.20 by @dependabot in #76
  • Bump JetBrains/qodana-action from 2024.1.9 to 2024.2.3 by @dependabot in #80
  • Bump org.jetbrains.qodana from 2024.1.9 to 2024.2.3 by @dependabot in #79
  • Bump org.jetbrains.intellij.platform from 2.0.1 to 2.1.0 by @dependabot in #81
  • Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot in #82
  • Bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.0.21 by @dependabot in #84
  • Bump org.jetbrains:annotations from 25.0.0 to 26.0.1 by @dependabot in #85
  • Bump JetBrains/qodana-action from 2024.2.3 to 2024.2.6 by @dependabot in #88
  • Bump org.jetbrains.qodana from 2024.2.3 to 2024.2.6 by @dependabot in #89

Full Changelog: v2.0.0...v2.1.0

v2.0.0

16 Aug 07:38
Compare
Choose a tag to compare

Changed

v1.0.0

27 Apr 08:55
Compare
Choose a tag to compare

Fixed

  • Make plugin compatible with IntelliJ IDEA 2024.1

What's Changed

  • Changelog update - v0.1.0 by @github-actions in #32
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #34
  • Bump actions/cache from 3 to 4 by @dependabot in #37
  • Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.23 by @dependabot in #45
  • Bump org.jetbrains.intellij from 1.16.1 to 1.17.2 by @dependabot in #44
  • Bump org.jetbrains.kotlinx.kover from 0.7.5 to 0.7.6 by @dependabot in #43
  • Bump jtalk/url-health-check-action from 3 to 4 by @dependabot in #41
  • Bump gradle/gradle-build-action from 2 to 3 by @dependabot in #40
  • Bump JetBrains/qodana-action from 2023.2.9 to 2023.3.1 by @dependabot in #39
  • Bump org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0 by @dependabot in #36
  • Make plugin compatible with IntelliJ IDEA 2024.1 by @wimdeblauwe in #46
  • Fix inspection warnings by @wimdeblauwe in #51
  • Bump JetBrains/qodana-action from 2023.3.1 to 2024.1.2 by @dependabot in #50
  • Bump gradle/wrapper-validation-action from 1.1.0 to 3.3.2 by @dependabot in #49
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #48
  • Bump org.jetbrains.intellij from 1.17.2 to 1.17.3 by @dependabot in #47

Full Changelog: v0.1.0...v1.0.0

v0.1.0

07 Dec 22:41
Compare
Choose a tag to compare

Added

  • A Live Template called bm is added automatically to quickly generate a builder method manually.

Fixed

  • The inspection will no longer report that there is no field in the corresponding test mother for
    static fields.
  • Fixed NullPointerException when opening a project.
  • Fixed PluginException when a field was missing that was declared in a parent class.

v0.0.3

13 Nov 10:58
Compare
Choose a tag to compare

Added

  • Show popup when invoking the action to allow the user to either jump to the test mother, or update
    the test mother.
  • Show a popup to select a test source root to generate the test mother in if there are multiple
    test source roots.

Changed

  • The generated Test Mother class is now final.

v0.0.2

08 Nov 13:28
Compare
Choose a tag to compare

Changed

  • Updated to Kotlin 1.9.20

v0.0.1

02 Nov 10:31
Compare
Choose a tag to compare

Added