File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 0.4.0 (ongoing )
1
+ ## 0.4.0 (2018-10-13 )
2
2
3
- - Upgrade ` elm-format ` to ` 0.8 ` to support Elm ` 0.19 ` ([ #4 ] ( https://github.com/gicentre/prettier-plugin-elm/issues/4 ) )
3
+ - Upgrade ` elm-format ` to ` 0.8.1 ` to support Elm ` 0.19 ` ([ #4 ] ( https://github.com/gicentre/prettier-plugin-elm/issues/4 ) )
4
4
5
5
This includes replacing ` module Main exposing (..) ` with ` module Main exposing (something) ` in tests, according to the new output in ` elm-format ` .
6
6
10
10
- Stop running tests in Node 9 due to its end of life on 2018-06-30 ([ #5 ] ( https://github.com/gicentre/prettier-plugin-elm/issues/5 ) )
11
11
12
12
- Internal:
13
- - Upgrade dev dependencies
13
+ - Upgrade dependencies
14
14
- Add pre-push git hook via [ ` husky ` ] ( https://github.com/typicode/husky ) to avoid dumb linting errors in CI
15
15
16
16
## 0.3.0 (2018-05-23)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prettier-plugin-elm" ,
3
- "version" : " 0.4.0-rc.2 " ,
3
+ "version" : " 0.4.0" ,
4
4
"main" : " src" ,
5
5
"repository" : " https://github.com/gicentre/prettier-plugin-elm" ,
6
6
"description" : " Adds Elm language support to Prettier via elm-format" ,
You can’t perform that action at this time.
0 commit comments