Releases: domluna/JuliaFormatter.jl
Releases · domluna/JuliaFormatter.jl
v0.1.12
Diff since v0.1.11
Closed issues:
- Adding trailing semicolons (
;
) after each row of the matrix (#77)
Merged pull requests:
v0.1.11
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
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
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
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
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)