Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 16:48
· 35 commits to main since this release
6b25f0c

Major Changes

  • e921593: Renamed ConfigManager to DataStore to make its implied purpose as a generic JSON database more clear.
    • the constructor property defaultConfig is now called defaultData
    • deleteConfig() is now called deleteData()
    • the internal GM storage keys will still have the prefix _uucfg for backwards compatibility

Minor Changes

  • da679c6: Added function getSiblingsFrame() that returns a frame of an element's siblings, with a given alignment and size

Patch Changes

  • 0c716a6: Lowered the Error.stackTraceLimit by a multiple of 10 to preserve memory