Scala Standard XML Library v1.2.0
This is a small bug-fix release, but is released as 1.2.0 since it includes all the Scala 2.13 changes in preparation for the impending Scala 2.13.0 final. There is also a small breaking change to scala.xml.transform.RewriteRule
, but it should be inconsequential.
Release notes
- Various changes for 2.13.0 support #276, #256, #217
- Fix match result for attribute search of empty string #249
- Fix missing
toString
indtd.Decl
#270 - Remove
name
field intransform.RewriteRule
#129 - Update Scala.js from 0.6.26 #274
- Update Scala.js from 1.0.0-M6 #260
- Update Scala.js to 0.6.27 and 1.0.0-M7 #283
- Fix license in POM file to Apache License 2.0 #275
Binary compatibility
This release is not backwards compatible with the last release of scala-xml, 1.1.1, because of the small change that removes the name
field from transform.RewriteRule
, see #129. It appears to have been an unused vestigial class member in a rarely used class, so it's likely of low risk.