Releases: JuliaEditorSupport/JuliaFormatter.jl
Releases · JuliaEditorSupport/JuliaFormatter.jl
Release list
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.1.0 (2019-07-31)
First release of JuliaFormatter, formally known as JLFmt - the width-sensitive pretty printer for Julia source code!
Diff since 29103bbbf8f7ac92e5176c75e7722072b5915f5c
Closed issues:
- format all files in a directory recursively (#20)
- Formatting for many args (#9)
- Run tests on PRs (#8)
- Newlines in strings are replaced with actual newlines (#6)
- Empty structs gets an empty line (#5)
- Trailing comments are deleted (#4)
- Docs + cleanup (#3)
- Indent after macro (#2)
- Decide whether to nest
=if it's defining a function (#1)
Merged pull requests:
- Name change to JuliaFormatter (#26) (domluna)
- Remove unnecessary indent adjustments in pretty.jl (#25) (domluna)
- bugfix: use
;to splat options intoformat\_file(#24) (StefanKarpinski) - Don't adjust comments (#23) (domluna)
- possible API changes; add bin/format.jl command-line tool (#22) (StefanKarpinski)
- Fmt me (#18) (domluna)
- Fix indentation for multiline strings (#17) (domluna)
- Todos (#16) (domluna)
- Fixes, minor updates (#15) (domluna)
- Refactor (#14) (domluna)
- Align closer in binary calls to the var name (#13) (domluna)
- Add
format\_fileand fix indentation issues when printingNotCodenodes. (#12) (domluna) - Overhaul (#11) (domluna)
- Strings (#10) (domluna)
- handle empty case (#7) (SimonDanisch)