Skip to content

Tags: lue-bird/elm-syntax-format

Tags

1.1.7

fix lambda and pattern tuple and triple layout, adds an -`_` suffix t…

…o names that collide with keywords, corrects case pattern-result separator `.` or none to `->`

1.1.6

parser corrects `(...)` in all places, fix bug with case suffix

1.1.5

parser accept more bad indent, fix indent after infix operator, merge…

… function type ->, printer fix multi-part characters

1.1.4

printing correct """ escaping and speed up

1.1.3

merges consecutive `|`, remove import `exposing ()`, correct print bugs

1.1.2

parser allow alternative symbols, calculate port in module header

1.1.1

more lenient import and exposing parsing

1.1.0

add module ElmSyntaxParserLenient

1.0.2

fix linebreak count after module documentation without imports

1.0.1

fix printing type function and construct