Skip to content

Latest commit

 

History

History
140 lines (64 loc) · 5.42 KB

CHANGELOG.md

File metadata and controls

140 lines (64 loc) · 5.42 KB

Changelog

2.3.2 (2023-06-04)

Bug Fixes

  • gradle: publishing contains wrong artifacts fixes #367 (e49f881)

2.3.1 (2023-04-23)

Bug Fixes

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)

2.2.1 (2022-11-22)

Bug Fixes

  • no stacktrace on redefinition error (a57195c)

2.2.0 (2022-11-13)

Features

  • improve lazy startup (e77be55)
  • support mocking static methods (52f76ac)

2.1.1 (2022-11-07)

Bug Fixes

  • agent deactivation via system property (db901d5)
  • publishing shadow artifact closes #269 (25eb3b1)

2.1.0 (2022-11-06)

Features

  • support earlier transformation as -javaagent (84b4fd5)

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)

1.5.7 (2022-09-24)

Bug Fixes

1.5.6 (2022-08-16)

Bug Fixes

  • compatibility with Byte-Buddy 1.12.13+. closes #208 (5590b59)

1.5.5 (2022-06-06)

Bug Fixes

  • earlier junit startup if possible (7e8d519)

1.5.4 (2022-06-05)

Bug Fixes

1.5.3 (2022-05-01)

Bug Fixes

1.5.2 (2022-05-01)

Bug Fixes

  • exception during processing of classes with unknown type (f9c5d64)

1.5.1 (2022-02-10)

Bug Fixes

  • fixing release publishing (3b00289)

1.5.0 (2022-02-07)

Features

  • Make complete packages mockable (0c17d8d)

1.4.4 (2021-11-26)

Bug Fixes