Skip to content

Commit 9ffebbf

Browse files
author
Charles Banning
committed
update README.md/doc.go
1 parent 998f887 commit 9ffebbf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc.go

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ mxj supplants the legacy x2j and j2x packages. If you want the old syntax, use m
1111
Note: this library was designed for processing ad hoc anonymous messages. Bulk processing large data sets may be much more efficiently performed using the encoding/xml or encoding/json packages from Go's standard library directly.
1212
1313
Note:
14+
2017.02.06: Support XMPP stream processing - HandleXMPPStreamTag().
1415
2016.11.07: Preserve name space prefix syntax in XmlSeq parser - NewMapXmlSeq(), etc.
1516
2016.06.25: Support overriding default XML attribute prefix, "-", in Map keys - SetAttrPrefix().
1617
2016.05.26: Support customization of xml.Decoder by exposing CustomDecoder variable.

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ For over a year I've wanted to refactor the XML-to-map[string]interface{} decode
1616
BenchmarkNewStructJsonBooks-4 100000 15309 ns/op
1717

1818
<h4>Notices</h4>
19+
2017.02.06: Support XMPP stream processing - HandleXMPPStreamTag().
1920
2016.11.07: Preserve name space prefix syntax in XmlSeq parser - NewMapXmlSeq(), etc.
2021
2016.06.25: Support overriding default XML attribute prefix, "-", in Map keys - SetAttrPrefix().
2122
2016.05.26: Support customization of xml.Decoder by exposing CustomDecoder variable.

0 commit comments

Comments
 (0)