Skip to content

Releases: gXLg/versiont-library

v1.3.2

Choose a tag to compare

@gXLg gXLg released this 04 Aug 22:38
  • Fix the handling of wrapped arrays

v1.3.1

Choose a tag to compare

@gXLg gXLg released this 03 Aug 11:44
  • Add compatibility for ModMenu entrypoints through language adapters

v1.3.0

Choose a tag to compare

@gXLg gXLg released this 27 Jul 03:49
  • Defer class lookup for types of constructors, methods and fields

v1.2.4

Choose a tag to compare

@gXLg gXLg released this 22 Jul 14:46
  • Add conditional class loading logic
  • Respect interface implementations during abstract method interception

v1.2.3

Choose a tag to compare

@gXLg gXLg released this 10 Jun 19:48
  • Fix parent lookup on interfaces
  • Ignore class load errors during preload
  • Fix constructors recreation (fixes on 1.17.1)
  • Search for wrappedMethods only on wrapper objects
  • Allow methods with wrong types to match false

v1.2.2

Choose a tag to compare

@gXLg gXLg released this 01 Jun 21:10
  • Fix setting the __wrapper field inside the while-loop

v1.2.1

Choose a tag to compare

@gXLg gXLg released this 01 Jun 20:54
  • Set __wrapper field on user superclasses

v1.2.0

Choose a tag to compare

@gXLg gXLg released this 09 Apr 02:51
  • Simplify V.getVersion() and make it thread-safe
  • Add V.isObfuscated()
  • Add VersiontMixinPlugin and related logic for conditional Mixins

v1.1.1

Choose a tag to compare

@gXLg gXLg released this 07 Apr 17:14
  • Skip inspection of local classes being during method lookup

v1.1.0

Choose a tag to compare

@gXLg gXLg released this 06 Apr 00:12
  • Handle interception of virtual method calls inside base class constructors correctly