Closed
Description
This is a small bug-fix release, but also includes all the Scala 2.13 changes merged to master in preparation for Scala 2.13.0 final release.
- Various changes for 2.13.0 support 2.13.0-RC1 changes #276, publish for Scala 2.13.0-M5 #256, publish for 2.13.0-M4 #217
- Fix match result for attribute search of empty string Should always error on \("@") #249
- Fix missing
toString
indtd.Decl
Fix Decl.toString #270 - Remove
name
field intransform.RewriteRule
Variable name collision in RewriteRule class #129 - Update Scala.js from 0.6.26 Update sbt-scalajs, scalajs-compiler, ... to 0.6.26 #274
- Update Scala.js from 1.0.0-M6 Move to Scala 2.13.0-M5 #260
- Update Scala.js to 0.6.27 and 1.0.0-M7 Publish for 2.13.0-RC1 #283
- Fix license in POM file to Apache License 2.0 include correct license info in POM #275
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 hopefully of low risk.