Changelog History
Page 1
-
v2.3.2
October 28, 2020 -
v2.3.1
October 28, 2020 -
v2.3 Changes
September 16, 2020โ Add DisableTrimWhiteSpace option to not trim \x20 from xml.CharData values. (By default they are.)
-
v2.2 Changes
May 01, 2020๐ Replaced string appends with bytes.Buffer. Performance now scales linearly even to very large XML docs with greater than 480,000 nodes.
-
v2.1 Changes
December 10, 2019๐ Previously mv.Exists exited silently on errors encountered when parsing the 'path' argument. Now it reports such errors.
-
v2.0 Changes
July 04, 2019๐จ 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.)(
-
v1.8.4 Changes
January 21, 2019Issue #56
-
v1.8.3 Changes
October 23, 2018โ Correct variadic argument syntax and stub a test that fails when run with full test suite. Also, comment-out all examples, since "want" output values not guaranteed due to random sequence of map key:value pairs.
-
v1.8.2 Changes
September 14, 2018๐จ While working an example for a reddit post reply, it seemed beneficial to have a new wrapper function to handle simple XML. Also, refactored an existing wrapper method to make it consistent and simpler to work with.
-
v1.8.1
July 26, 2018