Releases: dropbox/AffectedModuleDetector
Releases · dropbox/AffectedModuleDetector
v0.3.1
What's Changed
- Enable ktlint by @joshafeinberg in #241
- Move configuration to before project evaluation by @joshafeinberg in #245
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Prepare for release 0.2.2. by @joshafeinberg in #238
- Prepare next development version. by @joshafeinberg in #239
- Set up dependOn task only if project is affected by @kozaxinan in #240
- Add the ability to configure ignoredFiles by @kpagratis in #236
New Contributors
- @kozaxinan made their first contribution in #240
- @kpagratis made their first contribution in #236
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Prepare for release 0.2.1. by @joshafeinberg in #191
- Prepare next development version. by @joshafeinberg in #192
- Make it clear that you have to runAffectedUnitTests from the sample dir by @edenman in #224
- Add check to see if task exists on project before adding dependency by @joshafeinberg in #233
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Prepare for release 0.2.0. by @joshafeinberg in #175
- Prepare next development version. by @joshafeinberg in #176
- Fix README typo's by @blundell in #179
- Allow exclude by regex by @blundell in #181
- Support exotic gradle projects by @mezpahlan in #178
- Fix directory names in tests by @joshafeinberg in #185
- Use basedir if available for figuring out relative file paths by @joshafeinberg in #190
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Prepare next development version. by @joshafeinberg in #158
- Bump gradle from 7.1.3 to 7.3.0 by @dependabot in #166
- Small refactoring by @Evleaps in #173
- Bump gradle from 7.3.0 to 7.3.1 by @dependabot in #171
- Excluded modules should not be added to task graph by @joshafeinberg in #167
- Switch registering tasks to lazy by @joshafeinberg in #170
- Feature/new specified branch commit by @Evleaps in #164
- Experimental Windows support - take 2 by @mezpahlan in #172
New Contributors
- @mezpahlan made their first contribution in #172
Full Changelog: v0.1.6...v0.2.0
v0.1.6
What's Changed
- Prepare for release 0.1.5. by @joshafeinberg in #136
- Prepare next development version. by @joshafeinberg in #137
- Feature: New approach for creating custom command for impact analysis by @Evleaps in #130
- Fix code to better support when running project with configuration cache by @joshafeinberg in #144
- Added link to the AffectedModuleTaskType interface by @Evleaps in #156
- Upgrade Gradle Plugin so we can have knowledge of how to disable config cache by @joshafeinberg in #152
- Make
ToStringLogger
config cacheable by @joshafeinberg in #151 - Prepare for release 0.1.6. by @joshafeinberg in #157
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Prepare for release 0.1.4. by @joshafeinberg in #121
- Prepare next development version. by @joshafeinberg in #122
- Update to new Sonatype host by @changusmc in #124
- Upgrade gradle and plugin version for library and sample app by @joshafeinberg in #127
- Upgrade all the things by @joshafeinberg in #133
- Publish plugin marker artifact by @joshafeinberg in #135
- Support java modules better by @joshafeinberg in #134
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Bump gradle from 7.0.3 to 7.0.4 by @dependabot in #91
- Mark all projects changed if file effecting all modules changes by @joshafeinberg in #105
- Update release steps by @chris-mitchell in #107
- Prepare for release 0.1.3 by @joshafeinberg in #108
- Add "v" prefix to release notes by @joshafeinberg in #110
- Prepare next development version. by @joshafeinberg in #109
- Adds license to readme. by @rharter in #112
- Add support for toggling if uncommitted code should be included by @joshafeinberg in #113
- Task Configuration Avoidance fixes by @joshafeinberg in #117
- Upgrade sample app to Kotlin 1.6.10 and ensure it builds on CI by @joshafeinberg in #116
- Add check for if project is provided before adding dependent task by @joshafeinberg in #119
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Fix issue with moved files not being found when running git diff by @chris-mitchell in #61
- Ensure pathsAffectingAllBuilds will include any changed files by @chris-mitchell in #65
- Add Github Actions by @changusmc in #72
- Update release code and gpg key by @changusmc in #73
- Delete .travis.yml by @changusmc in #74
- Clean up gpg keys by @changusmc in #75
- adding dependabot by @AlekKras in #78
- Execute perms for clean up script by @changusmc in #76
- Bump org.jacoco.core from 0.8.5 to 0.8.7 by @dependabot in #84
- Bump gradle from 4.1.0 to 7.0.2 by @dependabot in #81
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #83
- Bump ktlint-gradle from 9.1.1 to 10.2.0 by @dependabot in #80
- Bump gradle from 7.0.2 to 7.0.3 by @dependabot in #86
- Bump kotlin_version from 1.4.10 to 1.5.31 by @dependabot in #85
- Bump kotlin_version from 1.5.31 to 1.6.0 by @dependabot in #87
- Move to Gradle publish plugin by @changusmc in #92
- Fix documentation referencing an unused configuration property by @chris-mitchell in #96
- Fix readme maven typo by @rougsig in #97
- Fix maven repo readme typo again by @rougsig in #98
- Bump kotlin_version from 1.6.0 to 1.6.10 by @dependabot in #94
- Remove jCenter and replace with mavenCentral by @joshafeinberg in #104
New Contributors
- @changusmc made their first contribution in #72
- @AlekKras made their first contribution in #78
- @rougsig made their first contribution in #97
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Adds ability to provide an excludedModules
to ignore specific modules from the build process