New
2.1.0
What's Changed
- Do not ignore XML comments when parsing by @dubinsky in https://github.com/scala/scala-xml/pull/549
- Do not ignore XML CDATA sections when parsing: by @dubinsky in https://github.com/scala/scala-xml/pull/558
- Parse nodes before and after the root element by @dubinsky in https://github.com/scala/scala-xml/pull/560
- Handle XML namespace declarations even when the underlying parser is … by @dubinsky in https://github.com/scala/scala-xml/pull/587
- Support Scala Native - Scala 3 by @lolgab in https://github.com/scala/scala-xml/pull/592
Version Bumps
- Update Scala 3.1.0 by @scala-steward in https://github.com/scala/scala-xml/pull/568
- Update auxlib, javalib, junit-runtime, ... to 0.4.1 by @scala-steward in https://github.com/scala/scala-xml/pull/569
- Update auxlib, javalib, junit-runtime, ... to 0.4.4 by @scala-steward in https://github.com/scala/scala-xml/pull/595
- Update junit-interface to 0.13.2 by @scala-steward in https://github.com/scala/scala-xml/pull/572
- Update junit-interface to 0.13.3 by @scala-steward in https://github.com/scala/scala-xml/pull/582
- Update sbt to 1.5.6 by @scala-steward in https://github.com/scala/scala-xml/pull/578
- Update sbt to 1.5.7 by @scala-steward in https://github.com/scala/scala-xml/pull/579
- Update sbt to 1.5.8 by @scala-steward in https://github.com/scala/scala-xml/pull/580
- Update sbt to 1.6.0 by @scala-steward in https://github.com/scala/scala-xml/pull/581
- Update sbt to 1.6.1 by @scala-steward in https://github.com/scala/scala-xml/pull/583
- Update sbt to 1.6.2 by @scala-steward in https://github.com/scala/scala-xml/pull/591
- Update sbt-header to 5.6.5 by @scala-steward in https://github.com/scala/scala-xml/pull/593
- Update sbt-scala-module to 2.4.0 by @scala-steward in https://github.com/scala/scala-xml/pull/548
- Update sbt-scala-module to 3.0.1 by @scala-steward in https://github.com/scala/scala-xml/pull/586
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.0 by @scala-steward in https://github.com/scala/scala-xml/pull/547
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 by @scala-steward in https://github.com/scala/scala-xml/pull/566
- Update sbt-scalajs, scalajs-compiler, ... to 1.8.0 by @scala-steward in https://github.com/scala/scala-xml/pull/577
- Update sbt-scalajs, scalajs-compiler, ... to 1.9.0 by @scala-steward in https://github.com/scala/scala-xml/pull/594
- Update sbt-version-policy to 1.2.1 by @scala-steward in https://github.com/scala/scala-xml/pull/546
- Update scala-compiler, scala-library to 2.12.15 by @scala-steward in https://github.com/scala/scala-xml/pull/563
- Update scala-compiler, scala-library to 2.13.7 by @scala-steward in https://github.com/scala/scala-xml/pull/573
- Update scala-compiler, scala-library to 2.13.8 by @scala-steward in https://github.com/scala/scala-xml/pull/588
- Update scala-native to 0.4.2 by @scala-steward in https://github.com/scala/scala-xml/pull/576
- Update scala-native to 0.4.3 by @scala-steward in https://github.com/scala/scala-xml/pull/589
- Update scala3-library to 3.0.2 by @scala-steward in https://github.com/scala/scala-xml/pull/557
- Update scala3-library, ... to 3.1.1 by @scala-steward in https://github.com/scala/scala-xml/pull/590
Internal
- Relax versionPolicyIntention to BinaryCompatible by @ashawley in https://github.com/scala/scala-xml/pull/554
- Fix Circle error: 'clang-7' has no installation candidate by @ashawley in https://github.com/scala/scala-xml/pull/555
- Add Scala.js on 3.0.1 to Circle by @ashawley in https://github.com/scala/scala-xml/pull/553
- in with GitHub Actions, out with Travis-CI by @SethTisue in https://github.com/scala/scala-xml/pull/564
- AdoptOpenJDK is now Temurin by @SethTisue in https://github.com/scala/scala-xml/pull/565
- remove unused settings in CircleCI config by @xuwei-k in https://github.com/scala/scala-xml/pull/570
- Set the Circle instance size to small by @ashawley in https://github.com/scala/scala-xml/pull/575
- Drop .conf file for Scalafmt by @ashawley in https://github.com/scala/scala-xml/pull/585
New Contributors
- @dubinsky made their first contribution in https://github.com/scala/scala-xml/pull/549
According to git shortlog -sn --no-merges v2.0.1.., 7 people contributed. Thank you Scala Steward, Aaron S. Hawley, Leonid Dubinsky, Seth Tisue, Julien Richard-Foy, Kenji Yoshida, Lorenzo Gabriele.
Full Changelog: https://github.com/scala/scala-xml/compare/v2.0.1...v2.1.0