Skip to content

Releases: domluna/JuliaFormatter.jl

v0.1.13

30 Sep 21:17
v0.1.13
Compare
Choose a tag to compare

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

23 Sep 10:37
v0.1.12
Compare
Choose a tag to compare

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

20 Sep 18:28
v0.1.11
Compare
Choose a tag to compare

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

19 Sep 10:01
v0.1.10
Compare
Choose a tag to compare

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

16 Sep 08:40
v0.1.9
Compare
Choose a tag to compare

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

03 Sep 15:24
v0.1.8
Compare
Choose a tag to compare

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

26 Aug 09:06
v0.1.5
Compare
Choose a tag to compare

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)

v0.1.4

21 Aug 22:04
v0.1.4
Compare
Choose a tag to compare

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

13 Aug 22:48
v0.1.3
ce3e8d6
Compare
Choose a tag to compare

v0.1.3 (2019-08-13)

Diff since v0.1.2

Closed issues:

  • = additional prettification (#27)

Merged pull requests:

v0.1.2

12 Aug 21:31
v0.1.2
a1f568a
Compare
Choose a tag to compare

v0.1.2 (2019-08-05)

Diff since v0.1.1

Merged pull requests: