Skip to content

Update the README #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ API documentation is available [here](https://scala.github.io/scala-xml/api/1.2.

How to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)

The latest stable release of Scala XML is 1.2.0.
The latest stable release of Scala XML is 1.3.0.

Milestone releases of Scala XML version 2.0 are available, starting with 2.0.0-M1. See the changes for 2.0 in `CHANGELOG.md`.
Experimental milestone releases of Scala XML version 2.0 are available, starting with 2.0.0-M1. See the changes for 2.0 in `CHANGELOG.md`.

## Maintenance status

Expand All @@ -43,9 +43,12 @@ The XML spec has some features that are best turned off, to avoid unsavory thing
- [http4s-scala-xml](https://http4s.org/v0.21/entity/) - XML literal support in http4s
- [Json4s XML](https://github.com/json4s/json4s) - Conversion to and from JSON
- [monadic-html](https://github.com/OlivierBlanvillain/monadic-html) - DOM-like event-based programming with XHTML
- [phobos](https://github.com/TinkoffCreditSystems/phobos) - Data-binding library based on stream parsing using Aalto XML
- [scalaxb](http://scalaxb.org/) - XML data binding, serialization, SOAP and WSDL support
- [ScalaTags](https://github.com/lihaoyi/scalatags) - Alternative syntax for XML literals
- [scala-xml-dotty](https://github.com/felixmulder/scala-xml-dotty) - Macro library for XML literals in Dotty
- [XML SPaC](https://github.com/dylemma/xml-spac) - Streaming event-based parser combinators
- [xs4s](https://github.com/ScalaWilliam/xs4s) - XML streaming for Scala
- [xtract](https://github.com/lucidsoftware/xtract) - A library for deserializing XML

See also the "XML" section of [Awesome Scala](https://github.com/lauris/awesome-scala).