Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 5.17 KB

CHANGELOG.md

File metadata and controls

84 lines (48 loc) · 5.17 KB

Change Log

Version 0.5.0 (All Changes)

2024-02-05

  • Fixes #82: Feature request: suppressible logging output

Version 0.4.3 (All Changes)

2023-03-14

  • Fixes #87: Race Condition during afterEvaluate Configuration Validation in 0.4.2 by @handstandsam in #90

Version 0.4.2 (All Changes)

2023-03-13

Version 0.4.1 (All Changes)

2023-01-23

  • Fixes #67, #68: Configuration Cache by @handstandsam in #70, #71, #72
  • Compatibility: Requires Gradle 7.4 or Higher in order to support Configuration Cache.

Version 0.4.0 (All Changes)

2023-01-17

Version 0.3.2

2022-09-14

See: 0.3.2 Milestone

  • Fix "baseline created" message in DependencyGuardTreeDiffer by @handstandsam in #49
  • Fix: Update to latest dependency-tree-diff source code which has fixes by @qwert2603 in #47

Version 0.3.1

2022-06-13

See: 0.3.1 Milestone

  • Fix: Tree format required Gradle 7.4 or higher. by @handstandsam in #40
  • Fix: Crash while using in root project if clean task already applied. by @ZacSweers in #38

Version 0.3.0

2022-05-26

See: 0.3.0 Milestone

  • Hook dependencyGuard task automatically into check task. by @handstandsam in #30
  • Removed implementation dependencies of dependency-guard that aren't needed. @handstandsam in #32

Version 0.2.0

2022-05-12

See: 0.2.0 Milestone

  • BREAKING CHANGE: Renamed allowRule -> allowedFilter by @handstandsam in #21
  • BEHAVIOR CHANGE: Set artifacts=true and modules=false as the default config. by @handstandsam in #17
  • Fixes: dependencyGuard failure output contains a double-colon (::) when run on root project. Should be a single colon. by @handstandsam in #2
  • Fixes: Tasks not compatible with the configuration cache by @autonomousapps in #4
  • baselineFilter - Filter out certain dependencies from baseline (allowed, but ignored for baseline purposes) by @handstandsam in #15
  • Surface the "diff" in the Thrown Exception. by @handstandsam in #19
  • Update Output to use the file:/// syntax so that links are clickable. by @handstandsam in #23

Version 0.1.0

2022-04-25

  • Initial Version