Skip to content

Releases: gicentre/prettier-plugin-elm

v0.4.0-rc.2 (2018-09-16)

16 Sep 17:45
ad8831a
Compare
Choose a tag to compare
Pre-release
  • Support module exports with parentheses (58f315e2)

v0.4.0-rc.1 (2018-09-16)

16 Sep 16:48
d16001c
Compare
Choose a tag to compare
Pre-release
  • Upgrade elm-format to 0.8 to support Elm 0.19 (#4)

    This includes replacing module Main exposing (..) with module Main exposing (something) in tests, according to the new output in elm-format.

    To support formatting of Elm code in markdown blocks, prettier-plugin-elm passes --elm-version=0.19 to elm-format.
    If you use Elm 0.18, please install prettier-plugin-elm@0.3.

  • Stop running tests in Node 9 due to its end of life on 2018-06-30 (#5)

  • Internal:

    • Upgrade dev dependencies
    • Add pre-push git hook via husky to avoid dumb linting errors in CI

v0.3.0 (2018-05-23)

16 Sep 16:50
f2e6e0b
Compare
Choose a tag to compare
  • Implement caching mechanism to speed-up formatting of Elm blocks in markdown files (#3)

  • Simplify locStart() and locEnd() (#2)

  • Configure automatic testing on Windows using AppVeyor.