Movatterモバイル変換


[0]ホーム

URL:


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
Compare
Choose a tag to compare
Loading
@lrytzlrytz released this 27 May 09:27
· 11 commits to main since this release
c2c76c8
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

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 defaultscala.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 asVector[Node]

Other Changes

  • Fix code point fordarr entity (#729)
  • NodeBuffer.&+ returnsthis.type (#744)

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

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

[8]ページ先頭

©2009-2025 Movatter.jp