Skip to content

v1.1.7

Compare
Choose a tag to compare
@Mqzn Mqzn released this 19 Sep 02:16
· 28 commits to master since this release

What's new in Lotus v1.1.7?

  • Added DataRegistry per button to make it easier for users to cache data with their buttons, change and fetch them when needed
    through Button#getNamedData and Button#setNamedData
  • Fixed bugs in SlotIterator
  • Changed SlotIterator implementations:
    • SlotIterator#next -> SlotIterator#current
    • SlotIterator#hasNext -> SlotIterator#canContinue
    • Added method SlotIterator#shift
  • Added debugger for lotus and helpful methods for using the debugger such as:
    • Lotus#enableDebugger
    • Lotus#disableDebugger
    • Lotus#isDebuggerEnabled
  • Fixed the bug: when using MenuView#updateButton it resets the button's actions.