Scala Standard XML Library v1.1.1
This is a patch release of Scala XML that is binary and source compatible with the previous release, 1.1.0.
Release notes
- Fix #73,
Utility.trimshould handle whitespace between adjacentText()nodes - Fix #160, support nested escaped CDATA sections
- Fix #192, deprecate
XMLEventReader, and suggestjavax.xml.stream.events.XMLEvent - Fix #32 and #209, out-of-memory error with
ConstructingParser - Fix #231, avoid splitting up empty elements with
PrettyPrinter(minimizeEmpty = true) - Fix #251, make invalid argument exception the same type for
NodeSeq.\\() - Fix #259, null pointer exception for DOCTYPE in
XhtmlParser - Update Scala.js to 0.6.25 and 1.0.0-M5, #263
- Doc fixes and improvements for #178, #214, and #232
- Change license to Apache 2.0, #227
This release was made possible by contributions from the following people:
- Hosam Aly
- Ethan J. Eldridge
- Manish Ghildiyal
- Aaron S. Hawley
- Lukas Rytz
- Artem Stasiuk
- Sean Sullivan
- Seth Tisue
- Kenji Yoshida
Thanks also to everyone who submitted bug reports and contributed to discussions.