Maker v2.2.2 Release Notes

Release Date: 2022-05-01 // about 2 years ago
    • 🛠 Fix support for 'and', 'or' and 'xor' operations against booleans, which were needlessly disallowed by version 1.3.3.
    • 🛠 Fix signature polymorphic invocation when a null parameter is provided.
    • Don't use signature polymorphic invocation for the MethodHandle.invokeWithArguments method.