Skip to content

Releases: JuliaEditorSupport/JuliaFormatter.jl

v0.1.4

Choose a tag to compare

@julia-tagbot julia-tagbot released this 21 Aug 22:04
v0.1.4

v0.1.4 (2019-08-21)

Diff since v0.1.3

Closed issues:

  • for = vs for in normalization (#34)

Merged pull requests:

  • add TopLevel node; only nest Quote node if using quote keyword (#36) (domluna)
  • Eq in normalization (#35) (domluna)

v0.1.3

Choose a tag to compare

@julia-tagbot julia-tagbot released this 13 Aug 22:48
v0.1.3
ce3e8d6

v0.1.3 (2019-08-13)

Diff since v0.1.2

Closed issues:

  • = additional prettification (#27)

Merged pull requests:

v0.1.2

Choose a tag to compare

@julia-tagbot julia-tagbot released this 12 Aug 21:31
v0.1.2
a1f568a

v0.1.2 (2019-08-05)

Diff since v0.1.1

Merged pull requests:

v0.1.1

Choose a tag to compare

@julia-tagbot julia-tagbot released this 07 Aug 13:53
v0.1.1

v0.1.1 (2019-08-03)

Diff since v0.1.0

Closed issues:

  • Register Package (#21)

Merged pull requests:

v0.1.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 31 Jul 21:41
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: