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

Releases: scala/scala-xml

2.4.0

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

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

2.3.0

15 Apr 18:09
@SethTisue SethTisue
ac1aa40
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Notable

Also

New Contributors

Full Changelog: v2.2.0...v2.3.0

Contributors

SethTisue, xuwei-k, and 3 other contributors
Loading
mkurz and gchudnov reacted with hooray emoji gchudnov reacted with rocket emoji
2 people reacted

1.3.1

17 Jul 09:49
@lrytz lrytz
Compare
Choose a tag to compare
Loading

Make Node.toString stack safe (#684).

Released for

  • JVM: Scala 2.11, 2.12, 2.13
  • Scala.js 1.0: Scala 2.12 and 2.13

No releases for Scala.js 0.6.

Loading
gchudnov and AugustoEnzo reacted with thumbs up emoji
2 people reacted

2.2.0

04 Jul 08:31
@lrytz lrytz
098911b
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • #676 mismatched quotes should not cause an infinite loop, fixes #656
  • #677 make Node.toString stack safe
  • #663 XMLLoader returns Document
  • #668 Capture more of the Document
  • #651 Fix infinite loop caused by unclosed character ref, fixes #306
  • #636 Allow overriding XMLReader used in parsing
  • #659 Retain SystemId

New Contributors

Full Changelog: v2.1.0...v2.2.0

Contributors

catap, armanbilge, and 2 other contributors
Loading
gchudnov reacted with thumbs up emoji
1 person reacted

2.1.0

04 Apr 09:21
@SethTisue SethTisue
Compare
Choose a tag to compare
Loading

What's Changed

  • Do not ignore XML comments when parsing by @dubinsky in #549
  • Do not ignore XML CDATA sections when parsing: by @dubinsky in #558
  • Parse nodes before and after the root element by @dubinsky in #560
  • Handle XML namespace declarations even when the underlying parser is ... by @dubinsky in #587
  • Support Scala Native - Scala 3 by @lolgab in #592

Version Bumps

Internal

New Contributors

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: v2.0.1...v2.1.0

Contributors

SethTisue, ashawley, and 4 other contributors
Loading
gchudnov reacted with thumbs up emoji geirolz and gchudnov reacted with rocket emoji
2 people reacted

2.0.1

20 Jul 23:18
@SethTisue SethTisue
08e5fec
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • Make MarkupParser work on Scala 3 (#542)

Published for Scala 2.12 and 2.13, Scala 3, Scala.js 1.6, and Scala Native 0.4.

According to git shortlog -sn --no-merges v2.0.0.., 4 people contributed. Thank you Scala Steward, Seth Tisue, Aaron S. Hawley, Philippus Baalman.

Loading
tiarebalbi and MariosPapasofokli reacted with thumbs up emoji
2 people reacted

2.0.0

13 May 21:05
@SethTisue SethTisue
8f200d7
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • Support Scala 3.0.0 (#522)
  • Drop scala.xml.Properties (#513)
  • Remove deprecated logging (#516)

Published for Scala 2.12 and 2.13, Scala 3.0.0 (and -RC3), Scala.js 1.5, and Scala Native 0.4.

According to git shortlog -sn --no-merges v2.0.0-RC1.., 3 people contributed. Thank you Aaron S. Hawley, Scala Steward, Seth Tisue.

Loading

Scala Standard XML Library 2.0.0-RC1

29 Mar 18:53
@SethTisue SethTisue
28d9e3c
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

NOTICE: The safe-defaults change may be a breaking change for some users. Details on PR.

  • Set safe defaults for parser settings (#177)
  • Use a ThreadLocal to allow reusing parser instances (#176)
  • Support Scala 3.0.0-RC2 (and drop 3.0.0-M3) (#503)
  • Declare version policy (#501)

Published for Scala 2.12 and 2.13, Scala 3.0.0-RC2 and -RC1, Scala.js 1.5, and Scala Native 0.4.

According to git shortlog -sn --no-merges v2.0.0-M5.., 3 people contributed to 2.0.0-RC1. Thank you Seth Tisue, Scala Steward, shado23.

Loading

Scala Standard XML Library 2.0.0-M5

17 Feb 02:21
@SethTisue SethTisue
34cba03
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Published for Scala 2.12 and 2.13, Scala 3.0.0-RC1 and -M3, Scala.js 1.5, and Scala Native 0.4.

  • Support Scala 3.0.0-RC1 (and drop 3.0.0-M2) (#493)
  • Upgrade Scala.js to 1.5.0 (#489)
Loading

Scala Standard XML Library 2.0.0-M4

30 Jan 20:23
@SethTisue SethTisue
7af5889
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Pre-release

Published for Scala 2.12 and 2.13, Scala 3.0.0-M2 and -M3, Scala.js 1.4, and Scala Native 0.4.

  • Add support for Scala Native 0.4 (#482) — thank you @lolgab!
  • Make RuleTransformer fully recursive (#257) — thank you @dcsobral!
  • Fix invalid comment edge case (#441) — thank you @isomarcte!

And thanks to @scala-steward for keeping our versions up to date.

Loading
Previous 1 3
Previous

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