Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.3.0 source code.tar.gz | 2023-04-17 | 50.8 kB | |
2.3.0 source code.zip | 2023-04-17 | 100.6 kB | |
README.md | 2023-04-17 | 1.9 kB | |
Totals: 3 Items | 153.3 kB | 0 |
What's Changed
- Drop support for Scala 2.11.x by @Philippus in https://github.com/scala/scala-parser-combinators/pull/504
- Fix
Parsers.Parser.|||
(by adding equality comparison forPosition
objects) by @peteraldous in https://github.com/scala/scala-parser-combinators/pull/507
Chores
- lock down bidirectional compat, post-2.2.0 by @SethTisue in https://github.com/scala/scala-parser-combinators/pull/501
- Update scala3-library, ... to 3.2.2 by @scala-steward in https://github.com/scala/scala-parser-combinators/pull/505
- Update sbt-scalajs, ... to 1.13.0 by @scala-steward in https://github.com/scala/scala-parser-combinators/pull/502
- Update sbt-scala-native, scala3lib to 0.4.10 by @scala-steward in https://github.com/scala/scala-parser-combinators/pull/503
- enable unused warnings on Scala 2 by @SethTisue in https://github.com/scala/scala-parser-combinators/pull/506
- Update junit-plugin, junit-runtime, ... to 0.4.12 by @scala-steward in https://github.com/scala/scala-parser-combinators/pull/509
- Fix typo in scaladoc of
Parsers.scala
by @hyp3rflow in https://github.com/scala/scala-parser-combinators/pull/511 - Update sbt-scala-native-crossproject, ... to 1.3.0 by @scala-steward in https://github.com/scala/scala-parser-combinators/pull/512
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.1 by @scala-steward in https://github.com/scala/scala-parser-combinators/pull/513
- Update sbt-scala-native-crossproject, ... to 1.3.1 by @scala-steward in https://github.com/scala/scala-parser-combinators/pull/514
New Contributors
- @peteraldous made their first contribution in https://github.com/scala/scala-parser-combinators/pull/507
- @hyp3rflow made their first contribution in https://github.com/scala/scala-parser-combinators/pull/511
Full Changelog: https://github.com/scala/scala-parser-combinators/compare/v2.2.0...v2.3.0