Skip to content

Scala-parser-combinators 1.0.3

Compare
Choose a tag to compare
@gourlaysama gourlaysama released this 15 Dec 14:02

Scala-parser-combinators 1.0.3 is now available!

Scala-parser-combinators 1.0.3 is a bugfix release and is binary compatible with previous 1.0.x versions.

  • In SBT (for Scala 2.11+):

    libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.3"
    
  • Or obtain it via Maven Central

One issue was fixed in this release:

  • SI-8879 fix quadratic reading time in StreamReader -- #33

A big thank you to everyone who contributed to this release!
According to git shortlog -sn --no-merges v1.0.1..v1.0.2, 4 people contributed code to v1.0.3: Antoine Gourlay, Adriaan Moors, Jon Pretty, Lukas Rytz.