Skip to content

Releases: JuliaEditorSupport/JuliaFormatter.jl

v0.1.16

Choose a tag to compare

@julia-tagbot julia-tagbot released this 07 Oct 08:34
v0.1.16

v0.1.16 (2019-10-07)

Diff since v0.1.15

Closed issues:

  • Calls don't reset their length when nested (#84)

Merged pull requests:

v0.1.15

Choose a tag to compare

@julia-tagbot julia-tagbot released this 07 Oct 08:30
v0.1.15

v0.1.15 (2019-10-06)

Diff since v0.1.14

Closed issues:

  • prefix floats with 0 when leading with a decimal (#83)

Merged pull requests:

v0.1.14

Choose a tag to compare

@julia-tagbot julia-tagbot released this 07 Oct 08:18
v0.1.14

v0.1.14 (2019-10-04)

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

Choose a tag to compare

@julia-tagbot julia-tagbot released this 30 Sep 21:17
v0.1.13

v0.1.13 (2019-09-30)

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

Choose a tag to compare

@julia-tagbot julia-tagbot released this 23 Sep 10:37
v0.1.12

v0.1.12 (2019-09-22)

Diff since v0.1.11

Closed issues:

  • Adding trailing semicolons (;) after each row of the matrix (#77)

Merged pull requests:

v0.1.11

Choose a tag to compare

@julia-tagbot julia-tagbot released this 20 Sep 18:28
v0.1.11

v0.1.11 (2019-09-20)

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:

  • Add pretty function for ColonOpCall type (#75) (domluna)
  • Always surround .^ with whitespace (#73) (domluna)
  • Add format github action (#49) (domluna)

v0.1.10

Choose a tag to compare

@julia-tagbot julia-tagbot released this 19 Sep 10:01
v0.1.10

v0.1.10 (2019-09-17)

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

Choose a tag to compare

@julia-tagbot julia-tagbot released this 16 Sep 08:40
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

Choose a tag to compare

@julia-tagbot julia-tagbot released this 03 Sep 15:24
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

Choose a tag to compare

@julia-tagbot julia-tagbot released this 26 Aug 09:06
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)