You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xml: disassemble/reassemble/parseXml/verifyXmlRoundtrip now return Promises instead of resolving synchronously. Any caller that invoked these without awaiting the result must add await, or it will no longer wait for the file to actually be processed.
Features
xml: expose disassemble/reassemble/parseXml/verifyXmlRoundtrip as true async (#47) (0bb779a)