Skip to content

Releases: julia-vscode/DocumentFormat.jl

v4.0.3

21 Jul 04:26
Compare
Choose a tag to compare

DocumentFormat v4.0.3

Diff since v4.0.2

v4.0.2

12 Mar 22:41
Compare
Choose a tag to compare

DocumentFormat v4.0.2

Diff since v4.0.1

Closed issues:

  • Align consecutive assignments (#13)
  • Aligning docstrings and comments (#22)
  • AST transforms (#23)
  • body of already indented if-block isn't indented accordingly (#31)
  • format() is un-escaping $ inside a docstring (#32)
  • Code reformat removes \ in latex comments (#37)
  • Command Line Interface (#34)
  • Formatter foxed by \n within function documentation. (#61)
  • Format Document doesn't indent comments (#49)
  • Spaces after comma in function declaration should be removed (#51)
  • Don't move things across lines (#53)
  • Integration with package butler (#54)
  • Special case indentation for @testset (#55)
  • Error when formatting VegaLite.jl (#56)
  • Add "Prettier"-like options (#66)
  • Support for multi-line statements/lists. (#71)
  • Indent function-call arguments (#103)
  • Exclude region from being formatted (#105)
  • whitespace around operators in namedtuples (#113)
  • Weird indenting in begin/end blocks (#133)
  • Add trimming of trailing whitespace (#135)
  • Function definitions within begin blocks are improperly indented (#138)
  • Unicode messed up indenting (#140)
  • Weird indent problem (#141)

v4.0.1

12 Mar 07:46
Compare
Choose a tag to compare

DocumentFormat v4.0.1

Diff since v4.0.0

v4.0.0

12 Mar 06:44
Compare
Choose a tag to compare

DocumentFormat v4.0.0

Diff since v3.2.4

Closed issues:

  • Integration/merge with JuliaFormatter? (#70)

Merged pull requests:

  • Julia Package Butler Updates (#142) (@github-actions[bot])

v3.2.4

25 May 12:39
Compare
Choose a tag to compare

DocumentFormat v3.2.4

Diff since v3.2.3

Merged pull requests:

  • fix stackoverflow in constructor (#130) (@pfitzseb)
  • fix constructor on 32bit OSs (#132) (@pfitzseb)
  • fix indents for begin/quote blocks (#134) (@ZacLN)
  • Julia Package Butler Updates (#136) (@github-actions[bot])
  • Julia Package Butler Updates (#137) (@github-actions[bot])

v3.2.3

10 Feb 18:22
Compare
Choose a tag to compare

DocumentFormat v3.2.3

Diff since v3.2.2

Closed issues:

  • Parsing error with do block (#125)

Merged pull requests:

v3.2.2

22 Jan 22:45
Compare
Choose a tag to compare

DocumentFormat v3.2.2

Diff since v3.2.1

Merged pull requests:

v3.2.1

12 Jan 22:40
Compare
Choose a tag to compare

DocumentFormat v3.2.1

Diff since v3.2.0

Closed issues:

  • Format document should adjust indenting (#2)
  • Vertically align long function calls (#3)
  • Align columns of matrices (#4)
  • Add formatting fix types (#5)
  • Remove ws from arguments to ColonOp (a:b) (#6)
  • Split lines exceeding width limit (#7)

Merged pull requests:

  • Julia Package Butler Updates (#114) (@github-actions[bot])
  • Cst compat (#116) (@ZacLN)

v3.2.0

12 Jul 04:12
Compare
Choose a tag to compare

DocumentFormat v3.2.0

Diff since v3.1.0

Closed issues:

  • Formatting anonymous functions (#108)

Merged pull requests:

v3.1.0

13 Jun 20:22
Compare
Choose a tag to compare

DocumentFormat v3.1.0

Diff since v3.0.0

Closed issues:

  • Formatting broadcasted exponentiation (#107)