From 166d9ade7248cfcd08dc27f0693faf8a3004fb72 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Mon, 1 Jun 2020 14:54:50 -0400 Subject: [PATCH 1/2] Latest stable release is 1.3.0 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 117192b8f..33edf2520 100644 --- a/README.md +++ b/README.md @@ -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 @@ -47,5 +47,8 @@ The XML spec has some features that are best turned off, to avoid unsavory thing - [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 - [xtract](https://github.com/lucidsoftware/xtract) - A library for deserializing XML +https://github.com/TinkoffCreditSystems/phobos +https://github.com/dylemma/xml-spac +https://github.com/ScalaWilliam/xs4s See also the "XML" section of [Awesome Scala](https://github.com/lauris/awesome-scala). From c838c1a7e6c76ae0c0f50648d179bfb54985dbf7 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Mon, 1 Jun 2020 15:01:09 -0400 Subject: [PATCH 2/2] Add more related projects --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33edf2520..a829f2b89 100644 --- a/README.md +++ b/README.md @@ -43,12 +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 -https://github.com/TinkoffCreditSystems/phobos -https://github.com/dylemma/xml-spac -https://github.com/ScalaWilliam/xs4s See also the "XML" section of [Awesome Scala](https://github.com/lauris/awesome-scala).