anyolite v0.6.0 Release Notes

  • ๐Ÿ”‹ Features

    • Wrappers for unions
    • Wrappers for nilable objects

    ๐Ÿ’ฅ Breaking changes

    • Wrapping of specific functions has a more consistent syntax using Arrays instead of Hashes

    Safety

    • More useful compiletime errors for macros
    • More information when encountering type casting errors
    • ๐Ÿ‘‰ Use Array(TypeDeclaration) instead of Hash for keywords in internal methods

    Usability

    • Cleaned up some code fragments

    ๐Ÿ›  Bugfixes

    • Wrapped struct objects were immutable