File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/avh4/elm-format.svg?branch=master )] ( https://travis-ci.org/avh4/elm-format )
2- [ ![ latest version: 0.8.5 ] ( https://img.shields.io/badge/version-0.8.5 -orange.svg )] ( https://github.com/avh4/elm-format/releases/tag/0.8.5 )
2+ [ ![ latest version: 0.8.6 ] ( https://img.shields.io/badge/version-0.8.6 -orange.svg )] ( https://github.com/avh4/elm-format/releases/tag/0.8.6 )
33
44# elm-format
55
@@ -26,15 +26,15 @@ elm-format --help # See other command line options
2626```
2727
2828
29- ## Installation [ ![ (latest version: 0.8.5 )] ( https://img.shields.io/badge/version-0.8.5 -orange.svg )] ( https://github.com/avh4/elm-format/releases/tag/0.8.5 )
29+ ## Installation [ ![ (latest version: 0.8.6 )] ( https://img.shields.io/badge/version-0.8.6 -orange.svg )] ( https://github.com/avh4/elm-format/releases/tag/0.8.6 )
3030
3131To install ` elm-format ` :
3232
3333``` sh
3434npm install -g elm-format
3535```
3636
37- or download the version appropriate for your OS from the [ release page] ( https://github.com/avh4/elm-format/releases/tag/0.8.5 ) ,
37+ or download the version appropriate for your OS from the [ release page] ( https://github.com/avh4/elm-format/releases/tag/0.8.6 ) ,
3838unzip it,
3939and place ` elm-format ` or ` elm-format.exe ` (windows) on your ` PATH ` .
4040
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ cabalBinPath projectName opt =
6464 let
6565 version =
6666 case projectName of
67- " elm-format" -> " 0.8.5 "
67+ " elm-format" -> " 0.8.6 "
6868 _ -> " 0.0.0"
6969 in
7070 " dist-newstyle/build" </> Shakefiles.Platform. cabalInstallOs </> " ghc-9.2.5" </> projectName ++ " -" ++ version </> " x" </> projectName </> opt </> " build" </> projectName </> projectName <.> exe
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ A FormattingError will be an object with the following fields:
3838### Example JSON
3939
4040``` json
41- [{"path" :" ./src/Fifo.elm" ,"message" :" File is not formatted with elm-format-0.8.5 --elm-version=0.19" }
42- ,{"path" :" ./tests/Tests.elm" ,"message" :" File is not formatted with elm-format-0.8.5 --elm-version=0.19" }
41+ [{"path" :" ./src/Fifo.elm" ,"message" :" File is not formatted with elm-format-0.8.6 --elm-version=0.19" }
42+ ,{"path" :" ./tests/Tests.elm" ,"message" :" File is not formatted with elm-format-0.8.6 --elm-version=0.19" }
4343]
4444```
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22
33Name : elm-format
4- version : 0.8.5
4+ version : 0.8.6
55
66Synopsis :
77 A source code formatter for Elm
You can’t perform that action at this time.
0 commit comments