Scala Parser Combinators v1.1.2 Release Notes

Release Date: 2019-04-05 // over 5 years ago
  • 📜 Scala-parser-combinators 1.1.2 is now available!

    🚀 Changes in this release:

    • 📜 #193 Scala 2.13.0-RC1 is now supported
    • ⚡️ #184 Update license to Apache 2.0
    • #180 Fix StackOverflowError in Page.latest
    • 📜 #179 Fix StackOverflowError in PagedSeq.fromString
    • 📜 #174 Re-add support for Scala native
    • 📜 #164 Support '\r' and '\r\n' line endings
    • 📜 #162 Add 'exception' operator

    🚀 Using this release with Scala 2.11 may involve making sure the version the Scala 2.11 compiler uses internally isn't also on the classpath; see issue #197.

    🚀 This release is available for Scala 2.11, 2.12 and 2.13.0-RC1:

    📜 libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"

    And for Scala-js 0.6.x and 1.0.0-Mx:

    📜 libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.2"

    🚀 A big thank you to everyone who contributed to this release!
    🔀 According to git shortlog -sn --no-merges v1.1.1..v1.1.2, 7 people contributed to 1.1.2: Umayah Abdennabi, Philippus Baalman, Antoine Gourlay, Filip Ochnik, Seth Tisue, Sarunas Valaskevicius, Eugene Yokota.