hslua v1.0.1 Release Notes

Release Date: 2018-10-03 // over 5 years ago

    🔦 Exposed more functions from Lua's lauxlib library:

    • getmetafield,
    • getmetatable',
    • getsubtable, and
    • traceback.

    The function getsubtable is a reimplementation instead of a wrapper
    to the C function for simplicity (thereby avoiding additional C
    wrappers).

    🛠 Fixed tests for GHC 8.6 by no longer depending on failable pattern
    matching.