scala.meta v4.4.2 Release Notes

Release Date: 2020-12-11 // over 3 years ago
  • Pull Requests

    • โž• Add variable to track if we are inside quotes/splices (#2192) @tgodzik
    • ๐Ÿšš Move soft keyword definitions outside the parser (#2193) @tgodzik
    • ๐Ÿšš Introduce ExportGiven, remove Export.given: Boolean. (#2190) @olafurpg
    • ๐Ÿ›  Fix product for binaryCompat fields and add additional apply methods (#2189) @tgodzik

Previous changes from v4.4.0

  • ๐Ÿš€ Main features of this release:

    • ๐Ÿ“œ proper parsing support for Scala 3
    • trees for Scala 3 concepts should now be stable and binary compatible going forward
    • ๐Ÿ‘Œ support for Scala 2.13.4, which is especially important for sematicdb

    Pull Requests