Skip to content

0.2.3 - Option Flags! They're here! They're working!

Pre-release
Pre-release
Compare
Choose a tag to compare
@BellCubeDev BellCubeDev released this 09 Jan 23:28
· 11 commits to main since this release
2fe5df1
  • New abstract method on XmlRepresentation, associateWithDocument(), which applies any side-effects that an override of assignElement() might've handled in previous versions to both this element and its children. Called at the start of each asElement(), primarily so FlagInstancesByDocument is populated
  • New document config option, generateNewOptionFlagNames, which, when set to true, will discard existing option flag names for a document and generate new ones from scratch
  • Minor optimizations & recursion safeguards