Releases: JuliaEditorSupport/JuliaFormatter.jl
Releases · JuliaEditorSupport/JuliaFormatter.jl
v0.1.16
Compare
Sorry, something went wrong.
No results found
Diff since v0.1.15
Closed issues:
Calls don't reset their length when nested (#84 )
Merged pull requests:
v0.1.15
Compare
Sorry, something went wrong.
No results found
Diff since v0.1.14
Closed issues:
prefix floats with 0 when leading with a decimal (#83 )
Merged pull requests:
v0.1.14
Compare
Sorry, something went wrong.
No results found
Diff since v0.1.13
Merged pull requests:
add a leading zero to float literals (#88 ) (domluna )
remove trailing comma in params if not nested (#86 ) (domluna )
v0.1.13
Compare
Sorry, something went wrong.
No results found
Diff since v0.1.12
Closed issues:
Formatting of let blocks (#80 )
Merged pull requests:
RFC: Assignment op RHS block nesting (#82 ) (domluna )
Add nospace and nonest for ChainOpCall (#79 ) (domluna )
v0.1.12
Compare
Sorry, something went wrong.
No results found
Diff since v0.1.11
Closed issues:
Adding trailing semicolons (;) after each row of the matrix (#77 )
Merged pull requests:
v0.1.11
Compare
Sorry, something went wrong.
No results found
Diff since v0.1.10
Closed issues:
Spacing around operators in ranges (#74 )
invalid syntax with element-wise exponents (#72 )
Always surround tuples with parenthesis (#71 )
Merged pull requests:
v0.1.10
Compare
Sorry, something went wrong.
No results found
Diff since v0.1.9
Closed issues:
Unicode in comments causes StringIndexError (#65 )
Juxtaposed multiplication (#62 )
Trailing periods in floating point (#61 )
do-end arguments split over lines (#58 )
Alignment of long, multi-dimensional arrays (#56 )
Alignment of comments inside begin blocks (#55 )
where {T} vs where T (#53 )
Strange whitespace is added after formatting (#51 )
Merged pull requests:
v0.1.9
Compare
Sorry, something went wrong.
No results found
v0.1.9 (2019-09-14)
Diff since v0.1.8
Closed issues:
Inconsistent argument aligning (#60 )
Error formatting multiline comments (#54 )
Leading semicolon duplicated (#52 )
Always add tail comma when formatting items within an iterable (#44 )
Merged pull requests:
return text as is if there's no source code (#64 ) (domluna )
Export format\_text (as described in the README.md) (#63 ) (KwatME )
Trailing comma (#50 ) (domluna )
v0.1.8
Compare
Sorry, something went wrong.
No results found
v0.1.8 (2019-09-03)
Diff since v0.1.5
Closed issues:
Use either "in" for "=" when making a for-loop (#45 )
Change formal.jl script to show help when called without arguments (#42 )
Multiline docstrings gain spaces (#38 )
Formatter breaks ArgParse arguments names (#37 )
Leave expressions with inline comments alone (for the most part) (#28 )
Merged pull requests:
v0.1.5
Compare
Sorry, something went wrong.
No results found
v0.1.5 (2019-08-25)
Diff since v0.1.4
Closed issues:
JuliaFormatter breaks some arrays (#39 )
Merged pull requests:
Don't transform global docstrings (#41 ) (domluna )
Only add trailing semicolon if there is one argument in the array (#40 ) (domluna )