- Notifications
You must be signed in to change notification settings - Fork92
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
· 11 commits to main since this release
c2c76c8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Notable Changes
Useimmutable.Seq
: for Scala 3 and 2.13, the result type ofNode.child
/Node.nonEmptyChildren
/Node.attribute
is changed fromcollection.Seq
toimmutable.Seq
(#760)
- Scala 2.13 changed the default
scala.Seq
alias toimmutable.Seq
, but the scala-xml library continued to usecollection.Seq
. This often results in.toSeq
conversions when using scala-xml in Scala 3 or 2.13. - scala-xmlwas always immutable in spirit,
NodeSeq
extendsimmutable.Seq
- A relatedchange to the Scala compiler is under review to encode XML literals as
Vector[Node]
Other Changes
Full Changelog:v2.3.0...v2.4.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted