Skip to content

Scala-parser-combinators 1.0.5

Compare
Choose a tag to compare
@gourlaysama gourlaysama released this 03 Jan 18:37
· 62 commits to 1.0.x since this release

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:

  • Performance : #45 fix packrat caching problem withPagedSeqReader - #65
  • Performance : cache line start indexes in OffsetPosition - #68
  • Bug fix : remove memory leak in Parsers - #69
  • Bug fix : #56 fix new line handling in OffsetPosition.lineContents - #77

A 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.