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
v2.0
Add XmlSeq type and move functions and methods from Map type. Also, remove probably unused XmlWriter methods that return 'raw' value; a potentially breaking change.
Allow override for decoding simple element w/o attributes
It was an easy change to decode all simple elements values as map["#text":<value>] event if they do not have attributes.