Scala Parser Combinators v1.1.2 Release Notes

Release Date: 2019-04-05 // about 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.