We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix: rename serialization to serialization-utils To avoid clash with serialiation system file.
fix: deprecate utils.serialize and utils.deserialize
feat: add serialiation page and add to sidebar
Merge branch 'documentation-1.3.0'
fix: remove mention of BBParser from home page
refactor: bump version to 1.3.0 on home page
fix: getFiles getting renamed to getFileNames this was never actually done in the code
feat: add example about using addMany to create weighted container
refactor: improve language
fix: broken or nonexistent links
fix: weighted contained addMany function not grouped with functions
fix: missing deepequals link
fix: missing deepEquals in table of contents
fix: untested example for persistent data
refactor: update parameter names for weapon type functions
feat: add warning about undocumented features and code of msu
feat: add documentation about deepEquals
feat: add documentation about skill type mutator and accessor functions
revert: "feat: add getItemsByFunction etc to items new functions" This reverts commit 3320e78db6dbfb1be87c62ea4a28c594810542c7.
refactor: improve formatting in getNeighbors documentation
feat: remove culled getNeighbor functions and add suggestion on how to filter down results from getNeighbors()
feat: add link to BBCode wiki entry
feat: add more info to the color functions
feat: add info about key input denial
feat: add info about adding keys now returning the key object itself
refactor: deprecate EmptyBBClass
refactor: swap examples to using modern hooks
feat: add 1.3 persistent data features to persistent data and deprecate bbparser
fix: bad serialization example incorrectly trying to set player name
feat: add new Serialization features to Serialization system