Skip to content

22.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 09:38
· 1851 commits to main since this release

What's Changed

Bug Fixes 🐞

  • 8de3b46 node: Fix a special case when parsing the first issue line
  • 1ba253a pub: Use the correct option for the Gradle version

New Features 🎉

  • 811daef node: Add logic for combining single sentence issues lines
  • 2d65064 node: Support lowercase NPM issue output
  • 42fd409 pub: Add a package manager option for the Flutter version

Chores 🔧

  • 5df6592 fossid: Reduce visibility of a reporter variable
  • 117609e node: Make a function an expression
  • 0b703b8 node: Prefer Kotlin's in operator over contains()

Dependency Updates 🚀

  • 419cd30 docker: Downgrade Node to the latest LTS version
  • ff2baef Update Kotest to version 5.9.1
  • a09167d update dependency org.asciidoctor:asciidoctorj-pdf to v2.3.17
  • 882907a update kotlinxserialization to v1.7.0

Documentation 📖

  • 667b4c8 pub: Improve class docs
  • 42862bf reference: Add another example of a reporter option

Refactorings 🚜

  • 2ffb557 Pub: Rename GRADLE_VERSION to DEFAULT_GRADLE_VERSION
  • 1b5a925 node: Make NpmTest a WordSpec
  • 6f8ab8d plugins: Extract CommandLineTool.displayName()
  • 53a7b8f pub: Add a constant for the default Flutter version
  • 7abb18f pub: Move Flutter variables into the class
  • f2ced6d version-control-system: Override some display names
  • 33c0f1a version-control-systems: Extract GitRepoCommand

Tests ✅

  • 303dbda pub: Update expected results