Skip to content

Releases: nukisman/elm-format-short

Windows support

30 Sep 16:27
Compare
Choose a tag to compare
Windows support Pre-release
Pre-release
0.10.3

0.10.3

0.10.1

29 Sep 22:54
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Windows support

0.10.0

28 Sep 20:54
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Features:

  • Multiline well structured short format for if-then-else

0.9.0

27 Sep 21:26
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Features:

  • Short (2 spaces) tab/indent for all use cases except let-in
  • Module exposing body (short) indent
  • Single line type aliases
  • Single line port definition

0.8.5

26 Sep 21:43
Compare
Choose a tag to compare
0.8.5 Pre-release
Pre-release

Features:

  • Better body indents for case-of
  • Fixed size indents for multiline items of list, tuples and records

Bug fixes:

  • Multiline body indents for case-of

Elm Format Short initial release

25 Sep 03:50
Compare
Choose a tag to compare
Pre-release

Fork elm-format-short from elm-format

Features:

  • Not empty first line for let body and in body (with indents for in multiline body)
  • No more needless blank lines between definitions in let body
  • No more needless blank lines around comments in let body
  • Single line definitions take just 1 line
  • No extra indents for multiline body of module exposing