Skip to content

Scala Standard XML Library v1.1.0

Compare
Choose a tag to compare
@ashawley ashawley released this 20 Feb 17:51
4a54464

Compatability

This is a minor release, not a patch release. The default character encoding to XML.save was changed to UTF-8 from ISO-8859-1 which is not forward-compatible. However, this release is binary and source compatible with the previous release, 1.0.6.

Release notes

The following changes have been incorporated in this release:

  • Add Scala.js support with #109, #131, #133
  • Fix #121, changes default encoding in XML.save to UTF-8 in #122
  • Fix #46 with new config for minimizing tags in PrettyPrinter, see #90
  • Fix defect #72 XMLEventReader does not handle ' properly with #89
  • Fix defect #44 with fifth-edition names SI-9060 in #93
  • Fix defect #115 NodeBuffer.toString with #117
  • Fix defect #118 Scaladoc links in apidocs to Scala standard library with #119
  • Fix performance issue #136 lock contention from lazy val in MetaData.normalize
  • Revert Utility.escape implementation to use Iterator instead of while with #102
  • Fixed defect #154 with NodeSeq serialization with #155
  • Fixed defect #183 with stripComments

Thanks

This release was made possible by contributions from the following people:

  • Joe Barnes
  • Olivier Blanvillain
  • Fehmi Can Saglam
  • Sébastien Doeraene
  • Aaron S. Hawley
  • Juris Krikis
  • Andrew Marki
  • Lukas Rytz
  • Platon Pronko
  • Joerg Schmuecker
  • Biswanath Senapati
  • Seth Tisue
  • Olaf Tomczak
  • Andrew Ward
  • Dale Wijnand
  • Ningning Xie
  • Kenji Yoshida

We would like to thank them for their help.