Releases: julia-vscode/DocumentFormat.jl
Releases · julia-vscode/DocumentFormat.jl
v4.0.3
DocumentFormat v4.0.3
v4.0.2
DocumentFormat v4.0.2
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
DocumentFormat v4.0.1
v4.0.0
v3.2.4
DocumentFormat v3.2.4
Merged pull requests:
v3.2.3
v3.2.2
v3.2.1
v3.2.0
DocumentFormat v3.2.0
Closed issues:
- Formatting anonymous functions (#108)
Merged pull requests:
- Format anonymous functions correctly (#109) (@Octogonapus)