Skip to content

Releases: gicentre/prettier-plugin-elm

0.11.0 (2023-04-18)

18 Apr 20:35
02cb519
Compare
Choose a tag to compare
  • Update elm-format to 0.8.7 (#47)

  • Update and pin devDependencies (#46)

0.10.0 (2023-03-02)

02 Mar 13:39
cd23683
Compare
Choose a tag to compare
  • Update elm-format to 0.8.6 (#43)

  • Update devDependencies and Yarn (#44)

0.9.0 (2022-11-05)

05 Nov 23:24
c414c07
Compare
Choose a tag to compare
  • [breaking change] Set minimum Node version to 14 (#33)

  • Test plugin against Prettier v1, v2 and v3, use 3.0.0-alpha.4 internally (#36)

  • Add timeout when calling elm-format (#39)

  • Update dependencies and refactor codebase (#31, #32, #34, #35, #37 and #38)

0.8.0 (2021-08-24)

24 Aug 09:28
6cae3ed
Compare
Choose a tag to compare
  • Upgrade dependencies (includes elm-format 0.8.30.8.5) (#23)

  • Replace TSLint with ESLint (#24)

  • [breaking change] Set minimum Node version to 12 (#25)

0.7.0 (2020-03-28)

28 Mar 13:48
8b22559
Compare
Choose a tag to compare
  • Pin elm-format to 0.8.3

  • Use Prettier v2 in CI (v1 should be still supported)

  • Upgrade dependencies

  • Switch to Github Actions (drop Azure DepOps CI/CD)

0.6.0 (2020-01-13)

13 Jan 22:25
7e79104
Compare
Choose a tag to compare
  • [breaking change] Drop Node 8 support due to its end of life on 2019-12-31

  • Upgrade dependencies

  • Pin elm-format dependency to 0.8.2 instead of relying on ^0.8.2 (this can improve predictability of the plugin behaviour in future)

0.5.0 (2019-07-21)

21 Jul 12:46
9b6ad90
Compare
Choose a tag to compare
  • [breaking change] Drop Node 6 support due to its end of life on 2019-04-30

  • Upgrade dependencies

0.4.2 (2018-12-22)

22 Dec 22:09
c3fe47a
Compare
Choose a tag to compare
  • Refactor the plugin using TypeScript and thus possibly improve stability in a couple of rare edge cases (#8)

  • Set up Azure Pipelines, remove Travis, AppVeyor and Code Climate integrations (e518299c, #9, 0e68c6eb)

  • Remove prettier from peerDependencies to fix a warning when installing the plugin globally (0aea2ea6, ff1411f9)

  • Upgrade dependencies (a36e0017)

  • Reflect recent changes in README.md (be2676b7)

0.4.1 (2018-10-14)

14 Oct 10:33
e3168b6
Compare
Choose a tag to compare
  • Fix exception in getElmFormatVersion() when no global elm-format is installed (#6)

0.4.0 (2018-10-13)

13 Oct 17:49
481c8f4
Compare
Choose a tag to compare
  • Upgrade elm-format to 0.8.1 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 dependencies
    • Add pre-push git hook via husky to avoid dumb linting errors in CI