Scala-parser-combinators 1.0.5 is now available!
Scala-parser-combinators 1.0.5 is a bugfix release and is binary compatible with previous 1.0.x versions.
Available for Scala 2.11 and 2.12:
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.5"
And for Scala-js 0.6.x:
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.0.5"
4 issues were fixed in this release:
PagedSeqReader
- #65OffsetPosition
- #68Parsers
- #69OffsetPosition.lineContents
- #77A big thank you to everyone who contributed to this release!
According to git shortlog -sn --no-merges v1.0.4..v1.0.5
, 5 people contributed code to v1.0.5: Thomas Janousek, Antoine Gourlay, Lukas Rytz, Eduardo Gulias Davis, Todd O’Bryan.