Skip to content

1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 06:49
· 8 commits to main since this release

Item Tags Title

Changes in this version:

Version 1.2.0

  • Github - Moved project from ZotyDev to RPG Made Simple.
  • CI/CD - Updated to new workflow.
  • Internal - All logging and debugging now depends on Debugger.
  • Internal - Utility methods are now provided by Toolbox.
  • Internal - Removed migration from OIF functionality.
  • Internal - Added proper InteractionLayer for the module.
  • Internal - Tag deleting now uses data-index instead the id of the tag represented by html.
  • Internal - Better code organization, some of the javascript standards got adopted.
  • API - Renamed all methods from Example() to example(), all methods that start with a uppercase are now deprecated and will be removed in the future.
  • API - Exposed the missing() method.
  • API - Exposed the deleteAll() method.
  • API - Added hooks that get called when any amount of tags is changed somewhere.
  • Interface - Double clicking the Tag text will remove the Tag and insert its text at the input field to be edited.
  • Interface - When the user clicks on Save the value from the input field will be added as a new Tag.
  • Interface - Added Tag reorder by drag and drop.
  • Docs - Moved docs to main repository.
  • Docs - Now using docsify instead of mdbook.