Skip to content

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 20:45
9bcce68

JuliaFormatter v2.7.0

Diff since v2.6.15

Improved usage messages for the jlfmt command-line tool. (#1098)

Added the ability to format only specific lines of a file, either via the --lines option to jlfmt, or the lines keyword argument to format_text(). (#191, #1099, #1100)

Merged pull requests:

  • app: Clarify jlfmt check guidance for multiple inputs (#1098) (@aviatesk)
  • Support line-range formatting (lines kwarg and jlfmt --lines) (#1100) (@aviatesk)
  • Declare docs and test as Pkg workspace projects (#1101) (@aviatesk)

Closed issues:

  • Partial code formatting (#191)
  • Support line-range formatting (jlfmt --lines, multiple ranges) for partial / diff-based formatting (#1099)