Skip to content

Monarch 4.3.0

Compare
Choose a tag to compare
@britzl britzl released this 08 Aug 20:54
· 17 commits to master since this release

NEW: monarch.back() now takes an options table as first argument:

local options = {
    sequential = true,    -- hide first, then show
}
monarch.back(options, data, cb)