Closed
Description
After hearing from Joe Barnes that #150 was indeed a breaking change for users, we should make the next release 1.1.0 and not 1.0.7. Previous discussion on 1.0.7 is #152
- Increment version to 1.10, not 1.07 Bump version to 1.1.0 #158
- Update Stack deprecation docs Improve wording on stack deprecation #157
- Improvements to top-level docs Improve high-level api docs #165
Release notes
- Add Scala.js support with Fix #49: Add Scala.js support #109, use latest Scala.js #131, Remove test duplication #133
- Fix ISO-8859-1 is used as default encoding #121, changes default encoding in
XML.save
to UTF-8 in Change default encoding in XML.save to UTF-8 #122 - Fix leafTag is unused in PrettyPrinter.scala #46 with new config for minimizing tags in
PrettyPrinter
, see Add new config for PrettyPrinter to minimize empty tags #90 - Fix defect XMLEventReader does not handle ' properly #72
XMLEventReader
does not handle'
properly with Fix #72 XMLEventReader does not handle ' properly #89 - Fix defect SI-9060: Accept fifth-edition names. #44 with fifth-edition names SI-9060 in Fix #44 SI-9060 XML 5th edition name characters #93
- Fix defect NodeBuffer does print as ArrayBuffer #115
NodeBuffer.toString
with Fix #115 NodeBuffer.toString #117 - Fix defect Scaladoc links to Scala standard library not being generated #118 Scaladoc links in apidocs to Scala standard library with Modify SBT to have api mapping to Scala library for scaladoc #119
- Fix performance issue Fix contention due to lzycompute synchronised access in Metadata.normalize #136 lock contention from
lazy val
inMetaData.normalize
- Revert
Utility.escape
implementation to useIterator
instead ofwhile
with Revert imperative Utility.escape from 81d7e2a #102 - Fixed defect NodeSeq.Empty is not serializable #154 with
NodeSeq
serialization with Nodeseq serialization #155 - Fixed defect Xml.serialize stripComments parameter doesn't work #183 with
stripComments
Metadata
Metadata
Assignees
Labels
No labels