Closed
Description
Want to get this out, and then move on to mainlining Scala 2.13 changes and prepare for 1.2.x.
Draft release notes:
This is a patch release of Scala XML that is binary and source compatible with the previous release, 1.1.0.
- Fix scala.xml.Utility.trim() doesn't properly handle adjacent Text nodes #73,
Utility.trim
should handle whitespace between adjacentText()
nodes - Fix support nested CDATA #160, support nested escaped CDATA sections
- Fix Bump version number #192, deprecate XMLEventReader, and suggest
javax.xml.stream.events.XMLEvent
- Fix SI-4520 - reasonable exception instead of OOE in XML parser #32 and Fix OOM for ConstructingParser #209, out-of-memory error with
ConstructingParser
- Fix PrettyPrinter(minimizeEmpty = true) injects a new line into elements with attributes #231, avoid splitting up empty elements with
PrettyPrinter(minimizeEmpty = true)
- Fix Strange error on \\("") #251, make invalid argument exception the same type for
NodeSeq.\\()
- Doc fixes and improvements for Doc for \ is imprecise #178, PrettyPrinter is not threadsafe. #214, and Doc minimizeEmpty param of scala.xml.PrettyPrinter #232
- Change license to Apache 2.0, Relicense under Apache 2.0 #227
Metadata
Metadata
Assignees
Labels
No labels