Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

2.4.0

Latest
Compare
Choose a tag to compare
Loading
@lrytz lrytz released this 27 May 09:27
· 25 commits to main since this release
c2c76c8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Notable Changes

Use immutable.Seq: for Scala 3 and 2.13, the result type of Node.child / Node.nonEmptyChildren / Node.attribute is changed from collection.Seq to immutable.Seq (#760)

  • Scala 2.13 changed the default scala.Seq alias to immutable.Seq, but the scala-xml library continued to use collection.Seq. This often results in .toSeq conversions when using scala-xml in Scala 3 or 2.13.
  • scala-xml was always immutable in spirit, NodeSeq extends immutable.Seq
  • A related change to the Scala compiler is under review to encode XML literals as Vector[Node]

Other Changes

  • Fix code point for darr entity (#729)
  • NodeBuffer.&+ returns this.type (#744)

Full Changelog: v2.3.0...v2.4.0

Assets 2
Loading
gchudnov and Gedochao reacted with thumbs up emoji
2 people reacted

AltStyle によって変換されたページ (->オリジナル) /