Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 823 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 823 Bytes

1.0.0

  • Fork from proxy-plus to implement proxy-super+- which was too hacky for quick inclusion in a respectable library.

0.0.10

  • Change to shaded ASM dependency

0.0.9

  • Bump ASM version to 6.2

0.0.8

  • Bug fix: confusion between root and dynamic classloader when using proxy+

0.0.7

  • Use a substantially faster strategy for providing method impls to generated bytecode proxy instances.

0.0.6

  • Support for "named proxy+", allowing you to give useful names to your proxy classes.

0.0.5

  • use isAssignableFrom to support type hints that are sub classes

0.0.4

  • If there are multiple matching superclass methods, we now pick the last one.

0.0.2

  • Use type hints to distinguish methods of same name and arity (thanks @jeff303)
  • Fix reflection warning

0.0.1

  • Initial release