Skip to content

1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 15:29
· 86 commits to main since this release

Changed

  • Log output is less verbose, can be re-enabled via CLI switch --verbose (#158 via #1131)
    Warnings and errors are still displayed as before!
    This is considered a non-breaking change, since only informational logs and debug information is affected.
  • Hardened JSON imports (via #1132, #1135)

Added

  • CLI switch -v, --verbose to increase output verbosity (#158 via #1131)
    May be used multiple times, like -vvv.
  • More logs on info-level (via #1131)
  • More logs on debug-level (via #1131)

Build

  • Use TypeScript v5.3.3 now, was v5.3.2 (via #1133)

What's Changed

Full Changelog: v1.14.3...v1.15.0