Releases: dropbox/dependency-guard
Releases · dropbox/dependency-guard
0.5.0
What's Changed
- Prepare for 0.5.0-SNAPSHOT development by @handstandsam in #93
- Simplify DependencyGuardListTask execute function by @SimonMarquis in #89
- Fix diff text lines missing by @SimonMarquis in #95
- Suppress "no changes" output by default by @ZacSweers in #92
- Publish 0.5.0 by @joshafeinberg in #104
New Contributors
- @joshafeinberg made their first contribution in #104
Full Changelog: 0.4.3...0.5.0
0.4.3
What's Changed
- Fix: Race Condition during afterEvaluate Configuration Validation in 0.4.2 by @handstandsam in #90
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
- Preparing new SNAPSHOT version 0.4.2-SNAPSHOT by @handstandsam in #75
- Split kotlin and dokka versions references by @SimonMarquis in #81
- Kotlin-ify StringBuilder constructs and replace with simpler raw Strings by @SimonMarquis in #80
- Using Primitives in Static Validator Methods by @handstandsam in #85
- Move Validation to afterEvaluate by @handstandsam in #86
- Publish v0.4.2 by @handstandsam in #88
Full Changelog: 0.4.1...0.4.2
0.4.1
Version 0.4.1 (All Changes)
2023-01-23
0.4.0
Issue found in 0.4.0
regarding Configuration Cache. Please upgrade to 0.4.1
for fixes.
Version 0.4.0 (All Changes)
2023-01-17
- Support for Configuration Cache by @qwert2603 in #51
0.3.2
What's Changed
- 0.3.2-SNAPSHOT Version Bump for Development by @handstandsam in #42
- update JWDependencyTreeDiff by @qwert2603 in #47
- Dependency Tree Diff Output - Dynamic messaging for the correct project. by @handstandsam in #49
- Version 0.3.2 by @handstandsam in #50
New Contributors
- @qwert2603 made their first contribution in #47
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Don't apply the LifecycleBasePlugin if already applied by @ZacSweers in #36
- Backport of the
String.capitalized()
extension for Pre Gradle 7.4. Fixes #40 by @handstandsam in #41
New Contributors
- @ZacSweers made their first contribution in #36
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Fixes #32 - Remove unused Kotlin dependencies. by @handstandsam in #33
- Attached "dependencyGuard" to the "check" task. Fixes #30 by @handstandsam in #34
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Fixed error messaging and added tests. by @handstandsam in #11
- Set artifacts=true and modules=false as the default config. by @handstandsam in #17
- Opt all tasks out of tracking and configuration caching. by @autonomousapps in #20
- baselineMap - Modify a dependency name or remove it (by returning null) from the baseline file by @handstandsam in #18
- Renamed allowRule -> allowedFilter by @handstandsam in #21
- Uses
file:///something.txt
syntax now! by @handstandsam in #24 - Cleanup of Diffing Code by @handstandsam in #22
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Use Action instead of Kotlin lambda. by @autonomousapps in #5
- Removing Extra Gradle Wrapper by @handstandsam in #6
- Moving
dependency-guard-gradle-plugin
->dependency-guard
to save keystrokes. by @handstandsam in #7 - Improve test coverage. by @autonomousapps in #8
- Use domain object container to avoid afterEvaluate. by @autonomousapps in #9
- Configuration:
isAllowed
->allowRule
by @handstandsam in #10
Full Changelog: https://github.com/dropbox/dependency-guard/commits/0.1.0