15.0.0-dev.4 (2023-09-13)
Bug Fixes
- Account for source patch dependency for tests (6918418)
- Always make the generated patch depend on the source patch (8de3063)
- Catch correct exception (637d487)
- Delegate
PatchBundleLoader
by mutable set of patches (9a109c1) - Do not resolve the proxied patch to the proxy in the dependency list (e112837)
- Do not set
CompatiblePackage.versions
if@CompatiblePackage.versions
is empty (6b1e0a1) - Filter for patches correctly (4bc4b0d)
- Find dependency in
context.allPatches
(670f015) - Log the correct patch names (9fdb8f0)
- Print patch name instead of class name (4e7811e)
- Print stack trace of exception (aa71146)
- Run code-block if
executablePatches
does not yet containpatch
(1d7aeca) - Suppress logger when loading patches in
PatchBundleLoader
(72c9eb2)
Code Refactoring
- Internalize processor constructor (a802d0d)
BREAKING CHANGES
- This gets rid of the public constructor.