All Versions
25
Latest Version
Avg Release Cycle
19 days
Latest Release
811 days ago

Changelog History
Page 2

  • v2.0.1 Changes

    November 29, 2021
    • ๐Ÿ›  Fix type inference for a null parameter passed to an indy method.
    • Major version bump is required to fix an incorrect earlier tag (1.33 instead of 1.3.3).
  • v1.3.3 Changes

    November 01, 2021
    • ๐Ÿ›  Fix ClassLoader deadlock.
    • Math and logical operations against types smaller than an int must not expose more precision than the type allows. Also, math and logical operations against boolean is now disallowed.
  • v1.3.2 Changes

    October 18, 2021
    • Detect if start label is unpositioned when calling the catch_ method.
  • v1.3.1 Changes

    October 03, 2021
    • ๐Ÿ›  Fix invocation of overloaded methods which accept varargs.
  • v1.3.0 Changes

    September 21, 2021
    • โž• Add a convenience method to clear a variable.
  • v1.2.2 Changes

    September 07, 2021
    • ๐Ÿ‘ Allow hidden classes to be unloaded when created without an explicit lookup object.
  • v1.2.1 Changes

    August 21, 2021
    • ๐Ÿ‘ Allow hidden class to made without an explicit lookup object provided.
    • Preserve raw floating point constants (non-canonical NaNs).
  • v1.2.0 Changes

    August 07, 2021
    • โž• Add basic enum support.
  • v1.1.4 Changes

    July 24, 2021
    • ๐Ÿ›  Fix race conditions when requesting constants defined by setExact.
  • v1.1.3 Changes

    July 10, 2021
    • ๐Ÿ‘ Allow relational comparisons against booleans, which are really just 0 and 1.