Releases: sweet-mustard/test-nurturer
Releases Β· sweet-mustard/test-nurturer
v2.1.0
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
Changed
- Migrate
to IntelliJ Platform Gradle Plugin 2.0. - Make plugin compatible with IntelliJ IDEA 2024.2
v1.0.0
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
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
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
Changed
- Updated to Kotlin 1.9.20
v0.0.1
Added
- Initial scaffold created from IntelliJ Platform Plugin Template