v1.1.1
Scala-parser-combinators 1.1.1 is now available!
Changes in this release:
- #151 Scala 2.13.0-M4 is now supported
- #143 added CharSequenceReader.toString
- #128 prevent OutOfBoundsException on trailing newline
It is available for Scala 2.11, 2.12 and 2.13.0-M4:
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1"
And for Scala-js 0.6.x:
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.1"
A big thank you to everyone who contributed to this release!
According to git shortlog -sn --no-merges v1.1.0..v1.1.1
, 7 people contributed to v1.1.1: Philippus Baalman, Antoine Gourlay, Jendrik Wenke, Kenji Yoshida, Julien Richard-Foy, Justin Patterson, Seth Tisue.