Skip to content

version 1.1.2

Compare
Choose a tag to compare
@SethTisue SethTisue released this 05 Apr 21:53
· 34 commits to 1.1.x since this release

Scala-parser-combinators 1.1.2 is now available!

Changes in this release:

  • #193 Scala 2.13 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
  • #108 remove lastNoSuccessVar (may change error messages on failed parses)

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:

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.