0.2.3 - Option Flags! They're here! They're working!
Pre-release
Pre-release
- 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 eachasElement()
, 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