Releases: joke/spock-mockable
Releases · joke/spock-mockable
v2.3.2
2.3.2 (2023-06-04)
Bug Fixes
- gradle: publishing contains wrong artifacts fixes #367 (e49f881)
v2.3.1
2.3.1 (2023-04-23)
Bug Fixes
v2.3.0
2.3.0 (2022-11-27)
Features
- improve transformation logging (8b3fe7b)
- include super classes in transformation (24d27cf)
Bug Fixes
- do not log empty re-definitions (1420bd9)
- do not log type resolution errors as warn (7d26eb4)
- exclude interfaces from transformation (b48f9dc)
v2.2.1
2.2.1 (2022-11-22)
Bug Fixes
- no stacktrace on redefinition error (a57195c)
v2.2.0
2.2.0 (2022-11-13)
Features
- improve lazy startup (e77be55)
- support mocking static methods (52f76ac)
v2.1.1
2.1.1 (2022-11-07)
Bug Fixes
- agent deactivation via system property (db901d5)
- publishing shadow artifact closes #269 (25eb3b1)
v2.1.0
2.1.0 (2022-11-06)
Features
- support earlier transformation as -javaagent (84b4fd5)
v2.0.0
2.0.0 (2022-11-05)
⚠ BREAKING CHANGES
@Mockable
changed in favor of automatic detection.
- drop support for spock 1.3
Features
- automatic detected of mockable classes (fb03556)
Code Refactoring
- drop support for spock 1.3 (96753f6)
v1.5.7
1.5.7 (2022-09-24)
Bug Fixes
v1.5.6
1.5.6 (2022-08-16)
Bug Fixes
- compatibility with Byte-Buddy 1.12.13+. closes #208 (5590b59)