Skip to content

Add MapSeq type and remove probably useless XmlWriter methods.

Compare
Choose a tag to compare
@clbanning clbanning released this 04 Jul 21:26
· 82 commits to master since this release

Minor refactoring - add MapSeq type to reduce confusion and move associated functions and methods from Map to MapSeq.

Breaking change - remove XmlWriter methods that return 'raw' value that is written on the io.Writer. This seems silly and unnecessary. (For those who want it they are just commented out in the source code, so they can be easily restored.)(