hslua-aeson v1.0.0 Release Notes

Release Date: 2018-09-23 // over 5 years ago
    • ⚡️ Update to hslua 1.0.0

    • Function registerNull has been replaced by pushNull.

    Using pushNull has the advantage that users won't have to remember to register a special variable. Users who need a global variable can set it by running

        pushNull
        setglobal "HSLUA_AESON_NULL"